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