Definition Type: ComplexType
Name: ReportedMetricsType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: MetricsInterchange.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ReportedPerson in schema metricsinterchange_xsd Drilldown into ReportedOrganization in schema metricsinterchange_xsdXSD Diagram of ReportedMetricsType in schema metricsinterchange_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ReportedMetricsType">
    <xsd:choice>
        <xsd:element name="ReportedOrganization" maxOccurs="unbounded">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="OrganizationName" type="xsd:string" minOccurs="0" />
                    <xsd:element name="OrganizationId" type="EntityIdType" minOccurs="0" />
                    <xsd:element name="RelatedReportedOrganization" type="RelatedReportedOrganizationType" minOccurs="0" />
                    <xsd:choice>
                        <xsd:element name="IsRespondentOrganization" type="xsd:string" fixed="true" />
                        <xsd:element name="RelationshipToRespondent" type="xsd:string" />
                    </xsd:choice>
                    <xsd:element name="ContactInfo" type="OrganizationContactType" minOccurs="0" maxOccurs="unbounded" />
                    <xsd:element name="OrganizationDescriptors" type="MetricsOrganizationDescriptorsType" />
                    <xsd:element ref="ReportingData" maxOccurs="unbounded" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <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>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ReportedOrganization hr:ReportedOrganization (1) unbounded
ReportedPerson hr:ReportedPerson (1) unbounded
Collapse Derivation Tree:
Collapse References:
hr:ReportedMetrics