Definition Type: SimpleType
Name: ScreeningOrderStatusType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
Collapse XSD Schema Diagram:
XSD Diagram of ScreeningOrderStatusType in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="ScreeningOrderStatusType">
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="New" />
        <xsd:enumeration value="InProgress" />
        <xsd:enumeration value="Cancelled" />
        <xsd:enumeration value="Suspended" />
        <xsd:enumeration value="Completed" />
        <xsd:enumeration value="Fulfilled" />
        <xsd:enumeration value="Delayed" />
        <xsd:enumeration value="Hold" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration New
Enumeration InProgress
Enumeration Cancelled
Enumeration Suspended
Enumeration Completed
Enumeration Fulfilled
Enumeration Delayed
Enumeration Hold