Definition Type: Element
Name: ReportedPersonDetail
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: MetricsInterchange.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into DataElement in schema metricsinterchange_xsd Drilldown into ContactInfo in schema metricsinterchange_xsd Drilldown into PersonId in schema metricsinterchange_xsd Drilldown into PersonName in schema personname_xsdXSD Diagram of ReportedPersonDetail in schema metricsinterchange_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonName hr:PersonName 0 (1)
PersonId hr:PersonId 0 (1)
ContactInfo hr:ContactInfo 0 unbounded
DataElement hr:DataElement 0 unbounded