Definition Type: Element
Name: JobCategory
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StaffingPositionHeader.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Description in schema staffingpositionheader_xsd Drilldown into Id in schema staffingpositionheader_xsdXSD Diagram of JobCategory in schema staffingpositionheader_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="JobCategory" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Id" type="EntityIdType" minOccurs="0" />
            <xsd:element name="Description" type="xsd:string" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id hr:Id 0 (1)
Description hr:Description (1) (1)