Definition Type: Element
Name: JobStatus
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: JobHeader.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Description in schema jobheader_xsd Drilldown into Code in schema jobheader_xsdXSD Diagram of JobStatus in schema jobheader_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="JobStatus">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Code" type="xsd:string" minOccurs="0" />
            <xsd:element name="Description" type="xsd:string" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Code hr:Code 0 (1)
Description hr:Description 0 (1)