<xsd:simpleType name="ScreeningResultTypeEnumType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Result">
<xsd:annotation>
<xsd:documentation>Indicates the a result for a screening package or specific screening is provided.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SummaryResult">
<xsd:annotation>
<xsd:documentation>Indicates that a summary result is provided. This generally would consist
of one or more of the following: 1. a ScreeningResultCode; 2. a Description; and 3. an "access point" where full or complete information can be
reviewed.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Error" />
<xsd:enumeration value="Message">
<xsd:annotation>
<xsd:documentation>This would usually be used to communicate an instruction. For example, that a release
or consent is required to fulfill the order.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Status">
<xsd:annotation>
<xsd:documentation>Used to convey an interim status about an order that is in progress.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ManagementReport">
<xsd:annotation>
<xsd:documentation>Indicates that the information provided is in response to a report
request.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MultipleResults">
<xsd:annotation>
<xsd:documentation>Indicates that multiple results are provided.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|