Definition Type: Element
Name: ReportedPerson
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: MetricsInterchange.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into ReportingData in schema metricsinterchange_xsd Drilldown into ReportedPersonDetail in schema metricsinterchange_xsdXSD Diagram of ReportedPerson in schema metricsinterchange_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ReportedPerson" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ReportedPersonDetail" minOccurs="0">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element ref="PersonName" minOccurs="0" />
                        <xsd:element name="PersonId" type="EntityIdType" minOccurs="0" />
                        <xsd:element name="ContactInfo" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
                        <xsd:element name="DataElement" type="DataElementType" minOccurs="0" maxOccurs="unbounded" />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element ref="ReportingData" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ReportedPersonDetail hr:ReportedPersonDetail 0 (1)
ReportingData hr:ReportingData (1) unbounded