Definition Type: Group
Name: EmployeeGroup
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Collapse XSD Schema Diagram:
Drilldown into Skill in schema components_xsd1 Drilldown into Qualification in schema components_xsd1 Drilldown into CategoryCodes in schema components_xsd1 Drilldown into DepartmentID in schema fields_xsd1 Drilldown into Responsibility in schema fields_xsd1 Drilldown into JobCode in schema fields_xsd1 Drilldown into JobTitle in schema fields_xsd1XSD Diagram of EmployeeGroup in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:group name="EmployeeGroup">
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="JobTitle" />
        <xsd:element minOccurs="0" ref="JobCode" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Responsibility" />
        <xsd:element minOccurs="0" ref="DepartmentID" />
        <xsd:element minOccurs="0" ref="CategoryCodes" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Qualification" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Skill" />
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
JobTitle oagis:JobTitle 0 (1)
JobCode oagis:JobCode 0 (1)
Responsibility oagis:Responsibility 0 unbounded
DepartmentID oagis:DepartmentID 0 (1)
CategoryCodes oagis:CategoryCodes 0 (1)
Qualification oagis:Qualification 0 unbounded
Skill oagis:Skill 0 unbounded