Definition Type: SimpleType
Name: ScreeningOrderInstructionCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Collapse XSD Schema Diagram:
XSD Diagram of ScreeningOrderInstructionCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="ScreeningOrderInstructionCodeEnumType">
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="ReleaseRequired">
            <xsd:annotation>
                <xsd:documentation>Indicates that a signed consent or other release statement or official application
					is necessary before the particular screening may proceed.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="SubjectInformationRequired">
            <xsd:annotation>
                <xsd:documentation>Indicates that additional information is required from the 
					search subject before the particular screening may proceed.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="OrderIncomplete">
            <xsd:annotation>
                <xsd:documentation>Indicates that the order did not provide sufficient information for an 
					order to proceed. Additional information is required from the customer, search subject,
					or requester before the order may proceed.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration ReleaseRequired
Enumeration SubjectInformationRequired
Enumeration OrderIncomplete