Definition Type: ComplexType
Name: MetricsInterchangeType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: MetricsInterchange.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ReportedMetrics in schema metricsinterchange_xsd Drilldown into PrincipalRespondentOrganization in schema metricsinterchange_xsd Drilldown into ReportDescription in schema metricsinterchange_xsd Drilldown into ReportingPeriod in schema metricsinterchange_xsd Drilldown into lang in schema xml_xsdXSD Diagram of MetricsInterchangeType in schema metricsinterchange_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="MetricsInterchangeType">
    <xsd:sequence>
        <xsd:element name="ReportingPeriod" type="ReportingPeriodType" />
        <xsd:element name="ReportDescription">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="Name" type="xsd:string" minOccurs="0" />
                    <xsd:element name="Description" type="xsd:string" minOccurs="0" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="PrincipalRespondentOrganization">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element ref="Organization" />
                    <xsd:element name="AdditionalData" type="MetricsAdditionalDataType" minOccurs="0" maxOccurs="unbounded" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="ReportedMetrics" type="ReportedMetricsType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute ref="xml:lang" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ReportingPeriod hr:ReportingPeriod (1) (1)
ReportDescription hr:ReportDescription (1) (1)
PrincipalRespondentOrganization hr:PrincipalRespondentOrganization (1) (1)
ReportedMetrics hr:ReportedMetrics 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
lang nsA:lang (Optional)
Collapse Derivation Tree:
Collapse References:
hr:MetricsInterchange