Definition Type: SimpleType
Name: ScreeningCatalogTypeCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
A set of enumerations describing the type of catalog request to be performed.
Collapse XSD Schema Diagram:
XSD Diagram of ScreeningCatalogTypeCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration CustomerScope
Enumeration JurisdictionalRequirement