Definition Type: ComplexType
Name: MetricsOrganizationDescriptorsType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: MetricsInterchange.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DataElement in schema metricsinterchange_xsd Drilldown into IndustryCode in schema taxonomytypes_xsd Drilldown into OrganizationSize in schema metricsinterchange_xsd Drilldown into GeographicalScope in schema metricsinterchange_xsdXSD Diagram of MetricsOrganizationDescriptorsType in schema metricsinterchange_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="MetricsOrganizationDescriptorsType">
    <xsd:sequence>
        <xsd:element name="GeographicalScope" type="LocationAreaType" minOccurs="0" />
        <xsd:element name="OrganizationSize" minOccurs="0">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="Headcount" type="xsd:string" minOccurs="0" />
                    <xsd:element name="FiscalSize" minOccurs="0" maxOccurs="unbounded">
                        <xsd:complexType>
                            <xsd:simpleContent>
                                <xsd:extension base="xsd:string">
                                    <xsd:attribute name="type" type="xsd:string" />
                                </xsd:extension>
                            </xsd:simpleContent>
                        </xsd:complexType>
                    </xsd:element>
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element ref="IndustryCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DataElement" type="DataElementType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
GeographicalScope hr:GeographicalScope 0 (1)
OrganizationSize hr:OrganizationSize 0 (1)
IndustryCode hr:IndustryCode 0 unbounded
DataElement hr:DataElement 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:OrganizationDescriptors