<xsd:simpleType name="ScreeningStatusCodeEnumType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="New">
<xsd:annotation>
<xsd:documentation>Indicates the screening has just been received and may or may not
yet be in progress. Equivalent to "Ordered Created".</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="InProgress">
<xsd:annotation>
<xsd:documentation>Indicates that the order is in progress or a result is still pending.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Cancelled">
<xsd:annotation>
<xsd:documentation>Indicates that the customer affirmatively canceled the order.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Closed">
<xsd:annotation>
<xsd:documentation>Indicates that order has been closed, usually because it
was not possible to fulfill it.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Complete">
<xsd:annotation>
<xsd:documentation>Completed contracted services regardless of whether there is result content.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Fulfilled">
<xsd:annotation>
<xsd:documentation>Completed contracted services with result content provided.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Delayed">
<xsd:annotation>
<xsd:documentation>Indicates that the order fulfillment is delayed. This may be
due to information required from the customer or search subject or
could be due to requirements or a situation associated with a record
source.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OnHold">
<xsd:annotation>
<xsd:documentation>Indicates that the customer or designated representative has suspended or
put the screening order on hold.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Error">
<xsd:annotation>
<xsd:documentation>Indicates that an error was found in the payload. </xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Adjudicated">
<xsd:annotation>
<xsd:documentation>Indicates that customer needs to take further action on the result content.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Disputed">
<xsd:annotation>
<xsd:documentation>Indicates that the candidate is disputing the results.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|