Definition Type: SimpleType
Name: StaffingDocumentStatusCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
A set of codes classifying the status of a staffing order or assignment or similar record.
Collapse XSD Schema Diagram:
XSD Diagram of StaffingDocumentStatusCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="StaffingDocumentStatusCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>A set of codes classifying the status of a staffing order or assignment or similar record.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="New" />
        <xsd:enumeration value="Modified" />
        <xsd:enumeration value="Rejected" />
        <xsd:enumeration value="Reopened" />
        <xsd:enumeration value="Cancelled" />
        <xsd:enumeration value="Active" />
        <xsd:enumeration value="Closed" />
        <xsd:enumeration value="Accepted" />
        <xsd:enumeration value="Extended" />
        <xsd:enumeration value="Replaced" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration New
Enumeration Modified
Enumeration Rejected
Enumeration Reopened
Enumeration Cancelled
Enumeration Active
Enumeration Closed
Enumeration Accepted
Enumeration Extended
Enumeration Replaced