Definition Type: Group
Name: OfficerGroup
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Collapse XSD Schema Diagram:
Drilldown into OfficerTypeCode in schema fields_xsd Drilldown into OfficerIndicator in schema fields_xsdXSD Diagram of OfficerGroup in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:group name="OfficerGroup">
    <xsd:sequence>
        <xsd:element ref="OfficerIndicator" minOccurs="0" />
        <xsd:element ref="OfficerTypeCode" minOccurs="0" />
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OfficerIndicator nsA:OfficerIndicator 0 (1)
OfficerTypeCode nsA:OfficerTypeCode 0 (1)