<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>
|