<xsd:simpleType name="ScreeningCatalogTypeCodeEnumType">
<xsd:annotation>
<xsd:documentation>A set of enumerations describing the type of catalog request to be performed.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="CustomerScope">
<!--Identifies this Screening Catalog Orders as a request for packages and alacarte screenings available to the customer-->
</xsd:enumeration>
<xsd:enumeration value="JurisdictionalRequirement">
<!--Identifies this Screening Catalog Orders as a request for jursidictional specific information.-->
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|