Definition Type: ComplexType
Name: OccupationalCategoryType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: SharedStaffingModules.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into JobCategory in schema sharedstaffingmodules_xsd Drilldown into Comments in schema sharedstaffingmodules_xsd Drilldown into CategoryDescription in schema sharedstaffingmodules_xsd Drilldown into CategoryCode in schema sharedstaffingmodules_xsd Drilldown into TaxonomyName in schema sharedstaffingmodules_xsdXSD Diagram of OccupationalCategoryType in schema sharedstaffingmodules_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="OccupationalCategoryType">
    <xsd:sequence>
        <xsd:element name="TaxonomyName" minOccurs="0">
            <xsd:complexType>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                        <xsd:attribute name="version" type="xsd:string" use="optional" />
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="CategoryCode" type="xsd:string" minOccurs="0" />
        <xsd:element name="CategoryDescription" type="xsd:string" minOccurs="0" />
        <xsd:element name="Comments" type="xsd:string" minOccurs="0" />
        <xsd:element name="JobCategory" type="OccupationalCategoryType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TaxonomyName hr:TaxonomyName 0 (1)
CategoryCode hr:CategoryCode 0 (1)
CategoryDescription hr:CategoryDescription 0 (1)
Comments hr:Comments 0 (1)
JobCategory hr:JobCategory 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:JobCategory, hr:JobCategory, hr:JobCategory