HyperNIEM 5

Disclaimer: This tool was developed by Tom Carlson Consulting LLC. It was created from the official distribution of the data model. Tom Carlson Consulting LLC makes neither claim nor warranty that this tool provides an accurate representation of the NIEM data model. For official and authoritative representations, please visit the official NIEM release website.


<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://release.niem.gov/niem/domains/screening/5.0/" version="1" xml:lang="en-US" xsi:schemaLocation="http://release.niem.gov/niem/appinfo/5.0/ ../utility/appinfo.xsd http://release.niem.gov/niem/conformanceTargets/3.0/ ../utility/conformanceTargets.xsd" ct:conformanceTargets="http://reference.niem.gov/niem/specification/naming-and-design-rules/5.0/#ReferenceSchemaDocument"
  xmlns:appinfo="http://release.niem.gov/niem/appinfo/5.0/"
  xmlns:cbrn="http://release.niem.gov/niem/domains/cbrn/5.0/"
  xmlns:ct="http://release.niem.gov/niem/conformanceTargets/3.0/"
  xmlns:em="http://release.niem.gov/niem/domains/emergencyManagement/5.0/"
  xmlns:im="http://release.niem.gov/niem/domains/immigration/5.0/"
  xmlns:intel="http://release.niem.gov/niem/domains/intelligence/5.0/"
  xmlns:it="http://release.niem.gov/niem/domains/internationalTrade/5.0/"
  xmlns:j="http://release.niem.gov/niem/domains/jxdm/7.0/"
  xmlns:m="http://release.niem.gov/niem/domains/maritime/5.0/"
  xmlns:nc="http://release.niem.gov/niem/niem-core/5.0/"
  xmlns:niem-xs="http://release.niem.gov/niem/proxy/niem-xs/5.0/"
  xmlns:scr="http://release.niem.gov/niem/domains/screening/5.0/"
  xmlns:structures="http://release.niem.gov/niem/structures/5.0/"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <xs:annotation>
    <xs:documentation>The People Screening domain provides harmonized information sharing content within the Screening Portfolio of DHS.  The Screening namespace is initially being populated with person screening information for immigrant and non-immigrant person types who have been encountered and identified by the Screening Portfolio Components.  Screening expands on encounter-related NIEM elements currently included in the Immigration and Intelligence domains.</xs:documentation>
    <xs:appinfo>
      <appinfo:LocalTerm term="ASA" literal="Army Security Agency"/>
      <appinfo:LocalTerm term="CBP" literal="United States Customs and Border Protection"/>
      <appinfo:LocalTerm term="DoJ" literal="Department of Justice"/>
      <appinfo:LocalTerm term="EFTS" literal="Electronic Fingerprint Transmission Specification"/>
      <appinfo:LocalTerm term="IATA" literal="International Air Transport Association"/>
      <appinfo:LocalTerm term="IDENT" literal="Automated Biometric Identification System"/>
      <appinfo:LocalTerm term="INS" literal="Immigration and Naturalization Service"/>
      <appinfo:LocalTerm term="LPR" literal="License Plate Reader"/>
      <appinfo:LocalTerm term="NCIC" literal="National Crime Information Center"/>
      <appinfo:LocalTerm term="TECS" literal="Traveler Encounter Compliance System"/>
      <appinfo:LocalTerm term="USCIS" literal="United States Citizenship and Immigration Services"/>
      <appinfo:LocalTerm term="Watchlist" definition="A document which contains a nomination list prepared and approved by the National Center of Counter Terrorism."/>
    </xs:appinfo>
  </xs:annotation>
  <xs:import namespace="http://release.niem.gov/niem/domains/cbrn/5.0/" schemaLocation="cbrn.xsd"/>
  <xs:import namespace="http://release.niem.gov/niem/domains/emergencyManagement/5.0/" schemaLocation="emergencyManagement.xsd"/>
  <xs:import namespace="http://release.niem.gov/niem/domains/immigration/5.0/" schemaLocation="immigration.xsd"/>
  <xs:import namespace="http://release.niem.gov/niem/domains/intelligence/5.0/" schemaLocation="intelligence.xsd"/>
  <xs:import namespace="http://release.niem.gov/niem/domains/internationalTrade/5.0/" schemaLocation="internationalTrade.xsd"/>
  <xs:import namespace="http://release.niem.gov/niem/domains/jxdm/7.0/" schemaLocation="jxdm.xsd"/>
  <xs:import namespace="http://release.niem.gov/niem/domains/maritime/5.0/" schemaLocation="maritime.xsd"/>
  <xs:import namespace="http://release.niem.gov/niem/niem-core/5.0/" schemaLocation="../niem-core.xsd"/>
  <xs:import namespace="http://release.niem.gov/niem/proxy/niem-xs/5.0/" schemaLocation="../adapters/niem-xs.xsd"/>
  <xs:import namespace="http://release.niem.gov/niem/structures/5.0/" schemaLocation="../utility/structures.xsd"/>
  <xs:simpleType name="ActivityProcessCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of activity process.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Application">
        <xs:annotation>
          <xs:documentation>Part of applicant screening process.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Enforcement">
        <xs:annotation>
          <xs:documentation>Related to an activity by law enforcement.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Entry">
        <xs:annotation>
          <xs:documentation>Related to a person entering the country at a POE.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Exit">
        <xs:annotation>
          <xs:documentation>Related to a person exiting the country at a POE.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Identify">
        <xs:annotation>
          <xs:documentation>Related to a person being identified</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="National Security">
        <xs:annotation>
          <xs:documentation>Related to an activity involving national security.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>All other activities.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ActivityProcessCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of activity process.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:ActivityProcessCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="ActivityProcessClassificationType">
    <xs:annotation>
      <xs:documentation>A data type describing a kind of Screening activity process.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:ActivityProcessDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityProcessCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityProcessClassificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="ActivityRequestCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of activity request.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Enroll">
        <xs:annotation>
          <xs:documentation>Biometrically identify the person, enrolling into the system when necessary.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Identify">
        <xs:annotation>
          <xs:documentation>Biometrically identify the person. Unmatched biometrics are not retained.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Identify Only">
        <xs:annotation>
          <xs:documentation>Biometrically identify the person, but dont retain any information.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ActivityRequestCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of activity request.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:ActivityRequestCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="ActivityRequestClassificationType">
    <xs:annotation>
      <xs:documentation>A data type describing a classification of Screening activity request.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:ActivityRequestDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityRequestCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityRequestClassificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="ActivityResponseCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of activity response.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Detail">
        <xs:annotation>
          <xs:documentation>Return the detailed encounter history.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="List">
        <xs:annotation>
          <xs:documentation>List the encounter identifiers.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="None">
        <xs:annotation>
          <xs:documentation>Only return the identity status.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Summary">
        <xs:annotation>
          <xs:documentation>Summarize the encounter information.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ActivityResponseCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of activity response.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:ActivityResponseCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="ActivityResponseClassificationType">
    <xs:annotation>
      <xs:documentation>A data type describing a classification of Screening activity response.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:ActivityResponseDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityResponseCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityResponseClassificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="ActivityResultsCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of activity results.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="All">
        <xs:annotation>
          <xs:documentation>Include all biometric details.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Digital Image">
        <xs:annotation>
          <xs:documentation>Include photographs or images of the person.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="None">
        <xs:annotation>
          <xs:documentation>No biometric information.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ActivityResultsCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of activity results.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:ActivityResultsCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="ActivityResultsClassificationType">
    <xs:annotation>
      <xs:documentation>A data type describing a classification of Screening activity results.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:ActivityResultsDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityResultsCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityResultsClassificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="AddressAugmentationType">
    <xs:annotation>
      <xs:documentation>A data type for additional information about an address.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:AugmentationType">
        <xs:sequence>
          <xs:element ref="scr:AddressIdentification" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="AddressCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of Address types</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Electronic">
        <xs:annotation>
          <xs:documentation>Electronic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Geophysical">
        <xs:annotation>
          <xs:documentation>Geophysical</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Primary">
        <xs:annotation>
          <xs:documentation>Primary</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Secondary">
        <xs:annotation>
          <xs:documentation>Secondary</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Temporary">
        <xs:annotation>
          <xs:documentation>Temporary</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="AddressCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of Address types</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:AddressCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="AgentAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for a relationship between a Person and a Person Role</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="scr:AgentPerson" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AgentPersonRole" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AgentAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="AircraftFlightPlanSummaryAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for an association between a flight plan summary, an aircraft, and a carrier.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="it:Carrier" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:Aircraft" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:FlightPlanSummary" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AircraftFlightPlanSummaryAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="AlertCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for denoting the type of alert message.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="A">
        <xs:annotation>
          <xs:documentation>Aggravated Felon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="D">
        <xs:annotation>
          <xs:documentation>Dangerous</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FI">
        <xs:annotation>
          <xs:documentation>Female Impersonator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FT">
        <xs:annotation>
          <xs:documentation>Female Transvestite</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="I">
        <xs:annotation>
          <xs:documentation>Immoral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IDENT">
        <xs:annotation>
          <xs:documentation>Derogatory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="L">
        <xs:annotation>
          <xs:documentation>Lifer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LD">
        <xs:annotation>
          <xs:documentation>Lifter/Detainer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M">
        <xs:annotation>
          <xs:documentation>Medical</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MI">
        <xs:annotation>
          <xs:documentation>Male Impersonator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MT">
        <xs:annotation>
          <xs:documentation>Male Transvestite</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="N">
        <xs:annotation>
          <xs:documentation>Narcotics</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="O">
        <xs:annotation>
          <xs:documentation>DHS Violations</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OTH">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="P">
        <xs:annotation>
          <xs:documentation>Pregnant</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S">
        <xs:annotation>
          <xs:documentation>Subversive</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="X">
        <xs:annotation>
          <xs:documentation>Insane</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="AlertCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for denoting the type of alert message.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:AlertCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="AlertNotificationAugmentationType">
    <xs:annotation>
      <xs:documentation>A data type for additional information about an alert notification.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:AugmentationType">
        <xs:sequence>
          <xs:element ref="scr:AlertReceivedDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AlertCategoryClassificationAbstract" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="AlienDeportationEscortReasonType">
    <xs:annotation>
      <xs:documentation>A data type for an explanation why a DHS designated person is required to accompany the person during DEPORTATION.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:EscortDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EscortAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AlienDeportationEscortReasonAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="AlienDeportationType">
    <xs:annotation>
      <xs:documentation>A data type for an involuntary DEPARTURE of a PERSON based on a judicial decision or inspectors discretion.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="im:DepartProofText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ConsulateIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:RemovalOrderDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VerifiedClaimedIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:DeportAsArrivedIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LegalReferenceText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:StayActionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:StayDecisionDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:StayExpirationDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TravelDocumentReceivedDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TravelDocumentRequestDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:DesignatedCountryOfDeportationID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EscortReasonCategory" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AlienDeportationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="AlienDetentionType">
    <xs:annotation>
      <xs:documentation>A data type that supplements information for nc:SupervisionType</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:SupervisionType">
        <xs:sequence>
          <xs:element ref="im:AlienCustodyCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:AlienCustodyCategoryText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:MedicationText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:InmateNumberID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ProjectedReleaseDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ReleaseReasonCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="j:SentenceDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ReleaseReasonCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AlienDetentionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="AlienEntryStatusType">
    <xs:annotation>
      <xs:documentation>A data type for an entry status of an alien.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:StatusType">
        <xs:sequence>
          <xs:element ref="scr:EntryStatusCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AlienEntryStatusAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="AlienExchangeVisitorType">
    <xs:annotation>
      <xs:documentation>A data type for an applied augmentation for type im:AlienExchangeVisitorType</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:AlienExchangeVisitorAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="AlienStatusWhenFoundType">
    <xs:annotation>
      <xs:documentation>A data type for information on an aliens activity when apprehended during entry into the United States.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:AlienStatusWhenFoundDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AlienStatusWhenFoundCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AlienStatusWhenFoundAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="ArrestAugmentationType">
    <xs:annotation>
      <xs:documentation>A data type for additional information about an arrest.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:AugmentationType">
        <xs:sequence>
          <xs:element ref="scr:HearingRequestIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ArrestMethod" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="j:Charge" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:AttorneyRightsIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:PedestrianIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TreatAsAdultIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:PhoneUseRightsIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:PhoneAttemptsQuantity" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:PhoneAssistIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:HearingRightsIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:FacingHarmIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:ConsulateRightsIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:AttorneyRequestIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:DistanceFromLandmarkMeasure" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="ArrestMethodCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of Apprehension methods</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="AS">
        <xs:annotation>
          <xs:documentation>Anti-Smuggling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BPT">
        <xs:annotation>
          <xs:documentation>Boat Patrol</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CAP">
        <xs:annotation>
          <xs:documentation>Criminal Alien Program</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CRW">
        <xs:annotation>
          <xs:documentation>Crewman/Stowaway</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ES">
        <xs:annotation>
          <xs:documentation>Employer Sanctions</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ESU">
        <xs:annotation>
          <xs:documentation>Worksite Enforcement</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ISP">
        <xs:annotation>
          <xs:documentation>Inspections</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="L">
        <xs:annotation>
          <xs:documentation>Located</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="O">
        <xs:annotation>
          <xs:documentation>Other efforts</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OA">
        <xs:annotation>
          <xs:documentation>Other Agency (turned over to INS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OCD">
        <xs:annotation>
          <xs:documentation>Organized Crime Drug Enforcement Task Force</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OTF">
        <xs:annotation>
          <xs:documentation>Other Task Force</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PB">
        <xs:annotation>
          <xs:documentation>Patrol Border</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PI">
        <xs:annotation>
          <xs:documentation>Patrol Interior</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TCA">
        <xs:annotation>
          <xs:documentation>Traffic Check Aircraft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TCB">
        <xs:annotation>
          <xs:documentation>Traffic Check Bus</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TCF">
        <xs:annotation>
          <xs:documentation>Traffic Check Freight Train</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TCP">
        <xs:annotation>
          <xs:documentation>Traffic Check Passenger Train</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TRC">
        <xs:annotation>
          <xs:documentation>Traffic Check</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XXX">
        <xs:annotation>
          <xs:documentation>Arrest method not recorded</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ArrestMethodCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of Apprehension methods</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:ArrestMethodCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="ArrestMethodType">
    <xs:annotation>
      <xs:documentation>A data type for a information on the manner of ARREST</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:ArrestMethodDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ArrestMethodCodeAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ArrestMethodAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="BenefitApplicationCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of benefit application.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ASY">
        <xs:annotation>
          <xs:documentation>Asylum Application</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FRAC">
        <xs:annotation>
          <xs:documentation>First Responder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MMLD">
        <xs:annotation>
          <xs:documentation>Merchant Mariner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NAT">
        <xs:annotation>
          <xs:documentation>Naturalization Application</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PMR">
        <xs:annotation>
          <xs:documentation>Permanent Residency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TW">
        <xs:annotation>
          <xs:documentation>Temporary Worker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TWIC">
        <xs:annotation>
          <xs:documentation>Transportation Worker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="BenefitApplicationCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of benefit application.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:BenefitApplicationCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="BenefitApplicationEncounterType">
    <xs:annotation>
      <xs:documentation>A data type for a Person Encounter involving the processing of a Benefit Application service request.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:PersonEncounterType">
        <xs:sequence>
          <xs:element ref="scr:BenefitApplicationSubmittedDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ApplicationStatusReasonText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BenefitApplicationStatus" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BenefitApplicationReceiptNumberID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:ImmigrationBenefitRequest" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BenefitApplicationClassificationAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BenefitApplicationEncounterAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="BenefitApplicationStatusCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a status of a benefit application.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Closed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M">
        <xs:annotation>
          <xs:documentation>Missing documentation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="O">
        <xs:annotation>
          <xs:documentation>Open</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="P">
        <xs:annotation>
          <xs:documentation>Pending</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="R">
        <xs:annotation>
          <xs:documentation>Rejected</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S">
        <xs:annotation>
          <xs:documentation>Screening in Progress</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="BenefitApplicationStatusCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a status of a benefit application.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:BenefitApplicationStatusCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="BenefitApplicationStatusType">
    <xs:annotation>
      <xs:documentation>A data type for a status of a benefit application.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:StatusType">
        <xs:sequence>
          <xs:element ref="scr:BenefitApplicationStatusCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BenefitApplicationStatusAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="BenefitApplicationType">
    <xs:annotation>
      <xs:documentation>A data type for additional document information supporting a BENEFIT APPLICATION ENCOUNTER.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:DocumentType">
        <xs:sequence>
          <xs:element ref="scr:BenefitApplicationCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BenefitApplicationCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BenefitApplicationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="BenefitDocumentCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of benefit document.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Advance Parole Travel Document">
        <xs:annotation>
          <xs:documentation>A document issued by the U.S. government that grants permission for certain aliens, who do not have a valid immigrant visa, to re-enter the United States after traveling abroad.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Certificate of Citizenship">
        <xs:annotation>
          <xs:documentation>A document issued by the U.S. government to a biological or adopted child of a U.S. Citizen.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Certificate of Eligibility for Exchange Visitor Status">
        <xs:annotation>
          <xs:documentation>A document issued by a designated sponsor to a nonimmigrant exchange visitor who has been accepted in an established exchange visitor program that is Student and Exchange Visitor Program (SEVP) certified.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Certificate of Eligibility for NonImmigrant Student Status">
        <xs:annotation>
          <xs:documentation>A document issued by a school to a foreign student who has been accepted to an educational program and has submitted documented proof of funds sufficient to cover his/her educational and living expenses.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Certificate of Naturalization">
        <xs:annotation>
          <xs:documentation>A document issued by the U.S. government issued to a naturalized U.S. Citizen.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Employment Authorization Document">
        <xs:annotation>
          <xs:documentation>A document issued by the U.S. government to aliens who are allowed to work in the U.S.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Hazordous Material Endorsement">
        <xs:annotation>
          <xs:documentation>A document issued by the U.S. government that grants permission for certain commercial drivers to transport Hazordous Materials.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lawful Permanent Resident Card">
        <xs:annotation>
          <xs:documentation>A document issued by the U.S. government to persons who attain lawful permanent resident status.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Reentry Permit">
        <xs:annotation>
          <xs:documentation>A document issued by the U.S. government that permits lawful permanent residents ("green card" holders) and conditional residents to re-enter the U.S. after travel of one year or more.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Refugee Travel Document">
        <xs:annotation>
          <xs:documentation>A document issued by the U.S. government that permits a person wi+I32th refugee or asylum status who travels outside the U.S. to return.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Temporary Resident Card">
        <xs:annotation>
          <xs:documentation>A document issued by the U.S. government to immigrants who were granted temporary resident status under the Immigration Reform and Control Act of 1986 (IRCA).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Transportation Worker Identification Credential">
        <xs:annotation>
          <xs:documentation>A document issued by the U.S. government that grants permission for certain transportation workers to have unescorted access to secure areas of airport and maritime facilities and conveyances.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Trusted Traveler Card">
        <xs:annotation>
          <xs:documentation>A document issued by the U.S. government that grants permission for certain travelers to bypass traditional CBP processing and use self-service kiosks.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="BenefitDocumentCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of benefit document.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:BenefitDocumentCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="BenefitDocumentStatusCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of status categories for Benefit Documents</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value=",A96">
        <xs:annotation>
          <xs:documentation>MA96 OCR-B FIELD MISSING(BLANK)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AA">
        <xs:annotation>
          <xs:documentation>AA BASE FEE ADJUSTMENT MADE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AA0">
        <xs:annotation>
          <xs:documentation>AAO ATTORNEY ATTACHED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AAB">
        <xs:annotation>
          <xs:documentation>AAB RECEIVED - FINGERPRINT FEE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AAC">
        <xs:annotation>
          <xs:documentation>AAC BASE FEE ADJUSTMENT MADE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AALB">
        <xs:annotation>
          <xs:documentation>AALB RECEIVED AT THE LOCKBOX</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ABA">
        <xs:annotation>
          <xs:documentation>ABA RECEIVED, FEE WAIVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ABB">
        <xs:annotation>
          <xs:documentation>ABB RECEIVED - FEE COLLECTED ELSEWHERE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ACA">
        <xs:annotation>
          <xs:documentation>ACA RECEIVED, FEE IN SUSPENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ACB">
        <xs:annotation>
          <xs:documentation>ACB FEE SUSPENSE ACTION - DETERMINED THAT FEE REQUIRED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ACC">
        <xs:annotation>
          <xs:documentation>ACC FEE SUSPENSE REMOVED - REJECTED SINCE FEE NOT PAID</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ADA">
        <xs:annotation>
          <xs:documentation>ADA FEE SUSPENSE REMOVED - FEE ACCEPTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ADB">
        <xs:annotation>
          <xs:documentation>ADB FEE SUSPENSE REMOVED - FEE WAIVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ADC">
        <xs:annotation>
          <xs:documentation>ADC FEE SUSPENSE REMOVED - NO FEE REQUIRED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AE">
        <xs:annotation>
          <xs:documentation>AE CASE RESUBMITTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AF">
        <xs:annotation>
          <xs:documentation>AF REJECTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFAA">
        <xs:annotation>
          <xs:documentation>AFAA REJECTED/CHECK/MO NOT SIGNED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFAB">
        <xs:annotation>
          <xs:documentation>AFAB REJECTED/APPLICATION/PETITION NOT SIGNED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFAC">
        <xs:annotation>
          <xs:documentation>AFAC REJECTED/INCORRECT OR NO FEE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFAD">
        <xs:annotation>
          <xs:documentation>AFAD REJECTED/NOT CURRENT VERSION OF FORM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFAE">
        <xs:annotation>
          <xs:documentation>AFAE REJECTED/CASE IMPROPERLY APPEALED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFAI">
        <xs:annotation>
          <xs:documentation>AFAI REJECT/FORM NOT SIGNED/INCORRECT FEE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFBA">
        <xs:annotation>
          <xs:documentation>AFBA REJECTED/CHECK/MO & APPLICATION/PETITION NOT SIGNED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFBB">
        <xs:annotation>
          <xs:documentation>AFBB REJECTED/CHECK/MO NOT SIGNED AND INCORRECT OR NO FEE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFBC">
        <xs:annotation>
          <xs:documentation>AFBC REJECTED/CHECK/MO NOT SIGNED & NOT CURRENT VERSION OF FORM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFBD">
        <xs:annotation>
          <xs:documentation>AFBD REJECTED/CHECK/MO NOT SIGNED & CASE IMPROPERLY APPEALED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFBE">
        <xs:annotation>
          <xs:documentation>AFBE REJECTED/APPLICATION/PETITION NOT SIGNED AND INCORRECT OR NO FEE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFBF">
        <xs:annotation>
          <xs:documentation>AFBF REJECTED/APP/PET NOT SIGNED & NOT CURRENT VERSION OF FORM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFBG">
        <xs:annotation>
          <xs:documentation>AFBG REJECTED/APPLICATION/PETITION NOT SIGNED & CASE IMPROPERLY APPEAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFBH">
        <xs:annotation>
          <xs:documentation>AFBH REJECTED/INCORRECT OR NO FEE & NOT CURRENT VERSION OF FORM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFBI">
        <xs:annotation>
          <xs:documentation>AFBI REJECTED/INCORRECT OR NO FEE & CASE IMPROPERLY APPEALED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFBJ">
        <xs:annotation>
          <xs:documentation>AFBJ REJECTED/NOT CURRENT VERSION OF FORM & CASE IMPROPERLY APPEALED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFCA">
        <xs:annotation>
          <xs:documentation>AFCA REJECTED/CHECK/MO & APP/PET NOT SIGNED AND INCORRECT OR NO FEE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFCB">
        <xs:annotation>
          <xs:documentation>AFCB REJECTED/CHECK/MO & APP/PET NOT SIGNED & NOT CURRENT FORM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFCC">
        <xs:annotation>
          <xs:documentation>AFCC REJECTED/CHECK/MO & APP/PET NOT SIGNED & CASE IMPROPERLY APPEALED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFCD">
        <xs:annotation>
          <xs:documentation>AFCD REJECTED/CHECK/MO NOT SIGNED, INCORRECT FEE, NOT CURRENT FORM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFCE">
        <xs:annotation>
          <xs:documentation>AFCE REJECTED/CHECK/MO NOT SIGNED, INCORRECT FEE, IMPROPER APPEAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFCF">
        <xs:annotation>
          <xs:documentation>AFCF REJECTED/CHECK/MO NOT SIGNED, NOT CURRENT FORM, IMPROPER APPEAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFCG">
        <xs:annotation>
          <xs:documentation>AFCG REJECTED/APP/PET NOT SIGNED, INCORRECT FEE, NOT CURRENT FORM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFCH">
        <xs:annotation>
          <xs:documentation>AFCH REJECTED/APP/PET NOT SIGNED, INCORRECT FEE, IMPROPER APPEAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFCI">
        <xs:annotation>
          <xs:documentation>AFCI REJECTED/APP/PET NOT SIGNED, NOT CURRENT FORM, IMPROPER APPEAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFCJ">
        <xs:annotation>
          <xs:documentation>AFCJ REJECTED/INCORRECT FEE, NOT CURRENT FORM, IMPROPER APPEAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFDA">
        <xs:annotation>
          <xs:documentation>AFDA REJECTED/CHECK/MO & APP/PET NOT SIGNED, INCORR FEE, NOT CURR FORM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFDB">
        <xs:annotation>
          <xs:documentation>AFDB REJECTED/CHECK/MO & APP/PET NOT SIGNED, INCORR FEE, IMPROP APPEAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFDC">
        <xs:annotation>
          <xs:documentation>AFDC REJECTED/CHECK/MO & APP/PET NOT SIGNED, NOT CURR FORM, IMPROP APP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFDD">
        <xs:annotation>
          <xs:documentation>AFDD REJECTED/CHECK/MO NOT SIGNED, NO FEE, NOT CURR FORM, IMPROP APP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFDE">
        <xs:annotation>
          <xs:documentation>AFDE REJECTED/APP/PET NOT SIGNED, NO FEE, NOT CURR FORM, IMPROP APPEAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFEA">
        <xs:annotation>
          <xs:documentation>AFEA REJECTED/NOTHING SIGNED, INCORRECT FEE, NOT CURR FORM, IMPROP APP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFFA">
        <xs:annotation>
          <xs:documentation>AFFA REJECTED/FILED TOO EARLY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFZZ">
        <xs:annotation>
          <xs:documentation>AFZZ REJECTED/OTHER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AGA">
        <xs:annotation>
          <xs:documentation>AGA REOPENED OR RECONSIDERED ON SERVICE MOTION WITHOUT APPEAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AGB">
        <xs:annotation>
          <xs:documentation>AGB REOPENED/RECONSIDERED ON USCIS MOTION BASED ON APPEAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AH">
        <xs:annotation>
          <xs:documentation>AH REOPENED BY COURT REMAND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AI">
        <xs:annotation>
          <xs:documentation>AI TERMINATED CASE REOPENED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AJA">
        <xs:annotation>
          <xs:documentation>AJA CHECK BOUNCED, CASE NOT YET COMPLETED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AJB">
        <xs:annotation>
          <xs:documentation>AJB CHECK BOUNCED, CASE ALREADY APPROVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AJC">
        <xs:annotation>
          <xs:documentation>AJC CHECK BOUNCED, CASE ALREADY DENIED, REVOKED, OR ABANDONED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AKA">
        <xs:annotation>
          <xs:documentation>AKA BOUNCED CHECK CORRECTED ON CASE NOT YET COMPLETED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AKB">
        <xs:annotation>
          <xs:documentation>AKB BOUNCED CHECK CORRECTED ON CASE ALREADY APPROVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AKC">
        <xs:annotation>
          <xs:documentation>AKC BOUNCED CHECK CORRECTED ON CASE ALREADY DENIED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ALA">
        <xs:annotation>
          <xs:documentation>ALA BOUNCED CHECK NOT CORRECTED, REJECTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ALB">
        <xs:annotation>
          <xs:documentation>ALB BOUNCED CHECK NOT CORRECTED, REVOKED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ALC">
        <xs:annotation>
          <xs:documentation>ALC BOUNCED CHECK NOT CORRECTED ON PREVIOUS DENIAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ALD">
        <xs:annotation>
          <xs:documentation>ALD BOUNCED CHECK CORRECTION DEFICIENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AMA">
        <xs:annotation>
          <xs:documentation>AMA CREDIT CARD VERIFICATION SUSPENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AMB">
        <xs:annotation>
          <xs:documentation>AMB CREDIT CARD PAYMENT APPROVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AMC">
        <xs:annotation>
          <xs:documentation>AMC CREDIT CARD PAYMENT REJECTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AMD">
        <xs:annotation>
          <xs:documentation>AMD CREDIT CARD VERIFICATION UNSUCCESSFUL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ANA">
        <xs:annotation>
          <xs:documentation>ANA FEE REFUNDED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ANB">
        <xs:annotation>
          <xs:documentation>ANB FEE REFUND SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ANC">
        <xs:annotation>
          <xs:documentation>ANC FEE SURCHARGE REFUNDED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AOA">
        <xs:annotation>
          <xs:documentation>AOA FPF DEFICIENCY - INCORRECT AMOUNT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AOB">
        <xs:annotation>
          <xs:documentation>AOB FPF DEFICIENCY - REMITTANCE NOT SIGNED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AOC">
        <xs:annotation>
          <xs:documentation>AOC FPF DEFICIENCY - REMITTANCE NOT SIGNED AND INCORRECT AMOUNT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BA">
        <xs:annotation>
          <xs:documentation>BA RELOCATED FOR PROCESSING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BAA">
        <xs:annotation>
          <xs:documentation>BAA REMOTED FOR PROCESSING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BB">
        <xs:annotation>
          <xs:documentation>BB RELOCATED TO NEW JURISDICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BC">
        <xs:annotation>
          <xs:documentation>BC RELOCATED FROM SC TO LOCAL OFFICE FOR STANDARD INTERVIEW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BD">
        <xs:annotation>
          <xs:documentation>BD RELOCATED FROM SC FOR FIELD REVIEW OR INVESTIGATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BE">
        <xs:annotation>
          <xs:documentation>BE APPEAL/MOTION/CERTIFICATION SENT TO AAO</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BF">
        <xs:annotation>
          <xs:documentation>BF APPEAL/MOTION/CERTIFICATION SENT TO EOIR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BG">
        <xs:annotation>
          <xs:documentation>BG RELOCATED TO ORIGINATING OFFICE BY AAO</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BH">
        <xs:annotation>
          <xs:documentation>BH RELOCATED TO ORIGINATING OFFICE BY EOIR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BI">
        <xs:annotation>
          <xs:documentation>BI RELOCATED TO ORIGINATION OFFICE BY DOS FOR REVIEW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BJ">
        <xs:annotation>
          <xs:documentation>BJ RELOCATE TO ASYLUM OFFICE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BK">
        <xs:annotation>
          <xs:documentation>BK RELOCATED TO MFAS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BK0">
        <xs:annotation>
          <xs:documentation>BK0 MOTION TO APPELLATE BODY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BK1">
        <xs:annotation>
          <xs:documentation>BL1 PHYSICAL CASE FILE RELOCATED FROM NBC TO FIELD OFFICE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BL2">
        <xs:annotation>
          <xs:documentation>BL2 ELECTRONIC FILE RELOCATED FROM ASC TO NBC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BL3">
        <xs:annotation>
          <xs:documentation>BL3 ELECTRONIC FILE RELOCATED FROM ASC TO FIELD OFFICE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CA">
        <xs:annotation>
          <xs:documentation>CA RELOCATED RECEIVED FROM OTHER INS CENTER OR OFFICE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Card Destroyed">
        <xs:annotation>
          <xs:documentation>Card Destroyed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Card in Production">
        <xs:annotation>
          <xs:documentation>Card in Production</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Card Resent">
        <xs:annotation>
          <xs:documentation>Card Resent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Card Undeliverable">
        <xs:annotation>
          <xs:documentation>Card Undeliverable</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CB">
        <xs:annotation>
          <xs:documentation>CB RELOCATED RECEIVED FROM AAO</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CC">
        <xs:annotation>
          <xs:documentation>CC RELOCATED RECEIVED FROM EOIR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CD">
        <xs:annotation>
          <xs:documentation>CD CASE RELOCATED RECEIVED FROM STATE DEPARTMENT FOR REVIEW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DA">
        <xs:annotation>
          <xs:documentation>DA APPROVED/NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DAEA">
        <xs:annotation>
          <xs:documentation>DAEA SPLIT DECISION/NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DB">
        <xs:annotation>
          <xs:documentation>DB APPROVED & CERTIFIED/NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DC">
        <xs:annotation>
          <xs:documentation>DC APPROVED IN PART/NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DD">
        <xs:annotation>
          <xs:documentation>DD APPROVED IN PART & CERTIFIED/NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DE">
        <xs:annotation>
          <xs:documentation>DE CASE ORDERED APPROVED BY AAO/NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DF">
        <xs:annotation>
          <xs:documentation>DF CASE ORDERED APPROVED BY EOIR/NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DG">
        <xs:annotation>
          <xs:documentation>DG CASE ORDERED APPROVED BY COURT/NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DH">
        <xs:annotation>
          <xs:documentation>DH APPROVED ON SERVICE MOTION/NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DI">
        <xs:annotation>
          <xs:documentation>DI APPROVAL REAFFIRMED AFTER DOS RETURN/NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DJ">
        <xs:annotation>
          <xs:documentation>DJ VISA ISSUED BY DOS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EA">
        <xs:annotation>
          <xs:documentation>EA DENIAL NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EA0">
        <xs:annotation>
          <xs:documentation>EA0 LOCAL OFFICE FINAL DECISION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EAA">
        <xs:annotation>
          <xs:documentation>EAA DENY FOR SOME - ORDER NOTICE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EB">
        <xs:annotation>
          <xs:documentation>EB DENIAL & CERTIFICATION NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EBA">
        <xs:annotation>
          <xs:documentation>EBA DENY FOR SOME AND CERTIFY - ORDER NOTICE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EC">
        <xs:annotation>
          <xs:documentation>EC DENIAL NOTICE WITH FINDING OF FRAUD ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ED">
        <xs:annotation>
          <xs:documentation>ED DENIAL & CERTIFICATION NOTICE WITH FINDING OF FRAUD ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EE">
        <xs:annotation>
          <xs:documentation>EE CASE ORDERED DENIED BY AAO</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EF">
        <xs:annotation>
          <xs:documentation>EF CASE ORDERED DENIED BY EOIR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EGA">
        <xs:annotation>
          <xs:documentation>EGA REVOCATION NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EGB">
        <xs:annotation>
          <xs:documentation>EGB REVOCATION NOTICE WITH FINDING OF FRAUD ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EGC">
        <xs:annotation>
          <xs:documentation>EGC REVOCATION & CERTIFICATION NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EGD">
        <xs:annotation>
          <xs:documentation>EGD REVOCATION & CERTIFICATION NOTICE W/FINDING OF FRAUD ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EH0">
        <xs:annotation>
          <xs:documentation>EH0 RESCISSION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EHA">
        <xs:annotation>
          <xs:documentation>EHA RESCISSION NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EHA0">
        <xs:annotation>
          <xs:documentation>EHA0 RESCISSION FILED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EHB">
        <xs:annotation>
          <xs:documentation>EHB RESCISSION NOTICE WITH FINDING OF FRAUD ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EHC">
        <xs:annotation>
          <xs:documentation>EHC RESCISSION & CERTIFICATION NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EHD">
        <xs:annotation>
          <xs:documentation>EHD RESCISSION & CERTIFICATION W/FINDING OF FRAUD ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EI">
        <xs:annotation>
          <xs:documentation>EI DENIAL OF MOTION NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EJ">
        <xs:annotation>
          <xs:documentation>EJ MOTION GRANTED - DENIAL OF RENEWED CASE NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EK">
        <xs:annotation>
          <xs:documentation>EK WITHDRAWAL ACKNOWLEDGMENT NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EL">
        <xs:annotation>
          <xs:documentation>EL ABANDONMENT DENIAL NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EM">
        <xs:annotation>
          <xs:documentation>EM AUTOMATIC TERMINATION PER OI 103.2(o) NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EN">
        <xs:annotation>
          <xs:documentation>EN CASE TERMINATED; STATUS ACQUIRED THROUGH OTHER MEANS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EO">
        <xs:annotation>
          <xs:documentation>EO VISA DENIED BY DOS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EP">
        <xs:annotation>
          <xs:documentation>EP PETITION TERMINATED BY DOS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EQ">
        <xs:annotation>
          <xs:documentation>EQ PETITION REVOKED BY DOS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ER">
        <xs:annotation>
          <xs:documentation>ER SERVICE DENIAL UPHELD BY COURT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ERA0">
        <xs:annotation>
          <xs:documentation>ERA0 COURT APPEAL FILED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ERB0">
        <xs:annotation>
          <xs:documentation>ERB0 SVC DIRECTED LET PREVIOUS APPVL STAND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ES0">
        <xs:annotation>
          <xs:documentation>ES0 DENY OTHER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EW0">
        <xs:annotation>
          <xs:documentation>EW0 AUTOMATICALLY REVOKE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EX">
        <xs:annotation>
          <xs:documentation>EX SYSTEM CLOSURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EX0">
        <xs:annotation>
          <xs:documentation>EX0 APPEAL WITHDRAWN - ADMINISTRATIVE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EY2">
        <xs:annotation>
          <xs:documentation>EY2 PHASE I DECISION CHANGED TO T</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EZ">
        <xs:annotation>
          <xs:documentation>EZ ADMINISTRATIVE CLOSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FA">
        <xs:annotation>
          <xs:documentation>FA CASE RETURN FOR ADDITIONAL EVIDENCE NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FAA">
        <xs:annotation>
          <xs:documentation>FAA LITIGATION CASE LOADED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FAB">
        <xs:annotation>
          <xs:documentation>FAB CIS ADD CONFIRMED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FB0">
        <xs:annotation>
          <xs:documentation>FB0 REQUEST EVIDENCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FBA">
        <xs:annotation>
          <xs:documentation>FBA INITIAL EVIDENCE REQUEST NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FBB">
        <xs:annotation>
          <xs:documentation>FBB ADDITIONAL EVIDENCE REQUEST NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FBC">
        <xs:annotation>
          <xs:documentation>FBC INITIAL AND ADDITIONAL EVIDENCE REQUESTED NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FC">
        <xs:annotation>
          <xs:documentation>FC INTENT TO REVOKE NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FCA0">
        <xs:annotation>
          <xs:documentation>FCA0 INTENT TO REVOKE - FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FCB0">
        <xs:annotation>
          <xs:documentation>FCB0 INTENT TO REVOKE - OTHER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FD">
        <xs:annotation>
          <xs:documentation>FD INTENT TO RESCIND NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FE">
        <xs:annotation>
          <xs:documentation>FE INTENT TO DENY NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FF0">
        <xs:annotation>
          <xs:documentation>FF0 SENT TO BENEFIT FRAUD UNIT (BFU)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FF1">
        <xs:annotation>
          <xs:documentation>FF1 SENT TO FRAUD DETECTION UNIT (FDU) FOR ANALYSIS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FF2">
        <xs:annotation>
          <xs:documentation>FF2 SENT TO NATIONAL SECURITY ADJUDICATIONS UNIT FOR ANALYSIS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FFA">
        <xs:annotation>
          <xs:documentation>FFA OVERSEAS INVESTIGATION REQUESTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FFB">
        <xs:annotation>
          <xs:documentation>FFB DOMESTIC INVESTIGATION REQUESTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FG">
        <xs:annotation>
          <xs:documentation>FG NON-USCIS ADVISORY OPINION REQUESTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FG0">
        <xs:annotation>
          <xs:documentation>FG0 FORWARDED FOR SERVICE BRIEF</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FH">
        <xs:annotation>
          <xs:documentation>FH PLACE IN INTERVIEW QUE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FHA">
        <xs:annotation>
          <xs:documentation>FHA SCHEDULE CASE FOR ASYLUM INTERVIEW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FHB">
        <xs:annotation>
          <xs:documentation>FHB READY FOR INTERVIEW SCHEDULING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FI">
        <xs:annotation>
          <xs:documentation>FI FORCE SCHEDULE INTERVIEW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FJ">
        <xs:annotation>
          <xs:documentation>FJ INTERVIEW SCHEDULED/NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FKA">
        <xs:annotation>
          <xs:documentation>FKA DESCHEDULE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FKB">
        <xs:annotation>
          <xs:documentation>FKB CANCEL INTERVIEW BASED ON REQUEST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FL">
        <xs:annotation>
          <xs:documentation>FL FAILED TO APPEAR FOR INTERVIEW OR ADIT PROCESSING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FLR">
        <xs:annotation>
          <xs:documentation>FLR RETURN FROM LAW ENFORCEMENT SUPPORT CENTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FLS">
        <xs:annotation>
          <xs:documentation>FLS SENT TO LAW ENFORCEMENT SUPPORT CENTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FM">
        <xs:annotation>
          <xs:documentation>FM RESCHEDULE INTERVIEW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FN">
        <xs:annotation>
          <xs:documentation>FN FINGERPRINT/AGENCY CHECKS ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FNA">
        <xs:annotation>
          <xs:documentation>FNA FINGERPRINT APPOINTMENT NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FNB">
        <xs:annotation>
          <xs:documentation>FNB FINGERPRINTS TAKEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FNC">
        <xs:annotation>
          <xs:documentation>FNC FD-258 SENT TO FBI</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FND">
        <xs:annotation>
          <xs:documentation>FND FD-258 REJECTED BY FBI-IMMEDIATE REJECT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FNE">
        <xs:annotation>
          <xs:documentation>FNE FD-258 REJECTED BY FBI-UNCLASSIFIABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FNF">
        <xs:annotation>
          <xs:documentation>FNF FD-258 RESENT TO FBI</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FNG">
        <xs:annotation>
          <xs:documentation>FNG FINGERPRINT PROCESSING COMPLETE-IDENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FNH">
        <xs:annotation>
          <xs:documentation>FNH FINGERPRINT PROCESSING COMPLETE-NON-IDENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FNI">
        <xs:annotation>
          <xs:documentation>FNI FBISCHED FINGERPRINT STATUS ADJUSTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FO0">
        <xs:annotation>
          <xs:documentation>FO0 REQUEST FILE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FOA">
        <xs:annotation>
          <xs:documentation>FOA FILE TRANSFER REQUEST ORDERED - PROCESSING NOT SUSPENDED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FOB">
        <xs:annotation>
          <xs:documentation>FOB FILE TRANSFER REQUEST ORDERED - PROCESSING SUSPENDED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FP">
        <xs:annotation>
          <xs:documentation>FP ADIT PROCESSING REQUESTED AFTER APPROVAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FQ">
        <xs:annotation>
          <xs:documentation>FQ REQUEST ADIT RE-PROCESSING/NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FQA">
        <xs:annotation>
          <xs:documentation>FQA REQUEST FOR NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FQB">
        <xs:annotation>
          <xs:documentation>FQB NOTICE TO APPEAR ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FR">
        <xs:annotation>
          <xs:documentation>FR ADJUDICATION HOLD LIFTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FS">
        <xs:annotation>
          <xs:documentation>FS ADJUDICATION HOLD PLACED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FSA0">
        <xs:annotation>
          <xs:documentation>FSA0 REQUEST DATABASE CHECKS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FT">
        <xs:annotation>
          <xs:documentation>FT PROCESSING HOLD LIFTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FT0">
        <xs:annotation>
          <xs:documentation>FT0 OFFICER PROCESSING BEGUN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FTA0">
        <xs:annotation>
          <xs:documentation>FTA0 DATABASE CHECKS RECEIVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FU">
        <xs:annotation>
          <xs:documentation>FU ELIGIBLE TO FILE SUPPLEMENTAL WAIVER OR APP.; NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FV">
        <xs:annotation>
          <xs:documentation>FV CONTINUED FOR CIVICS AND/OR ENGLISH RETEST; CASE ON HOLD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FWA">
        <xs:annotation>
          <xs:documentation>FWA TERMINATE ACTION TO REVOKE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FWB">
        <xs:annotation>
          <xs:documentation>FWB TERMINATE ACTION TO RESCIND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FX0">
        <xs:annotation>
          <xs:documentation>FX0 EXTENSION FOR BRIEF GRANTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FXA">
        <xs:annotation>
          <xs:documentation>FXA TERMINATE PLACEMENT IN INTERVIEW QUE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FXX0">
        <xs:annotation>
          <xs:documentation>FXX0 EXTENSION FOR BRIEF DENIED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FY0">
        <xs:annotation>
          <xs:documentation>FY0 TREAT AS MOTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FYD">
        <xs:annotation>
          <xs:documentation>FYD LEGALIZATION PHASE 1 L.O. RECOMMENDATION OF DENIAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FYG">
        <xs:annotation>
          <xs:documentation>FYG LEGALIZATION PHASE 1 L.O. RECOMMENDATION OF GRANT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FZA">
        <xs:annotation>
          <xs:documentation>FZA T-1 WAITING LIST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FZB">
        <xs:annotation>
          <xs:documentation>FZB BONA FIDE DEFERRED ACTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FZC">
        <xs:annotation>
          <xs:documentation>FZC BONA FIDE IN REMOVAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HA">
        <xs:annotation>
          <xs:documentation>HA RESPONSE TO REQUEST NOTICE TO APPLICATION/PETITION RECEIVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HA0">
        <xs:annotation>
          <xs:documentation>HA0 WAIVER REQUEST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HA1">
        <xs:annotation>
          <xs:documentation>HA1 IMBRA WAIVER APPROVAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HA2">
        <xs:annotation>
          <xs:documentation>HA2 IMBRA WAIVER DENIAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HAP">
        <xs:annotation>
          <xs:documentation>HAP RESET PREMIUM PROC. CLOCK - EVIDENCE RECEIVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HB">
        <xs:annotation>
          <xs:documentation>HB NOTICE RETURNED AS UNDELIVERABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HC">
        <xs:annotation>
          <xs:documentation>HC INVESTIGATIVE REPORT/AGENCY CHECKS RECEIVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HCB0">
        <xs:annotation>
          <xs:documentation>HCB0 RET FROM FRAUD UNIT NORMAL PROCESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HCC0">
        <xs:annotation>
          <xs:documentation>HCC0 RETURN FROM BENEFIT FRAUD UNIT (BFU) WITH RESULTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HCC1">
        <xs:annotation>
          <xs:documentation>HCC1 RETURN FROM FRAUD DETECTION UNIT (FDU) WITH RESULTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HD">
        <xs:annotation>
          <xs:documentation>HD CORRESPONDENCE RECEIVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HE">
        <xs:annotation>
          <xs:documentation>HE REQUEST TO RE-SCHEDULE INTERVIEW RECEIVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HF">
        <xs:annotation>
          <xs:documentation>HF ADIT PROCESSING COMPLETED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HG">
        <xs:annotation>
          <xs:documentation>HG INTERVIEW CONDUCTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HH">
        <xs:annotation>
          <xs:documentation>HH INVESTIGATION OR FIELD REVIEW NOT ACCEPTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HI">
        <xs:annotation>
          <xs:documentation>HI I-89 RECEIVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HJ0">
        <xs:annotation>
          <xs:documentation>HJ0 FILE RECEIVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HK0">
        <xs:annotation>
          <xs:documentation>HK0 CONFIRMED DAU RESULTS RECEIVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IA0">
        <xs:annotation>
          <xs:documentation>IA0 PROYESTO SAN PABLO/ INS NOTE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IAA">
        <xs:annotation>
          <xs:documentation>IAA RECEIPT NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IAAA">
        <xs:annotation>
          <xs:documentation>IAAA RECEIPT NOTICE W/REQUEST FOR I-89 PROCESSING SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IAB">
        <xs:annotation>
          <xs:documentation>IAB MODIFIED RECEIPT NOTICE 1 SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IAC">
        <xs:annotation>
          <xs:documentation>IAC MODIFIED RECEIPT NOTICE 2 SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IAD">
        <xs:annotation>
          <xs:documentation>IAD FEE COLLECTED ELSEWHERE RECEIPT NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IAE">
        <xs:annotation>
          <xs:documentation>IAE FINGERPRINT FEE RECEIPT NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IAF">
        <xs:annotation>
          <xs:documentation>IAF RECEIPT LETTER EMAILED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IBA">
        <xs:annotation>
          <xs:documentation>IBA FEE SUSPENSE RECEIPT NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IBB">
        <xs:annotation>
          <xs:documentation>IBB FEE SUSPENSE - FEE NOW REQUIRED NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IBC">
        <xs:annotation>
          <xs:documentation>IBC FEE SUSPENSE REJECTION NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IBD">
        <xs:annotation>
          <xs:documentation>IBD FEE SUSPENSE REMOVAL NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IBE">
        <xs:annotation>
          <xs:documentation>IBE FINGERPRINT BILLING NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IBS1">
        <xs:annotation>
          <xs:documentation>IBS1 NO SYSTEM IDENTIFIED DEROGATORY INFORMATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IBS2">
        <xs:annotation>
          <xs:documentation>IBS2 IBS2: Pending</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IBS3">
        <xs:annotation>
          <xs:documentation>IBS3 IBS3: DNR (Does Not Relate)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IBS4">
        <xs:annotation>
          <xs:documentation>IBS4 IBS4: Resolved</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IC">
        <xs:annotation>
          <xs:documentation>IC REJECTION NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ICA">
        <xs:annotation>
          <xs:documentation>ICA FINGERPRINT FEE DEFICIENCY NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ID">
        <xs:annotation>
          <xs:documentation>ID RESUBMISSION ACKNOWLEDGMENT NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IEA">
        <xs:annotation>
          <xs:documentation>IEA APPROVAL NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IEB">
        <xs:annotation>
          <xs:documentation>IEB CERTIFICATION APPROVAL NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IEC">
        <xs:annotation>
          <xs:documentation>IEC WELCOME NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IEE">
        <xs:annotation>
          <xs:documentation>IEE APPROVAL LETTER EMAILED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IFA">
        <xs:annotation>
          <xs:documentation>IFA DENIAL NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IFAA">
        <xs:annotation>
          <xs:documentation>IFAA ABANDONMENT DENIAL NOTICE SENT, INCORRECT FP FEE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IFAB">
        <xs:annotation>
          <xs:documentation>IFAB ABANDONMENT DENIAL NOTICE SENT, FAILURE TO APPEAR FOR FP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IFAC">
        <xs:annotation>
          <xs:documentation>IFAC ABANDONMENT DENIAL NOTICE SENT, FP APPEAR. REQUESTS UNDELIVERABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IFAD">
        <xs:annotation>
          <xs:documentation>IFAD ABANDONMENT DENIAL NOTICE SENT, FINGERPRINT FEE NOT RECEIVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IFAE">
        <xs:annotation>
          <xs:documentation>IFAE ABANDONMENT DENIAL NOTICE SENT, SUBJ. ABROAD NOT SUBMITTED FP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IFAF">
        <xs:annotation>
          <xs:documentation>IFAF ABANDONMENT DENIAL NOTICE SENT, SUBJ. NOT SUPPL. DEFICIENCY DATA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IFB">
        <xs:annotation>
          <xs:documentation>IFB CERTIFICATION DENIAL NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IG">
        <xs:annotation>
          <xs:documentation>IG DUPLICATE NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IH">
        <xs:annotation>
          <xs:documentation>IH AMENDED NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="II">
        <xs:annotation>
          <xs:documentation>II NOTICE OF INTENT TO DENY SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IJ">
        <xs:annotation>
          <xs:documentation>IJ INDEPENDENT CABLE SENT OR POE TELEPHONED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IK">
        <xs:annotation>
          <xs:documentation>IK REQUEST FOR ADDITIONAL EVIDENCE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IKE">
        <xs:annotation>
          <xs:documentation>IKE INITIAL EVIDENCE REQUESTED VIA E-FILING SYSTEM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IKF">
        <xs:annotation>
          <xs:documentation>IKF INITIAL EVIDENCE REMINDER EMAILED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IKP">
        <xs:annotation>
          <xs:documentation>IKP STOP PREMIUM PROC. CLOCK - REQUEST FOR EVIDENCE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IL">
        <xs:annotation>
          <xs:documentation>IL RETURN NOTICE + CASE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IM">
        <xs:annotation>
          <xs:documentation>IM INTERVIEW NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IMAF">
        <xs:annotation>
          <xs:documentation>IMAF FINGERPRINT APPOINTMENT NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IN">
        <xs:annotation>
          <xs:documentation>IN ADIT NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IO">
        <xs:annotation>
          <xs:documentation>IO REOPENING NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IP">
        <xs:annotation>
          <xs:documentation>IP TRANSFER NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IQ">
        <xs:annotation>
          <xs:documentation>IQ AFFIRMATION NOTICE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IQB">
        <xs:annotation>
          <xs:documentation>IQB BONA FIDE DEFERRED ACTION NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IQC">
        <xs:annotation>
          <xs:documentation>IQC BONA FIDE IN REMOVAL NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IR">
        <xs:annotation>
          <xs:documentation>IR REVOCATION NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IS">
        <xs:annotation>
          <xs:documentation>IS RESCISSION NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IT">
        <xs:annotation>
          <xs:documentation>IT WITHDRAWAL ACKNOWLEDGMENT NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IU">
        <xs:annotation>
          <xs:documentation>IU NOTICE OF INTENT TO RESCIND SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IV">
        <xs:annotation>
          <xs:documentation>IV NOTICE OF INTENT TO REVOKE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IWA">
        <xs:annotation>
          <xs:documentation>IWA CHECK DEFICIENCY NOTICE 1 SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IWB">
        <xs:annotation>
          <xs:documentation>IWB CHECK DEFICIENCY NOTICE 2 SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IWC">
        <xs:annotation>
          <xs:documentation>IWC CHECK DEFICIENCY NOTICE 3 SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IWD">
        <xs:annotation>
          <xs:documentation>IWD CHECK DEFICIENCY REJECTION NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IWE">
        <xs:annotation>
          <xs:documentation>IWE CHECK DEFICIENCY REVOCATION NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IWF">
        <xs:annotation>
          <xs:documentation>IWF CHECK DEFICIENCY ON DENIAL NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IWG">
        <xs:annotation>
          <xs:documentation>IWG BOUNCED CHECK CORRECTION NOT ACCEPTED NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IXAA">
        <xs:annotation>
          <xs:documentation>IXAA INTERVIEW CANCELLATION BY INS - NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IXAB">
        <xs:annotation>
          <xs:documentation>IXAB INTERVIEW CANCELLATION PER REQUEST - NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IXB">
        <xs:annotation>
          <xs:documentation>IXB CONTINUATION NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IXC">
        <xs:annotation>
          <xs:documentation>IXC NOTICE TO APPEAR SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IYA">
        <xs:annotation>
          <xs:documentation>IYA INTENT TO TERMINATE STATUS NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IYB">
        <xs:annotation>
          <xs:documentation>IYB STATUS TERMINATION NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IYC">
        <xs:annotation>
          <xs:documentation>IYC STATUS TERMINATION CERTIFICATION NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IZ">
        <xs:annotation>
          <xs:documentation>IZ LITIGATION NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IZB">
        <xs:annotation>
          <xs:documentation>IZB LITIGATION TERMINATE MAILER SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IZZ">
        <xs:annotation>
          <xs:documentation>IZZ FY05 OMNIBUS SPENDING BILL CAP EXEMPTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JA">
        <xs:annotation>
          <xs:documentation>JA ELIGIBILITY NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JB">
        <xs:annotation>
          <xs:documentation>JB FEE REFUND INVITATION SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JC">
        <xs:annotation>
          <xs:documentation>JC FAX REPLY SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JCA">
        <xs:annotation>
          <xs:documentation>JCA CUSTOMER INQUIRY RESPONSE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JZ">
        <xs:annotation>
          <xs:documentation>JZ NOTICE GENERATED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JZA">
        <xs:annotation>
          <xs:documentation>JZA I-90 ATTORNEY NOTICE SENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KA">
        <xs:annotation>
          <xs:documentation>KA SUPERVISORY HOLD PLACED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KAA">
        <xs:annotation>
          <xs:documentation>KAA SUPERVISORY HOLD/NO INSPECTOR STAMP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KAB">
        <xs:annotation>
          <xs:documentation>KAB SUPERVISORY HOLD/NO INSPECTOR SIGNATURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KAC">
        <xs:annotation>
          <xs:documentation>KAC SUPERVISORY HOLD/NO APPLICANT SIGNATURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KAD">
        <xs:annotation>
          <xs:documentation>KAD SUPERVISORY HOLD/I89 NOT ATTACHED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KAE">
        <xs:annotation>
          <xs:documentation>KAE SUPERVISORY HOLD/MISSING BIOMETRIC DATA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KAF">
        <xs:annotation>
          <xs:documentation>KAF SUPERVISORY HOLD/MISSING BIOGRAPHIC DATA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KAG">
        <xs:annotation>
          <xs:documentation>KAG SUPERVISORY HOLD/NO ADJUDICATOR STAMP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KB0">
        <xs:annotation>
          <xs:documentation>KB0 HOLD OTHERWISE REMOVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KBA">
        <xs:annotation>
          <xs:documentation>KBA SUPERVISORY HOLD CLEARED - ACTION CONFIRMED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KBB">
        <xs:annotation>
          <xs:documentation>KBB SUPERVISORY HOLD CLEARED - ACTION CANCELLED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KBC">
        <xs:annotation>
          <xs:documentation>KBC ADD. REQ APPROVED BY LEVEL 1, CASE HOLD AWAITING LEVEL 2 APPROVAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KBD">
        <xs:annotation>
          <xs:documentation>KBD ADD. CARD REQUEST NOT APPROVED BY LEVEL 1 SUPV, ACTION CANCELLED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KBE">
        <xs:annotation>
          <xs:documentation>KBE ADD. CARD REQUEST APPROVED BY LEVEL 2 SUPV, ACTION CONFIRMED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KBF">
        <xs:annotation>
          <xs:documentation>KBF ADD. CARD REQUEST NOT APPROVED BY LEVEL 2 SUPV, ACTION CANCELLED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KC">
        <xs:annotation>
          <xs:documentation>KC QUALITY REVIEW HOLD PLACED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KDA">
        <xs:annotation>
          <xs:documentation>KDA QUALITY REVIEW HOLD CLEARED - ACTION CONFIRMED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KDB">
        <xs:annotation>
          <xs:documentation>KDB QUALITY REVIEW HOLD CLEARED - ACTION CANCELLED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KE">
        <xs:annotation>
          <xs:documentation>KE DATA CHANGED IN RECORD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KEA">
        <xs:annotation>
          <xs:documentation>KEA ADDRESS CHANGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KEAN">
        <xs:annotation>
          <xs:documentation>KEAN A NUMBER CHANGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KEB">
        <xs:annotation>
          <xs:documentation>KEB DATE OF BIRTH CHANGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KEN">
        <xs:annotation>
          <xs:documentation>KEN NAME CHANGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KF">
        <xs:annotation>
          <xs:documentation>KF CASE PROFILE HOLD PLACED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KF0">
        <xs:annotation>
          <xs:documentation>KF0 EXECUTE PROFILE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KG">
        <xs:annotation>
          <xs:documentation>KG CASE PROFILE HOLD CLEARED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KH">
        <xs:annotation>
          <xs:documentation>KH PENDING LITIGATION HOLD PLACED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KI">
        <xs:annotation>
          <xs:documentation>KI LITIGATION HOLD CLEARED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KJ">
        <xs:annotation>
          <xs:documentation>KJ OPTICAL RECORD CREATED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KK">
        <xs:annotation>
          <xs:documentation>KK PREVIOUS ACTION CANCELLED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KL">
        <xs:annotation>
          <xs:documentation>KL PREVIOUS ACTION CANCELLED - FEE TO BE RETURNED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KM">
        <xs:annotation>
          <xs:documentation>KM PAPER RECORD DESTROYED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KN">
        <xs:annotation>
          <xs:documentation>KN PAPER RECORD ARCHIVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KO">
        <xs:annotation>
          <xs:documentation>KO PETITION SHIPPED TO DOS AFTER APPROVAL OR REAFFIRMATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KP">
        <xs:annotation>
          <xs:documentation>KP PETITION SHIPPED BY DOS TO CONSULATE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KQ">
        <xs:annotation>
          <xs:documentation>KQ PREVIOUS ACTION VOIDED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KR0">
        <xs:annotation>
          <xs:documentation>KR0 AAO CONVERSION RECORD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KSB">
        <xs:annotation>
          <xs:documentation>KSB CLASS SB1 - PROCESSING COMPLETE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LAA">
        <xs:annotation>
          <xs:documentation>LAA CARD REQUEST SENT TO ICPS PRINT SERVER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LAB">
        <xs:annotation>
          <xs:documentation>LAB CARD ORDER CORRECTED OR VERIFIED AND RESENT TO ICF</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LBA">
        <xs:annotation>
          <xs:documentation>LBA CARD ORDER RECEIVED AT ICF</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LC">
        <xs:annotation>
          <xs:documentation>LC CARD ORDER RETURNED TO ORDERING OFFICE FOR VERIFICATION/CORRECT.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LDA">
        <xs:annotation>
          <xs:documentation>LDA CARD PRODUCED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LDB">
        <xs:annotation>
          <xs:documentation>LDB CARD DESTROYED; DID NOT MEET SPECIFICATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LEA">
        <xs:annotation>
          <xs:documentation>LEA CARD MAILED TO APPLICANT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LEB">
        <xs:annotation>
          <xs:documentation>LEB CARD MAILED TO AMC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LEC">
        <xs:annotation>
          <xs:documentation>LEC CARD PERSONALLY GIVEN TO APPLICANT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LFA">
        <xs:annotation>
          <xs:documentation>LFA CARD RETURNED AS UNDELIVERABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LFB">
        <xs:annotation>
          <xs:documentation>LFB CARD DESTROYED SINCE UNDELIVERABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LFC">
        <xs:annotation>
          <xs:documentation>LFC CARD NOT DELIVERED AND NOT RETURNED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LGA">
        <xs:annotation>
          <xs:documentation>LGA CARD RETURNED WITH CORRESPONDENCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LGB">
        <xs:annotation>
          <xs:documentation>LGB CARD DESTROYED SINCE RETURNED WITH CORRESPONDENCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LIC">
        <xs:annotation>
          <xs:documentation>LIC FINGERPRINT NOT READABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLBB">
        <xs:annotation>
          <xs:documentation>LLBB I-89 RECEIVED NO COMPANION ELECTRONIC RECORD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLBC">
        <xs:annotation>
          <xs:documentation>LLBC ELECTRONIC RECORD RECEIVED, NO COMPANION I-89</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLBD">
        <xs:annotation>
          <xs:documentation>LLBD VISA OR ADJ. RECORD RECEIVED, NO COMPANION I-89</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLBE">
        <xs:annotation>
          <xs:documentation>LLBE ICF DOES NOT PROCESS SB1 VISAS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLGA">
        <xs:annotation>
          <xs:documentation>LLGA APPLICANT SIGNATURE DOES NOT MEET SPECIFICATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLGB">
        <xs:annotation>
          <xs:documentation>LLGB NO APPLICANT SIGNATURE ON I-89 AND NOT SHOWN AS WAIVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLH">
        <xs:annotation>
          <xs:documentation>LLH PHOTOGRAPHS DO NOT MEET SPECIFICATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLIA">
        <xs:annotation>
          <xs:documentation>LLIA FINGERPRINT NOT READABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLIB">
        <xs:annotation>
          <xs:documentation>LLIB FINGERPRINT MISSING AND NOT UNDER AGE OR WAIVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLJA">
        <xs:annotation>
          <xs:documentation>LLJA I-89 DAMAGED AND CANNOT BE USED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLJB">
        <xs:annotation>
          <xs:documentation>LLJB PHOTOGRAPHS DAMAGED AND CANNOT BE USED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLKA">
        <xs:annotation>
          <xs:documentation>LLKA CARD ORDER DATA INCONSISTENT WITH OTHER RECORDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLKB">
        <xs:annotation>
          <xs:documentation>LLKB OTHER RECORDS INDICATE APPLICANT HAS NATURALIZED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLKC">
        <xs:annotation>
          <xs:documentation>LLKC A# PREVIOUSLY USED ON CARD ISSUED TO SOMEONE ELSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLKD">
        <xs:annotation>
          <xs:documentation>LLKD DISCREPANCY IN A# ON MATERIAL SUBMITTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLKE">
        <xs:annotation>
          <xs:documentation>LLKE DOB AND ADJ/ADMISSION DATE INCOMPATIBLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLKF">
        <xs:annotation>
          <xs:documentation>LLKF WRONG SIDE OF I-89 COMPLETED FOR THIS TRANSACTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLKG">
        <xs:annotation>
          <xs:documentation>LLKG NECESSARY DATA FOR THIS TYPE CARD ORDER MISSING OR ILLEGIBLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLKH">
        <xs:annotation>
          <xs:documentation>LLKH SUBJECTS CONDITIONAL PERIOD HAS EXPIRED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLKI">
        <xs:annotation>
          <xs:documentation>LLKI REMOVAL OF CONDITIONAL STATUS APPEARS PREMATURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLKJ">
        <xs:annotation>
          <xs:documentation>LLKJ ADMISSION CODE AND DATE OF ADMISSION INCOMPATIBLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLKK">
        <xs:annotation>
          <xs:documentation>LLKK DATA AND PHOTO CLEARLY INCOMPATIBLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLLA">
        <xs:annotation>
          <xs:documentation>LLLA VERIFYING SIGNATURE AND DATA MISSING, INCOMPLETE OR ILLEGIBLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLLB">
        <xs:annotation>
          <xs:documentation>LLLB ADMISSION DATA OR ADMISSION STAMP ILLEGIBLE ON VISA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLLC">
        <xs:annotation>
          <xs:documentation>LLLC WRONG ISSUE OF CARD RETURNED WITH CARD ORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LLM">
        <xs:annotation>
          <xs:documentation>LLM CARD ORDER APPEARS TO BE DUPLICATE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LM">
        <xs:annotation>
          <xs:documentation>LM DUPLICATE CARD ORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LN">
        <xs:annotation>
          <xs:documentation>LN FINGERPRINT DETERMINED TO BE BEST AVAILABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LO">
        <xs:annotation>
          <xs:documentation>LO CARD NOT PRODUCED SINCE CONDITIONAL STATUS EXPIRES WITHIN 60 DAYS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LPA">
        <xs:annotation>
          <xs:documentation>LPA CARD ORDER WITHDRAWN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LSP">
        <xs:annotation>
          <xs:documentation>LSP STOP CARD PRODUCTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M01">
        <xs:annotation>
          <xs:documentation>M01 NO PHOTO AVAILABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M01F">
        <xs:annotation>
          <xs:documentation>M01F FINGERPRINT NOT WAIVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M01S">
        <xs:annotation>
          <xs:documentation>M01S SIGNATURE NOT WAIVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M02">
        <xs:annotation>
          <xs:documentation>M02 IMPROPER PHOTO</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M02S">
        <xs:annotation>
          <xs:documentation>M02S IMPROPER SIGNATURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M03">
        <xs:annotation>
          <xs:documentation>M03 PHOTO MISMATCH</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M03S">
        <xs:annotation>
          <xs:documentation>M03S SIGNATURE MISMATCH</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M04">
        <xs:annotation>
          <xs:documentation>M04 DATA MISMATCH</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M05">
        <xs:annotation>
          <xs:documentation>M05 BAD SCAN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M06">
        <xs:annotation>
          <xs:documentation>M06 BAD CARD PRINT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M07">
        <xs:annotation>
          <xs:documentation>M07 BAD DIECUT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M08">
        <xs:annotation>
          <xs:documentation>M08 BAD LAMINATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M09">
        <xs:annotation>
          <xs:documentation>M09 BAD STOCK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M10">
        <xs:annotation>
          <xs:documentation>M10 BOOK NUMBER MISMATCH</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M11">
        <xs:annotation>
          <xs:documentation>M11 MRZ NOT READABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M201">
        <xs:annotation>
          <xs:documentation>M201 SCAN SUCCESSFUL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M202">
        <xs:annotation>
          <xs:documentation>M202 SENT TO PRINTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M203">
        <xs:annotation>
          <xs:documentation>M203 UNDER SUPERVISOR REVIEW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M207">
        <xs:annotation>
          <xs:documentation>M207 GOOD CARD QUALITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MA">
        <xs:annotation>
          <xs:documentation>MA CARD COMPLETED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MA0">
        <xs:annotation>
          <xs:documentation>MA0 EAD SIGNATURE CARD PRINTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MA70">
        <xs:annotation>
          <xs:documentation>MA70 BIOMETRICS RECEIVED FROM ASC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MA80">
        <xs:annotation>
          <xs:documentation>MA80 CARD REQUEST SENT TO ICPS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MA90">
        <xs:annotation>
          <xs:documentation>MA90 BAD/MISSING DATA IN CARD REQUEST(E.G., ADDRESS MISSING)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MA91">
        <xs:annotation>
          <xs:documentation>MA91 BAD/MISSING DATA FILE DURING CARD PRODUCTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MA92">
        <xs:annotation>
          <xs:documentation>MA92 BAD/MISSING DATA IN STREAM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MA93">
        <xs:annotation>
          <xs:documentation>MA93 DUPLICATE RECEIPT NUMBER IN SAME PRODREQ.DAT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MA94">
        <xs:annotation>
          <xs:documentation>MA94 DUPLICATE APPLICATION ID RECEIVED WHILE CARD IN PRODUCTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MA95">
        <xs:annotation>
          <xs:documentation>MA95 UNKNOWN RETURN ADDRESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MA97">
        <xs:annotation>
          <xs:documentation>MA97 MISSING CARD MEDIA OR CARD FORMAT IN PRODREQ.DAT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MA98">
        <xs:annotation>
          <xs:documentation>MA98 RESERVED FOR FUTURE ICPS USE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MA99">
        <xs:annotation>
          <xs:documentation>MA99 RESERVED FOR FUTURE ICPS USE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MBA">
        <xs:annotation>
          <xs:documentation>MBA REENTRY PERMIT PRODUCED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MBB">
        <xs:annotation>
          <xs:documentation>MBB REFUGEE TRAVEL DOCUMENT PRODUCED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MBC">
        <xs:annotation>
          <xs:documentation>MBC ADVANCE PAROLE DOCUMENT PRODUCED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MCA">
        <xs:annotation>
          <xs:documentation>MCA NATURALIZATION CERTIFICATE PRODUCED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MCB">
        <xs:annotation>
          <xs:documentation>MCB CITIZENSHIP CERTIFICATE PRODUCED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MCC">
        <xs:annotation>
          <xs:documentation>MCC REPATRIATION CERTIFICATE PRODUCED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MCD">
        <xs:annotation>
          <xs:documentation>MCD DECLARATION OF INTENT PRODUCED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MCE">
        <xs:annotation>
          <xs:documentation>MCE SPECIAL CERTIFICATE OF NATURALIZATION PRODUCED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MDA">
        <xs:annotation>
          <xs:documentation>MDA DOCUMENT PENDING DESTRUCTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MDB">
        <xs:annotation>
          <xs:documentation>MDB DOCUMENT DESTROYED, DID NOT MEET SPECIFICATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MEA">
        <xs:annotation>
          <xs:documentation>MEA DOCUMENT MAILED TO APPLICANT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MEBA">
        <xs:annotation>
          <xs:documentation>MEBA DOCUMENT MAILED TO DOMESTIC OFFICE FOR DISTRIBUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MEBB">
        <xs:annotation>
          <xs:documentation>MEBB DOCUMENT MAILED TO OVERSEAS OFFICE OR DOS FOR DISTRIBUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MEC">
        <xs:annotation>
          <xs:documentation>MEC DOCUMENT PERSONALLY GIVEN TO APPLICANT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MFA">
        <xs:annotation>
          <xs:documentation>MFA DOCUMENT RETURNED AS UNDELIVERABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MFB">
        <xs:annotation>
          <xs:documentation>MFB DOCUMENT DESTROYED SINCE UNDELIVERABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MFC">
        <xs:annotation>
          <xs:documentation>MFC DOCUMENT FILED SINCE UNDELIVERABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MGA">
        <xs:annotation>
          <xs:documentation>MGA RE-ENTRY PERMIT VOIDED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MGB">
        <xs:annotation>
          <xs:documentation>MGB REFUGEE TRAVEL DOCUMENT VOIDED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MI">
        <xs:annotation>
          <xs:documentation>MI INTERIM 13(d) EAD CARD PRODUCED OFF-SYSTEM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MO">
        <xs:annotation>
          <xs:documentation>MO EAD NOT PRODUCED SINCE ADJUSTMENT GRANTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NA">
        <xs:annotation>
          <xs:documentation>NA OSC ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NB">
        <xs:annotation>
          <xs:documentation>NB OSC PRODUCED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NC">
        <xs:annotation>
          <xs:documentation>NC OSC SERVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ND">
        <xs:annotation>
          <xs:documentation>ND OSC RETURNED AS UNDELIVERABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NE">
        <xs:annotation>
          <xs:documentation>NE OSC CANCELLED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NF">
        <xs:annotation>
          <xs:documentation>NF BOND POSTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NG">
        <xs:annotation>
          <xs:documentation>NG BOND CANCELLED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NHA">
        <xs:annotation>
          <xs:documentation>NHA ENGLISH PROFICIENCY DEMONSTRATED FOR NATZ. PURPOSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NHB">
        <xs:annotation>
          <xs:documentation>NHB CIVICS PROFICIENCY DEMONSTRATED FOR NATZ. PURPOSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NHC">
        <xs:annotation>
          <xs:documentation>NHC ENGLISH AND CIVICS PROFICIENCY BOTH DEMONSTRATED FOR NATZ. PURP.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NI">
        <xs:annotation>
          <xs:documentation>NI INTENTION TO TERMINATE STATUS NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NJA">
        <xs:annotation>
          <xs:documentation>NJA STATUS TERMINATION NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NJB">
        <xs:annotation>
          <xs:documentation>NJB STATUS TERMINATION CERTIFICATION NOTICE ORDERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NK">
        <xs:annotation>
          <xs:documentation>NK AUTOMATIC INVITATION TO FILE FOR NEXT STEP OF STAGED BENEFIT NO</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OA">
        <xs:annotation>
          <xs:documentation>OA APPEAL SUSTAINED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OB">
        <xs:annotation>
          <xs:documentation>OB APPEAL DISMISSED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OC">
        <xs:annotation>
          <xs:documentation>OC CASE REMANDED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OD">
        <xs:annotation>
          <xs:documentation>OD EXTENSION FOR BRIEF GRANTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OD0">
        <xs:annotation>
          <xs:documentation>OD0 DECISION AFFIRMED ON APPEAL/CERT.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ODD0">
        <xs:annotation>
          <xs:documentation>ODD0 DECISION REVERSED ON APPEAL/CERT.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OE">
        <xs:annotation>
          <xs:documentation>OE EXTENSION FOR BRIEF DENIED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OF">
        <xs:annotation>
          <xs:documentation>OF APPEAL TERMINATED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OG">
        <xs:annotation>
          <xs:documentation>OG APPEAL WITHDRAWN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OH">
        <xs:annotation>
          <xs:documentation>OH CERTIFIED DECISION AFFIRMED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OHA">
        <xs:annotation>
          <xs:documentation>OHA CERTIFIED APPROVAL AFFIRMED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OHB">
        <xs:annotation>
          <xs:documentation>OHB CERTIFIED DENIAL AFFIRMED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OI">
        <xs:annotation>
          <xs:documentation>OI CERTIFIED DECISION REVERSED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OIA">
        <xs:annotation>
          <xs:documentation>OIA CERTIFIED APPROVAL REVERSED/CASE DENIED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OIB">
        <xs:annotation>
          <xs:documentation>OIB CERTIFIED DENIAL REVERSED/CASE APPROVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PA">
        <xs:annotation>
          <xs:documentation>PA CASE MARKED AS PREMIUM PROCESSING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PAA">
        <xs:annotation>
          <xs:documentation>PAA PREMIUM PROCESSING CLOCK STARTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PAAM">
        <xs:annotation>
          <xs:documentation>PAAM PREMIUM PROCESSING CLOCK STARTED MANUALLY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PAB">
        <xs:annotation>
          <xs:documentation>PAB PREMIUM PROCESSING CLOCK STOPPED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PABM">
        <xs:annotation>
          <xs:documentation>PABM PREMIUM PROCESSING CLOCK STOPPED MANUALLY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PAC">
        <xs:annotation>
          <xs:documentation>PAC PREMIUM PROCESSING CLOCK DATE CHANGED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PB">
        <xs:annotation>
          <xs:documentation>PB PRE-CERTIFICATION MARKED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PC">
        <xs:annotation>
          <xs:documentation>PC PRE-CERTIFICATION UNMARKED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="QAA">
        <xs:annotation>
          <xs:documentation>QAA FBI NAME CHECK RESULT - NO RECORD (NR)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="QAB">
        <xs:annotation>
          <xs:documentation>QAB FBI NAME CHECK RESULT - PENDING (IP)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="QAC">
        <xs:annotation>
          <xs:documentation>QAC FBI NAME CHECK RESULT - ERROR (E)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="QAD">
        <xs:annotation>
          <xs:documentation>QAD FBI NAME CHECK RESULT - DUPLICATE (D)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="QAE">
        <xs:annotation>
          <xs:documentation>QAE FBI NAME CHECK RESULT - POSITIVE RESPONSE (PR)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="QAF">
        <xs:annotation>
          <xs:documentation>QAF FBI NAME CHECK RESULT - RESUBMIT NAME CHECK REQUEST (RS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RH">
        <xs:annotation>
          <xs:documentation>RH APPLICANT IS CODE H</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RO">
        <xs:annotation>
          <xs:documentation>RO APPLICANT IS CODE O</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TA">
        <xs:annotation>
          <xs:documentation>TA PRE-ADJUDICATED - UNDER REVIEW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WK">
        <xs:annotation>
          <xs:documentation>WK APPEAL FILED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WL">
        <xs:annotation>
          <xs:documentation>WL I-698 APPEAL FILED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="BenefitDocumentStatusCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of status categories for Benefit Documents</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:BenefitDocumentStatusCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="BenefitDocumentStatusType">
    <xs:annotation>
      <xs:documentation>A data type for describing the state of a BENEFIT DOCUMENT</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:StatusType">
        <xs:sequence>
          <xs:element ref="scr:BenefitApplicationStatus" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BenefitDocumentStatusCodeAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BenefitDocumentStatusAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="BenefitDocumentType">
    <xs:annotation>
      <xs:documentation>A data type for the document detailing Benefit information</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:DocumentType">
        <xs:sequence>
          <xs:element ref="scr:BenefitDocumentStatus" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BenefitDocumentCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BenefitDocumentCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BenefitDocumentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="BiographicType">
    <xs:annotation>
      <xs:documentation>A data type for description of a PERSON at a specific point in time</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:BiographicIdentification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:UnknownSubjectIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BirthID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BirthplaceNearLargeCityDistanceMilesLengthMeasure" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BirthplaceNearLargeCityName" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ComplexionCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonReligionAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BiographicAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="BiometricCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of biometrics used for Screening</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="10-print">
        <xs:annotation>
          <xs:documentation>10-print</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2-print">
        <xs:annotation>
          <xs:documentation>2-print</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EFTS">
        <xs:annotation>
          <xs:documentation>EFTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="facial image">
        <xs:annotation>
          <xs:documentation>facial image</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="fingerprints">
        <xs:annotation>
          <xs:documentation>fingerprints</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="iris">
        <xs:annotation>
          <xs:documentation>iris</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="palm print">
        <xs:annotation>
          <xs:documentation>palm print</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="signature">
        <xs:annotation>
          <xs:documentation>signature</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="video">
        <xs:annotation>
          <xs:documentation>video</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="BiometricImageCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a BIOMETRIC IMAGE TYPE.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="10-print">
        <xs:annotation>
          <xs:documentation>10-print</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CIJS">
        <xs:annotation>
          <xs:documentation>CIJS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="facial">
        <xs:annotation>
          <xs:documentation>facial</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="fingerprints">
        <xs:annotation>
          <xs:documentation>fingerprints</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IDNT">
        <xs:annotation>
          <xs:documentation>IDNT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="iris">
        <xs:annotation>
          <xs:documentation>iris</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="signature">
        <xs:annotation>
          <xs:documentation>signature</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Video">
        <xs:annotation>
          <xs:documentation>Video</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="CargoFlightPlanSummaryAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for an association between a flight plan summary and cargo.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="m:Cargo" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:FlightPlanSummary" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:CargoFlightPlanSummaryAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="ChargeAugmentationType">
    <xs:annotation>
      <xs:documentation>A data type for additional information about a charge.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:AugmentationType">
        <xs:sequence>
          <xs:element ref="scr:ApprehensionChargeIdentification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ForeignAuthorityNotifiedIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ChargeCategoryClassificationAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ChargeSectionText" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="ChargeCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of apprehension charges</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>DEPORTATION ONLY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="10">
        <xs:annotation>
          <xs:documentation>COUNTERFEIT DOCUMENTS (NATIONAL & CITZ. DOCS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="100">
        <xs:annotation>
          <xs:documentation>FAILED TO COMPLETE SECTION 3 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9) OR A NEW FORM I-9 ("REVERIFY")</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1000">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(H) Demand for or Receipt of Ransom</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1001">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(I) Child Pornography</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1002">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(J) Racketeering or Gambling Offenses</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1003">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(K) Prostitution Business, Transportation for Purpose of Prostitution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1004">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(L) National Defense Information, Sabotage, Treason, etc.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1005">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(M) Fraud, Deceit or Revenue Loss to the Government</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1006">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(N) Alien Smuggling Except in the Case of a First Offense</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1007">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(O) Alien Previously Deported on the Basis of a Conviction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1008">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(P) Falsely Making, Forging, Counterfeiting, Mutilating, or Altering a Passport or Instrument</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1009">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(Q)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="101">
        <xs:annotation>
          <xs:documentation>FAILED TO ENSURE THAT EMPLOYEE COMPLETED PROPERLY SECTION 1 AND/OR FAILED TO COMPLETE PROPERLY SECTION 2 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1010">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(R) Commercial Bribery, Counterfeiting, Forgery, or Trafficking in Vehicles</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1011">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(T) Failure to Appear for a Charge of Felony</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1012">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(U) Attempt or Conspiracy to Commit an Offense Described in Section 101(a)(43)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1013">
        <xs:annotation>
          <xs:documentation>Convicted of the Foreign Agents Registration Act of 1938 (22 USC 611)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1014">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: ALIEN PREVIOUSLY REMOVED TWO OR MORE TIMES AS AN ARRIVING ALIEN, NOT AGGRAVATED FELONS -- 20 YEAR BAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1015">
        <xs:annotation>
          <xs:documentation>ALIEN INADMISSIBILITY UNDER SECTION 212</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1016">
        <xs:annotation>
          <xs:documentation>ALIEN REMOVAL UNDER SECTION 212 AND 237</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1017">
        <xs:annotation>
          <xs:documentation>DEPORTABLE ALIEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="102">
        <xs:annotation>
          <xs:documentation>EEE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="103">
        <xs:annotation>
          <xs:documentation>FAILED TO ENSURE THAT EMPLOYEE COMPLETED PROPERLY SECTION 1 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="104">
        <xs:annotation>
          <xs:documentation>FAILED TO COMPLETE PROPERLY SECTION 2 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9) AND/OR FAILED TO COMPLETE SECTION 2 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9) WITHIN THREE BUSINESS DAYS OF HIRE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105">
        <xs:annotation>
          <xs:documentation>KNOWINGLY CONTINUED TO EMPLOY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1058">
        <xs:annotation>
          <xs:documentation>Failure to Notify a Change of Address (NSEERS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1059">
        <xs:annotation>
          <xs:documentation>FAILURE TO REGISTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="106">
        <xs:annotation>
          <xs:documentation>** MORAL TURPITUDE-2 CRIMES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1060">
        <xs:annotation>
          <xs:documentation>Failure to Register (NSEERS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1061">
        <xs:annotation>
          <xs:documentation>Violation of Nonimmigrant Status - Failure to Comply with Special Registration Requirements (NSEERS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1062">
        <xs:annotation>
          <xs:documentation>PATTERN OR PRACTICE OF VIOLATIONS OF UNAUTHORIZED ALIEN EMPLOYMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1063">
        <xs:annotation>
          <xs:documentation>AIDING AND ABETTING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1064">
        <xs:annotation>
          <xs:documentation>IS A PRINCIPAL OR AIDS, ABETS OR PROCURES THE COMMISSION OF MISDEMEANOR OFFENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1065">
        <xs:annotation>
          <xs:documentation>BRING TO THE US AN ALIEN WHO HAS NOT BEEN AUTHORIZED TO COME, ENTER OR RESIDE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1066">
        <xs:annotation>
          <xs:documentation>BRING AN ALIEN TO THE US FOR THE COMMISSION OF A CRIME</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1067">
        <xs:annotation>
          <xs:documentation>BRING AN ALIEN TO THE US FOR FINANCIAL GAIN OR COMMERCIAL ADVANTAGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1068">
        <xs:annotation>
          <xs:documentation>BRING AN ALIEN TO THE US AND FAIL TO PRESENT FOR INSPECTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1069">
        <xs:annotation>
          <xs:documentation>BRING AN ALIEN TO THE US AND FAIL TO PRESENT FOR INSPECTION, THIRD OFFENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="107">
        <xs:annotation>
          <xs:documentation>** LEGAL-NONIMM OVERSTAY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1070">
        <xs:annotation>
          <xs:documentation>BRING ALIEN TO THE US FOR FINANCIAL GAIN OR COMMERCIAL ADVANTAGE, THIRD OFFENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1071">
        <xs:annotation>
          <xs:documentation>BRING AN ALIEN TO THE US FOR THE COMMISSION OF A CRIME, THIRD OFFENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1072">
        <xs:annotation>
          <xs:documentation>SMUGGLING CRIMINALS INTO THE UNITED STATES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1073">
        <xs:annotation>
          <xs:documentation>FALSE, FICTITIOUS OR FRAUDULENT CLAIMS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1074">
        <xs:annotation>
          <xs:documentation>WIRE FRAUD INVOLVING A FINANCIAL INSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1075">
        <xs:annotation>
          <xs:documentation>DEFRAUD BY FALSE REPRESENTATIONS TRANSMITTED BY WIRE, RADIO OR TELEVISION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1076">
        <xs:annotation>
          <xs:documentation>CONDUCT FINANCIAL TRANSACTION TO PROMOTE A CRIME</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1077">
        <xs:annotation>
          <xs:documentation>CONDUCT FINANCIAL TRANSACTION TO EVADE TAXES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1078">
        <xs:annotation>
          <xs:documentation>CONDUCT FINANCIAL TRANSACTION TO CONCEAL PROCEEDS OF A CRIME</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1079">
        <xs:annotation>
          <xs:documentation>CONDUCT FINANCIAL TRANSACTION TO EVADE TRANSACTION REPORTING RULES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="108">
        <xs:annotation>
          <xs:documentation>** FORMER DRUG ABUSER/ADDICT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1080">
        <xs:annotation>
          <xs:documentation>INTERNATIONAL FUND TRANSACTION TO PROMOTE A CRIME</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1081">
        <xs:annotation>
          <xs:documentation>INTERNATIONAL FUND TRANSACTION TO CONCEAL PROCEEDS OF CRIME</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1082">
        <xs:annotation>
          <xs:documentation>INTERNATIONAL FUND TRANSACTION TO EVADE TRANSACTION REPORTING RULES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1083">
        <xs:annotation>
          <xs:documentation>TRANSACTION OF CRIME PROCEEDS OR INSTRUMENTALITY TO PROMOTE CRIME</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1084">
        <xs:annotation>
          <xs:documentation>TRANSACTION OF CRIME PROCEEDS OR INSTRUMENTALITY TO CONCEAL PROCEEDS OF CRIME</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1085">
        <xs:annotation>
          <xs:documentation>TRANSACTION OF CRIME PROCEEDS OR INSTRUMENTALITY TO EVADE REPORTING RULES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1086">
        <xs:annotation>
          <xs:documentation>CONSPIRACY TO LAUNDER MONEY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1087">
        <xs:annotation>
          <xs:documentation>TRANSPORTATION OF MINORS W/INTENT TO ENGAGE IN CRIMINAL SEXUAL ACTIVITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1088">
        <xs:annotation>
          <xs:documentation>INTERSTATE TRAVEL FOR THE PURPOSE OF ENGAGING IN ANY SEXUAL ACT W/A MINOR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1089">
        <xs:annotation>
          <xs:documentation>PROVIDE A FALSE REPORT REGARDING WAGES PAID OR RECEIVED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="109">
        <xs:annotation>
          <xs:documentation>** UNAUTH EMPLOYMENT-NONIMMIGRANT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1090">
        <xs:annotation>
          <xs:documentation>PROVIDE A FALSE REPORT REGARDING EARNINGS FROM SELF-EMPLOYMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1091">
        <xs:annotation>
          <xs:documentation>PROVIDE A FALSE REPORT REGARDING THE PERIOD OR AMOUNT OF EARNINGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1092">
        <xs:annotation>
          <xs:documentation>MAKE A FALSE STATEMENT TO APPLY FOR PAYMENT OR DISABILITY DETERMINATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1093">
        <xs:annotation>
          <xs:documentation>MAKE A FALSE STATEMENT FOR DETERMINATION OF BENEFITS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1094">
        <xs:annotation>
          <xs:documentation>CONCEAL INFORMATION RELATING TO INELIGIBILITY WITH INTENT TO RECEIVE PAYMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1095">
        <xs:annotation>
          <xs:documentation>CONVERT PAYMENT RECEIVED FOR THE BENEFIT OF ANOTHER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1096">
        <xs:annotation>
          <xs:documentation>PROVIDE FALSE INFORMATION TO CONCEAL IDENTITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1097">
        <xs:annotation>
          <xs:documentation>USE A SOCIAL SECURITY NUMBER OBTAINED BY FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1098">
        <xs:annotation>
          <xs:documentation>FRAUDULENTLY USE A SOCIAL SECURITY NUMBER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1099">
        <xs:annotation>
          <xs:documentation>ALTER, COUNTERFEIT, TRAFFIC OR POSSESS SOCIAL SECURITY CARD TO TRAFFIC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="11">
        <xs:annotation>
          <xs:documentation>FRAUD AND MIS-USE VISAS AND PERMITS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110">
        <xs:annotation>
          <xs:documentation>** STUDENT-NONIMM FAIL TO ATTEND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1100">
        <xs:annotation>
          <xs:documentation>DISCLOSE A SOCIAL SECURITY NUMBER IN VIOLATION OF LAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1101">
        <xs:annotation>
          <xs:documentation>FRAUD BY A CERTIFIED PAYEE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1102">
        <xs:annotation>
          <xs:documentation>USE SOCIAL SECURITY NUMBER OBTAINED BY FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1103">
        <xs:annotation>
          <xs:documentation>USE FALSE SOCIAL SECURITY NUMBER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1104">
        <xs:annotation>
          <xs:documentation>ALTER/SELL/POSSESS FALSE SOC SEC CARD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1105">
        <xs:annotation>
          <xs:documentation>USE SOCIAL SECURITY NUMBER OF ANOTHER PERSON</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1106">
        <xs:annotation>
          <xs:documentation>CONSPIRE TO COMMIT A FELONY OFFENSE OR DEFRAUD THE US</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1107">
        <xs:annotation>
          <xs:documentation>CONSPIRE TO COMMIT A MISDEMEANOR OFFENSE OR DEFRAUD THE US</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1108">
        <xs:annotation>
          <xs:documentation>FALSIFY, CONCEAL, OR COVER UP A MATERIAL FACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1109">
        <xs:annotation>
          <xs:documentation>MAKE ANY MATERIALLY FALSE, FICTITIOUS, OR FRAUDULENT STATEMENT OR REPRESENTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="111">
        <xs:annotation>
          <xs:documentation>** ALIEN OVERSTAYS > V/D PERIOD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1110">
        <xs:annotation>
          <xs:documentation>MAKE OR USE A FALSE WRITING OR DOCUMENT CONTAINING MATERIALLY FALSE INFORMATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1111">
        <xs:annotation>
          <xs:documentation>WITHOUT AUTHORITY MAKE IDENTIFICATION DOCUMENT OR FALSE IDENTIFICATION DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1112">
        <xs:annotation>
          <xs:documentation>FOR TERRORISM, WITHOUT AUTHORITY MAKE FALSE IDENTIFICATION DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1113">
        <xs:annotation>
          <xs:documentation>FOR DRUG TRAFFIC, WITHOUT AUTHORITY MAKE A FALSE IDENTIFICATION DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1114">
        <xs:annotation>
          <xs:documentation>TRANSFER A STOLEN IDENTITY DOCUMENT OR FALSE IDENTIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1115">
        <xs:annotation>
          <xs:documentation>FOR TERRORISM TRANSFER A STOLEN IDENTITY DOCUMENT OR FALSE IDENTIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1116">
        <xs:annotation>
          <xs:documentation>FOR DRUG TRAFFIC TRANSFER A STOLEN IDENTITY DOCUMENT OR FALSE IDENTIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1117">
        <xs:annotation>
          <xs:documentation>POSSESS FIVE OR MORE IDENTITY DOCUMENTS TO UNLAWFULLY USE OR TRANSFER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1118">
        <xs:annotation>
          <xs:documentation>FOR TERRORISM POSSESS FIVE IDENTITY DOCUMENTS TO UNLAWFULLY USE OR TRANSFER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1119">
        <xs:annotation>
          <xs:documentation>FOR DRUG TRAFFIC POSSESS FIVE IDENTITY DOCUMENTS TO UNLAWFULLY USE OR TRANSFER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="112">
        <xs:annotation>
          <xs:documentation>** FAIL TO FILE CHANGE/ADDRESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1120">
        <xs:annotation>
          <xs:documentation>POSSESS AN IDENTITY DOCUMENT TO USE FALSELY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1121">
        <xs:annotation>
          <xs:documentation>FOR TERRORISM POSSESS AN IDENTITY DOCUMENT TO USE FALSELY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1122">
        <xs:annotation>
          <xs:documentation>FOR DRUG TRAFFIC POSSESS AN IDENTITY DOCUMENT TO USE FALSELY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1123">
        <xs:annotation>
          <xs:documentation>PRODUCE, TRANSFER OR POSSESS A DOCUMENT PRODUCTION IMPLEMENT TO COUNTERFEIT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1124">
        <xs:annotation>
          <xs:documentation>FOR TERRORISM PRODUCE, TRANSFER, POSSESS PRODUCTION IMPLEMENT TO COUNTERFEIT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1125">
        <xs:annotation>
          <xs:documentation>FOR DRUG TRAFFIC PRODUCE, TRANSFER, POSSESS PRODUCTION IMPLEMENT TO COUNTERFEIT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1126">
        <xs:annotation>
          <xs:documentation>POSSESS A KNOWN STOLEN OR FALSELY PRODUCED US IDENTITY DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1127">
        <xs:annotation>
          <xs:documentation>FOR TERRORISM POSSESS A KNOWN STOLEN OR FALSELY PRODUCED US IDENTITY DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1128">
        <xs:annotation>
          <xs:documentation>FOR DRUG TRAFFIC POSSESS A KNOWN STOLEN OR FALSELY PRODUCED US IDENTITY DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1129">
        <xs:annotation>
          <xs:documentation>CONCEAL IDENTITY, PERSONATE ANOTHER TO GET A DOCUMENT, ENTER OR EVADE ENTRY LAWS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="113">
        <xs:annotation>
          <xs:documentation>** PUBLIC CHARGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1130">
        <xs:annotation>
          <xs:documentation>MAKE FALSE STATEMENT OR PRESENT FALSE APPLICATION UNDER IMMIGRATION LAWS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1131">
        <xs:annotation>
          <xs:documentation>FORGE, ALTER OR FALSELY MAKE VISA, PERMIT OR OTHER ENTRY OR EMPLOYMENT DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1132">
        <xs:annotation>
          <xs:documentation>POSSESS PAPER, PRINTING PLATE, OR BLANK OR LIKENESS OF VISA, OR ENTRY DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1133">
        <xs:annotation>
          <xs:documentation>FOR TERRORISM, FRAUDULENTLY USE OR GET A VISA OR ENTRY OR EMPLOYMENT DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1134">
        <xs:annotation>
          <xs:documentation>FOR TERRORISM, POSSESS PAPER, PLATE, BLANK OR LIKENESS OF VISA OR ENTRY DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1135">
        <xs:annotation>
          <xs:documentation>FOR TERRORISM CONCEAL IDENTITY TO GET DOCUMENT, ENTER OR EVADE ENTRY LAWS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1136">
        <xs:annotation>
          <xs:documentation>FOR TERRORISM, MAKE FALSE STATEMENT OR PRESENT FALSE IMMIGRATION APPLICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1137">
        <xs:annotation>
          <xs:documentation>FOR DRUG TRAFFIC, FRAUDULENTLY USE OR GET A VISA, ENTRY OR EMPLOYMENT DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1138">
        <xs:annotation>
          <xs:documentation>FOR DRUG TRAFFIC POSSESS PAPER, PLATE, BLANK OR LIKENESS OF VISA, ENTRY DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1139">
        <xs:annotation>
          <xs:documentation>FOR DRUG TRAFFIC CONCEAL IDENTITY TO GET DOCUMENT, ENTER OR EVADE ENTRY LAWS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="114">
        <xs:annotation>
          <xs:documentation>** CREWMAN REF PERMISSION TO LAND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1140">
        <xs:annotation>
          <xs:documentation>FOR DRUG TRAFFIC, MAKE FALSE STATEMENT OR PRESENT FALSE IMMIGRATION APPLICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1141">
        <xs:annotation>
          <xs:documentation>FOR TERRORISM, FORGE, ALTER OR FALSELY MAKE VISA OR ENTRY OR EMPLOYMENT DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1142">
        <xs:annotation>
          <xs:documentation>FOR DRUG TRAFFIC FORGE, ALTER, FALSELY MAKE VISA OR ENTRY OR EMPLOYMENT DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1143">
        <xs:annotation>
          <xs:documentation>FRAUDULENTLY USE OR RECEIVE A VISA, PERMIT OR OTHER ENTRY OR EMPLOYMENT DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1144">
        <xs:annotation>
          <xs:documentation>SELL OR OFFER TO SELL A VISA, PERMIT OR OTHER ENTRY DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1145">
        <xs:annotation>
          <xs:documentation>FOR TERRORISM, SELL OR OFFER TO SELL A VISA, PERMIT OR OTHER ENTRY DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1146">
        <xs:annotation>
          <xs:documentation>FOR DRUG TRAFFIC, SELL OR OFFER TO SELL A VISA, PERMIT OR OTHER ENTRY DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1147">
        <xs:annotation>
          <xs:documentation>USE IDENTIFICATION DOCUMENT OF ANOTHER FOR EMPLOYMENT IN US</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1148">
        <xs:annotation>
          <xs:documentation>USE FALSE IDENTIFICATION DOCUMENT FOR EMPLOYMENT IN US</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1149">
        <xs:annotation>
          <xs:documentation>FALSE FORM I-9 ATTESTATION BY EMPLOYER OR RECRUITER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="115">
        <xs:annotation>
          <xs:documentation>PC-NY RAPE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1150">
        <xs:annotation>
          <xs:documentation>WORKER MAKE FALSE ATTESTATION ON FORM I-9</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1151">
        <xs:annotation>
          <xs:documentation>HOLD OR ARREST TO RETURN TO PEONAGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1152">
        <xs:annotation>
          <xs:documentation>HOLD OR ARREST TO RETURN TO PEONAGE BY KIDNAP OR RESULT IN DEATH</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1153">
        <xs:annotation>
          <xs:documentation>PEONAGE - OBSTRUCTS/INTERFERES/PREVENTS ENFORCEMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1154">
        <xs:annotation>
          <xs:documentation>ENTICEMENT INTO SLAVERY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1155">
        <xs:annotation>
          <xs:documentation>HOLD OR SELL A PERSON INTO SLAVERY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1156">
        <xs:annotation>
          <xs:documentation>HOLD OR SELL A PERSON INTO SLAVERY BY KIDNAP OR RESULT IN DEATH</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1157">
        <xs:annotation>
          <xs:documentation>BRING AN ALIEN INTO THE US OTHER THAN AT A PORT OF ENTRY, RESULTING IN DEATH</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1158">
        <xs:annotation>
          <xs:documentation>BRING AN ALIEN INTO THE US OTHER THAN AT A PORT OF ENTRY, RESULTING IN INJURY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1159">
        <xs:annotation>
          <xs:documentation>BRING AN ALIEN INTO THE US OTHER THAN AT A PORT OF ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="116">
        <xs:annotation>
          <xs:documentation>PC-NY MURDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1160">
        <xs:annotation>
          <xs:documentation>TRANSPORT AN ALIEN WHO IS UNLAWFULLY PRESENT IN THE US, RESULTING IN DEATH</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1161">
        <xs:annotation>
          <xs:documentation>TRANSPORT AN ALIEN WHO IS UNLAWFULLY PRESENT IN THE US, RESULTING IN INJURY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1162">
        <xs:annotation>
          <xs:documentation>TRANSPORT AN ALIEN WHO IS UNLAWFULLY PRESENT IN THE US</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1163">
        <xs:annotation>
          <xs:documentation>HARBOR OR CONCEAL AN ALIEN UNLAWFULLY IN THE US, RESULTING IN DEATH</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1164">
        <xs:annotation>
          <xs:documentation>HARBOR OR CONCEAL AN ALIEN UNLAWFULLY IN THE US, RESULTING IN INJURY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1165">
        <xs:annotation>
          <xs:documentation>HARBOR OR CONCEAL AN ALIEN UNLAWFULLY IN THE US</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1166">
        <xs:annotation>
          <xs:documentation>INDUCE AN ALIEN TO ENTER OR REMAIN UNLAWFULLY, RESULTING IN DEATH</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1167">
        <xs:annotation>
          <xs:documentation>INDUCE AN ALIEN TO ENTER OR REMAIN UNLAWFULLY, RESULTING IN INJURY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1168">
        <xs:annotation>
          <xs:documentation>INDUCE AN ALIEN TO ENTER OR REMAIN UNLAWFULLY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1169">
        <xs:annotation>
          <xs:documentation>HIRE 10 OR MORE SMUGGLED, UNAUTHORIZED ALIENS IN 12 MONTHS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="117">
        <xs:annotation>
          <xs:documentation>PC-NY SODOMY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1170">
        <xs:annotation>
          <xs:documentation>TRAFFICKING W/RESPECT TO PEONAGE,SLAVERY,INVOLUNTARY SERVITUDE,FORCED LABOR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1171">
        <xs:annotation>
          <xs:documentation>REQUIRE A PERSON TO PROVIDE AN INDEMNITY BOND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1172">
        <xs:annotation>
          <xs:documentation>NUCLEAR REGULATORY COMMISSION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1173">
        <xs:annotation>
          <xs:documentation>COMMAND AUTHORITY OF COMBATANT COMMANDERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1174">
        <xs:annotation>
          <xs:documentation>COORDINATING AND APPROVING ASPECTS OF ADMIN; SUPPORT; DISCIPLINE OF MISSIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1175">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (UNIFORM CODE OF MILITARY JUSTICE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1176">
        <xs:annotation>
          <xs:documentation>DESERTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1177">
        <xs:annotation>
          <xs:documentation>ART. 140 DELEGATION BY THE PRESIDENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1178">
        <xs:annotation>
          <xs:documentation>DEALERS IN SECURITIES IN BANKING BUSINESS; EXAMINATIONS AND REPORTS; PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1179">
        <xs:annotation>
          <xs:documentation>EMBARGO ON BULLION OR COIN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="118">
        <xs:annotation>
          <xs:documentation>PC-NY SEXUAL ABUSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1180">
        <xs:annotation>
          <xs:documentation>VIOLATIONS PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1181">
        <xs:annotation>
          <xs:documentation>AIRCRAFT REGISTRATION REQUIRED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1182">
        <xs:annotation>
          <xs:documentation>FOREIGN TRADE STATISTICS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1183">
        <xs:annotation>
          <xs:documentation>GENERAL STATEMENT OF REQUIREMENT FOR SHIPPERS EXPORT DECLARATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1184">
        <xs:annotation>
          <xs:documentation>SHIPPERS EXPORT DECLARATION SHALL BE FILED IN ACCORDANCE WITH REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1185">
        <xs:annotation>
          <xs:documentation>AUTHORITY TO REQUIRE PRODUCTION OF DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1186">
        <xs:annotation>
          <xs:documentation>TIME AND PLACE SHIPPERS EXPORT DECLARATION REQUIRED TO BE PRESENTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1187">
        <xs:annotation>
          <xs:documentation>PROCEDURE; PRESENTATION OF DECLARATIONS COVERING SHPMNTS FROM INTERIOR POINT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1188">
        <xs:annotation>
          <xs:documentation>RELATED EXPORT CONTROL REQUIREMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1189">
        <xs:annotation>
          <xs:documentation>SHIPMENTS TO FOREIGN AREAS, SHIPPER MUST COMPLY W/ALL PERTINENT REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="119">
        <xs:annotation>
          <xs:documentation>PC-NY BURGLARY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1190">
        <xs:annotation>
          <xs:documentation>GENERAL REQUIREMENT FOR FILING MANIFESTS AND SHIPPERS EXPORT DECLARATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1191">
        <xs:annotation>
          <xs:documentation>REQUIREMENTS FOR FILING SHIPPERS EXPORT DECLARATIONS BY DEPARTING CARRIERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1192">
        <xs:annotation>
          <xs:documentation>LATE FILING OF SHIPPERS EXPORT DECLARATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1193">
        <xs:annotation>
          <xs:documentation>AUTHORIZATION FOR REPORTING STATISTICAL INFO. OTHER THAN EXPORT DECLARATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1194">
        <xs:annotation>
          <xs:documentation>PREPARATION AND SIGNATURE OF SHIPPERS EXPORT DECLARATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1195">
        <xs:annotation>
          <xs:documentation>PROCEDURE; SHIPMENTS EXEMPT FROM REQUIREMENTS OF SHIPPERS EXPORT DECLARATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1196">
        <xs:annotation>
          <xs:documentation>MISCELLANEOUS EXEMPTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1197">
        <xs:annotation>
          <xs:documentation>REQUIREMENTS AS TO SEPARATE SHIPPERS EXPORT DECLARATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1198">
        <xs:annotation>
          <xs:documentation>INFORMATION REQUIRED ON SHIPPERS EXPORT DECLARATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1199">
        <xs:annotation>
          <xs:documentation>REQUIRED: NAME OF EXPORTER; EXPORTERS EMPLOYEE I.D. NUMBER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="12">
        <xs:annotation>
          <xs:documentation>FAILURE TO CARRY ALIEN REGISTRATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="120">
        <xs:annotation>
          <xs:documentation>PC-NY ARSON</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1200">
        <xs:annotation>
          <xs:documentation>REQUIRED: EXPORT LICENSE NUMBER AND EXPIRATION DATE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1201">
        <xs:annotation>
          <xs:documentation>REQUIRED: VALUE OF EXPORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1202">
        <xs:annotation>
          <xs:documentation>ADDITIONAL INFORMATION REQUIRED ON SHIPPERS EXPORT DECLARATION FOR GOODS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1203">
        <xs:annotation>
          <xs:documentation>PENALTIES FOR VIOLATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1204">
        <xs:annotation>
          <xs:documentation>US IMPORT CERTIFICATE AND DELIVERY VERIFICATION PROCEDURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1205">
        <xs:annotation>
          <xs:documentation>EXPORT LICENSING GENERAL POLICY AND RELATED INFORMATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1206">
        <xs:annotation>
          <xs:documentation>PROHIBITED EXPORTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1207">
        <xs:annotation>
          <xs:documentation>GENERAL LICENSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1208">
        <xs:annotation>
          <xs:documentation>GENERAL LICENSE GIFT; SHIPMENTS OF GIFT PARCELS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1209">
        <xs:annotation>
          <xs:documentation>GIFT PARCELS DOES NOT INCLUDE MULTIPLE PARCELS EXPORTED IN A SINGLE SHIPMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="121">
        <xs:annotation>
          <xs:documentation>PC-NY CRIMINAL SALE MARIHUANA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1210">
        <xs:annotation>
          <xs:documentation>GENERAL PROVISIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1211">
        <xs:annotation>
          <xs:documentation>GENERAL PROVISIONS FOR GENERAL LICENSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1212">
        <xs:annotation>
          <xs:documentation>GENERAL LICENSE GTDA AND GTDR; TECHNICAL DATA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1213">
        <xs:annotation>
          <xs:documentation>GENERAL LICENSE GLV SHIPMENTS OF LIMITED VALUE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1214">
        <xs:annotation>
          <xs:documentation>GENERAL PROVISIONS FOR INDIVIDUAL VALIDATED LICENSES AND AMENDMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1215">
        <xs:annotation>
          <xs:documentation>EXPORTS REQUIRING VALIDATED LICENSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1216">
        <xs:annotation>
          <xs:documentation>RESPONSIBILITY OF LICENSEE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1217">
        <xs:annotation>
          <xs:documentation>LICENSING ACTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1218">
        <xs:annotation>
          <xs:documentation>PROHIBITED EXPORTS AND REEXPORTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1219">
        <xs:annotation>
          <xs:documentation>HOW TO REQUEST REEXPORT AUTHORIZATION; DOCUMENTATION REQUIREMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="122">
        <xs:annotation>
          <xs:documentation>PC-NY GRAND LARCENY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1220">
        <xs:annotation>
          <xs:documentation>RESTRICTIONS APPLICABLE TO REPUBLIC OF SOUTH AFRICA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1221">
        <xs:annotation>
          <xs:documentation>EXPORT CONTROL LAW - COUNTRY GROUP Z: KP, VN, KH, CU</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1222">
        <xs:annotation>
          <xs:documentation>SPECIAL POLICIES AND PROCEDURES REGARDING EXPORTS TO LIBYA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1223">
        <xs:annotation>
          <xs:documentation>EXPORT CLEARANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1224">
        <xs:annotation>
          <xs:documentation>GENERAL EXPORT CLEARANCE REQUIREMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1225">
        <xs:annotation>
          <xs:documentation>RESPONSIBILITY OF LICENSEE AND AGENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1226">
        <xs:annotation>
          <xs:documentation>EXPORT BY MEANS OTHER THAN MAIL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1227">
        <xs:annotation>
          <xs:documentation>PRESENTATION OF DECLARATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1228">
        <xs:annotation>
          <xs:documentation>EXCEPTIONS FROM SHIPPERS EXPORT DECLARATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1229">
        <xs:annotation>
          <xs:documentation>USE OF VALIDATED LICENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="123">
        <xs:annotation>
          <xs:documentation>PC-NY ROBBERY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1230">
        <xs:annotation>
          <xs:documentation>SHIPPERS EXPORT DECLARATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1231">
        <xs:annotation>
          <xs:documentation>PRESENTATION REQUIREMENT OF SHIPPERS EXPORT DECLARATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1232">
        <xs:annotation>
          <xs:documentation>SHIPPERS EXPORT DECLARATION AS EXPORT CONTROL DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1233">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (SHIPPERS EXPORT DECLARATION), FORWARDING AGENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1234">
        <xs:annotation>
          <xs:documentation>STATEMENTS ON DECLARATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1235">
        <xs:annotation>
          <xs:documentation>VALIDATED NUMBER/GENERAL DESIGNATION EXPORTS UNDER A VALIDATED LICENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1236">
        <xs:annotation>
          <xs:documentation>DESTINATION CONTROL STATEMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1237">
        <xs:annotation>
          <xs:documentation>AUTHORITY OF CUSTOMS OFFICER AND POSTMASTERS IN CLEARING SHIPMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1238">
        <xs:annotation>
          <xs:documentation>SEIZURE AND DETENTION AUTHORITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1239">
        <xs:annotation>
          <xs:documentation>SANCTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="124">
        <xs:annotation>
          <xs:documentation>PC-NY CRIMINAL POSSESSION OF STOLEN PROPERTY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1240">
        <xs:annotation>
          <xs:documentation>SANCTIONS CRIMINAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1241">
        <xs:annotation>
          <xs:documentation>SANCTIONS; VIOLATIONS OF FALSE STATEMENTS ACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1242">
        <xs:annotation>
          <xs:documentation>SANCTIONS CRIMINAL VIOLATIONS EXPORT ADMINISTRATION ACT; WILLFUL VIOLATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1243">
        <xs:annotation>
          <xs:documentation>SANCTIONS CRIMINAL VIOLATIONS EXPORT ADMINISTRATION ACT; WILLFUL VIOLATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1244">
        <xs:annotation>
          <xs:documentation>UNAUTHORIZED USE OF ALTERATIONS OF EXPORT CONTROL DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1245">
        <xs:annotation>
          <xs:documentation>TRAFFICKING AND ADVERTISING EXPORT CONTROL DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1246">
        <xs:annotation>
          <xs:documentation>CAUSING, AIDING AND ABETTING A VIOLATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1247">
        <xs:annotation>
          <xs:documentation>SOLICITATION, ATTEMPT AND CONSPIRACY TO VIOLATE EXPORT ADMINISTRATION ACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1248">
        <xs:annotation>
          <xs:documentation>ACTING W/KNOWLEDGE OF A VIOLATION; POSSESSION W/INTENT TO EXPORT ILLEGALLY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1249">
        <xs:annotation>
          <xs:documentation>MISREPRESENTATION AND CONCEALMENT OF FACTS; EVASION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="125">
        <xs:annotation>
          <xs:documentation>PC-NY FORGERY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1250">
        <xs:annotation>
          <xs:documentation>MISREPRESENTATION AND CONCEALMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1251">
        <xs:annotation>
          <xs:documentation>EXPORT, DIVERSION, RE-EXPORT, TRANSSHIPMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1252">
        <xs:annotation>
          <xs:documentation>FAILURE TO COMPLY WITH REPORTING REQUIREMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1253">
        <xs:annotation>
          <xs:documentation>THE COMMODITY CONTROL LIST AND HOW TO USE IT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1254">
        <xs:annotation>
          <xs:documentation>REMEDIES; INFRINGEMENTS; INNOCENT INFRINGEMENT BY PRINTERS AND PUBLISHERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1255">
        <xs:annotation>
          <xs:documentation>IMPORTATION OF GOODS BEARING INFRINGING MARKS OR NAMES FORBIDDEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1256">
        <xs:annotation>
          <xs:documentation>FALSE DESIGNATIONS OF ORIGIN;FALSE DESCRIPTION OR REPRESENTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1257">
        <xs:annotation>
          <xs:documentation>FALSE DESIGNATION OF ORIGIN AND FALSE DESCRIPTIONS; CIVIL ACTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1258">
        <xs:annotation>
          <xs:documentation>FALSE DESIGNATION OF ORIGIN AND FALSE DESCRIPTION; IMPORTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1259">
        <xs:annotation>
          <xs:documentation>DEFINITIONS AND CONSTRUCTION (TRADE-MARKS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="126">
        <xs:annotation>
          <xs:documentation>PC-NY CRIMINAL POSSESSION OF A WEAPON</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1260">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (TRANSPORTATION OF GAMBLING DEVICES)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1261">
        <xs:annotation>
          <xs:documentation>TRANSPORTATION OF GAMBLING DEVICES AS UNLAWFUL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1262">
        <xs:annotation>
          <xs:documentation>CONFISCATION OF GAMBELING DEVICES AND MEANS OF TRANSPORTATION; LAWS GOVERNING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1263">
        <xs:annotation>
          <xs:documentation>IMPORTATION OF FLAMMABLE FABRICS IN VIOLATION OF CPSC REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1264">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (MANUFACTURE;TRANSPORTATION;DISTRIBUTION OF SWITCHBLADE KNIVES)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1265">
        <xs:annotation>
          <xs:documentation>INTRODUCTION, MANUFACTURE FOR INTROD., TRANSPORT OR DIST INTERSTATE COMM PEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1266">
        <xs:annotation>
          <xs:documentation>MANUFACTURE, SALE OR POSSESSION WITHIN SPECIFIC JURISDICTIONS; PENALTY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1267">
        <xs:annotation>
          <xs:documentation>EXCEPTIONS TO 1242 AND 1243</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1268">
        <xs:annotation>
          <xs:documentation>UNLAWFUL IMPORTATION BALLISTIC KNIVES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1269">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (HAZARDOUS SUBSTANCES)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="127">
        <xs:annotation>
          <xs:documentation>PC-NY CONSPIRACY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1270">
        <xs:annotation>
          <xs:documentation>DECLARATION OF HAZARDOUS SUBSTANCES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1271">
        <xs:annotation>
          <xs:documentation>CPSC VIOLATION IMPORTATION OF HAZARDOUS SUBSTANCES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1272">
        <xs:annotation>
          <xs:documentation>VIOLATION OF DOT REGULATIONS ON IMPORT OF VEHICLES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1273">
        <xs:annotation>
          <xs:documentation>RECEIPTS FOR WORK/SERVICES; DEPOSIT IN SPECIAL ACCOUNT FOR AVAILABILITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1274">
        <xs:annotation>
          <xs:documentation>CREDIT CARD FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1275">
        <xs:annotation>
          <xs:documentation>CONGRESSIONAL FINDINGS AND DECLARATION OF PURPOSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1276">
        <xs:annotation>
          <xs:documentation>REFUSAL OF ADMISSION FOR UNSAFE IMPORTED PRODUCTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1277">
        <xs:annotation>
          <xs:documentation>CPSC VIOLATION; IMPORT CONSUMER PRODUCT IN VIOLATION (EXCLUDE 15 USC 1192)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1278">
        <xs:annotation>
          <xs:documentation>DESIGNATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1279">
        <xs:annotation>
          <xs:documentation>FORFEITURE OF GOLD;SILVER;GOODS MANUFACTURED BEARING PROHIBITED ITEMS IN 291</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="128">
        <xs:annotation>
          <xs:documentation>ALIEN SMUGGLING (GUIDE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1280">
        <xs:annotation>
          <xs:documentation>IMPORTATION/TRANSPORTATION OF FALSELY MARKED GOLD OR SILVER WARE PROHIBITED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1281">
        <xs:annotation>
          <xs:documentation>STANDARD OF FINENESS OF GOLD ARTICLES DEVIATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1282">
        <xs:annotation>
          <xs:documentation>UNFAIR METHODS OF COMPETITION; PREVENTED BY COMMISSION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1283">
        <xs:annotation>
          <xs:documentation>SEIZURE OF TOY LOOK-ALIKE OR IMITATION FIREARMS - DEPT COMMERCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1284">
        <xs:annotation>
          <xs:documentation>ACTS PROHIBITED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1285">
        <xs:annotation>
          <xs:documentation>DISTINCTIVE MARKING OR DEVICE; EXCEPTION; WAIVER; ADJUSTMENTS AND CHANGES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1286">
        <xs:annotation>
          <xs:documentation>UNLAWFUL MISBRANDING OF WOOL PRODUCTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1287">
        <xs:annotation>
          <xs:documentation>VIOLATIONS OF FEDERAL TRADE COMMISSION ACT - FUR PRODUCTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1288">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (TEXTILE FIBER PRODUCTS IDENTIFICATION)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1289">
        <xs:annotation>
          <xs:documentation>VIOLATIONS OF FEDERAL TRADE COMMISSION ACT - TEXTILE FIBER PRODUCTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="129">
        <xs:annotation>
          <xs:documentation>ALIEN SMUGGLING (DRIVER)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1290">
        <xs:annotation>
          <xs:documentation>SECURITIES AND EXCHANGE COMMISSION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1291">
        <xs:annotation>
          <xs:documentation>BAN ON LEAD CONTAINING PAINT AND PRODUCTS BEARING LEAD CONTAINING PAINT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1292">
        <xs:annotation>
          <xs:documentation>HAZARDOUS SUBSTANCES AND ARTICLES; ADMINISTRATION AND ENFORCEMENT REGULATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1293">
        <xs:annotation>
          <xs:documentation>HAZARDOUS SUBSTANCES AND ARTICLES; SCOPE OF</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1294">
        <xs:annotation>
          <xs:documentation>BANNED HAZARDOUS SUBSTANCES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1295">
        <xs:annotation>
          <xs:documentation>BANNED TOYS AND OTHER BANNED ARTICLES INTENDED FOR USE BY CHILDREN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1296">
        <xs:annotation>
          <xs:documentation>TOYS AND OTHER CHILDRENS ARTICLES PRESENTING MECHANICAL HAZARDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1297">
        <xs:annotation>
          <xs:documentation>HAZARDOUS MIXTURES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1298">
        <xs:annotation>
          <xs:documentation>TEST METHODS FOR SIMULATING USE/ABUSE OF TOYS/ARTICLES INTENDED FOR CHILDREN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1299">
        <xs:annotation>
          <xs:documentation>TEST METHODS FOR SIMULATING USE/ABUSE OF TOYS/ARTICLES FOR 18-36 MO CHILDREN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="13">
        <xs:annotation>
          <xs:documentation>ESCAPE FROM FEDERAL CUSTODY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130">
        <xs:annotation>
          <xs:documentation>FALSE IDENTIFICATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1300">
        <xs:annotation>
          <xs:documentation>METHOD FOR IDENTIFING TOYS/ARTICLES FOR 0-3 YR CHILDREN FOR CHOKING HAZARDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1301">
        <xs:annotation>
          <xs:documentation>SIZE REQUIREMENTS AND TEST PROCEDURES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1302">
        <xs:annotation>
          <xs:documentation>FIREWORKS DEVICES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1303">
        <xs:annotation>
          <xs:documentation>FIREWORKS DEVICES SCOPE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1304">
        <xs:annotation>
          <xs:documentation>FIREWORKS DEVICES FUSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1305">
        <xs:annotation>
          <xs:documentation>FIREWORKS DEVICES THAT REQUIRE A FUSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1306">
        <xs:annotation>
          <xs:documentation>FIREWORKS DEVICES; BURNOUT AND BLOWOUT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1307">
        <xs:annotation>
          <xs:documentation>REQUIREMENTS FOR RATTLES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1308">
        <xs:annotation>
          <xs:documentation>REQUIREMENTS FOR BICYCLES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1309">
        <xs:annotation>
          <xs:documentation>REQUIREMENTS FOR REFLECTORS ON BICYCLES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="131">
        <xs:annotation>
          <xs:documentation>FALSE STATEMENTS TO OFFICER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1310">
        <xs:annotation>
          <xs:documentation>GUIDES FOR THE JEWLERY INDUSTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1311">
        <xs:annotation>
          <xs:documentation>REQUIRED LABEL AND METHOD OF AFFIXING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1312">
        <xs:annotation>
          <xs:documentation>CONGRESSIONAL FINDINGS AND DECLARATION OF POLICY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1313">
        <xs:annotation>
          <xs:documentation>MORATORIUM ON TAKING AND IMPORTING MARINE MAMMALS AND MARINE MAMMAL PRODUCTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1314">
        <xs:annotation>
          <xs:documentation>PROHIBITIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1315">
        <xs:annotation>
          <xs:documentation>CONGRESSIONAL FINDINGS AND DECLARATION OF PURPOSES AND POLICY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1316">
        <xs:annotation>
          <xs:documentation>ENDANGERED SPECIES PROHIBITED ACTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1317">
        <xs:annotation>
          <xs:documentation>ENDANGERED SPECIES VIOLATION OF CONVENTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1318">
        <xs:annotation>
          <xs:documentation>UNLAWFUL TRADE OR POSSESS SPECIMENS CONTRARY TO PROVISIONS OF THE CONVENTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1319">
        <xs:annotation>
          <xs:documentation>ENDANGERED SPECIES REPORTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="132">
        <xs:annotation>
          <xs:documentation>CRIMINAL PENALTIES FOR MARRIAGE FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1320">
        <xs:annotation>
          <xs:documentation>ENDANGERED SPECIES DESIGNATION OF PORTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1321">
        <xs:annotation>
          <xs:documentation>ENDANGERED SPECIES PENALTIES AND ENFORCEMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1322">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (CONSERVATION)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1323">
        <xs:annotation>
          <xs:documentation>PROHIBITED ACTS, OFFENSES OTHER THAN MARKING OFFENSES, OR MARKING OFFENSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1324">
        <xs:annotation>
          <xs:documentation>OFFENSES OTHER THAN MARKING OFFENSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1325">
        <xs:annotation>
          <xs:documentation>UNLAWFUL IMPORT/EXPORT/TRANSPORT ANY FISH/WILDLIFE/PLANT IN VIOLATION OF LAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1326">
        <xs:annotation>
          <xs:documentation>PENALTIES AND SANCTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1327">
        <xs:annotation>
          <xs:documentation>CRIMINAL PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1328">
        <xs:annotation>
          <xs:documentation>PROVIDES SEIZURE/FORFEITURE AUTHORITY FOR VIOLATIONS FOR 16 USC 3372</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1329">
        <xs:annotation>
          <xs:documentation>PROVISION OF ASSISTANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="133">
        <xs:annotation>
          <xs:documentation>MISUSE OF CITIZEN DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1330">
        <xs:annotation>
          <xs:documentation>TAKING, KILLING OR POSESSING MIGRATORY BIRDS; UNLAWFUL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1331">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (SUBJECT MATTER AND SCOPE OF COPYRIGHT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1332">
        <xs:annotation>
          <xs:documentation>COPYRIGHT PROTECTION OF SOUND RECORDINGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1333">
        <xs:annotation>
          <xs:documentation>SUBJECT MATTER OF COPYRIGHT: NATIONAL ORIGIN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1334">
        <xs:annotation>
          <xs:documentation>EXCLUSIVE RIGHTS IN COPYRIGHTED WORKS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1335">
        <xs:annotation>
          <xs:documentation>LIMITATIONS ON EXCLUSIVE RIGHTS: REPORDUCTION BY LIBRARIES AND ARCHIVES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1336">
        <xs:annotation>
          <xs:documentation>CIRCUMVENTION OF COPYRIGHT PROTECTION SYSTEMS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1337">
        <xs:annotation>
          <xs:documentation>CIRCUMVENTION OF COPYRIGHT PROTECTION SYSTEMS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1338">
        <xs:annotation>
          <xs:documentation>CIVIL STATUTE COPYRIGHT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1339">
        <xs:annotation>
          <xs:documentation>INFRINGEMENT AND REMEDIES (CRIMINAL OFFENSES)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="134">
        <xs:annotation>
          <xs:documentation>OBTAINING NATURALIZATION THROUGH FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1340">
        <xs:annotation>
          <xs:documentation>INFRINGEMENT AND REMEDIES (CRIMINAL INFRINGEMENT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1341">
        <xs:annotation>
          <xs:documentation>SEIZURE AND FORFEITURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1342">
        <xs:annotation>
          <xs:documentation>SEIZURE/FORFEITURE ALL COPIES/PHONORECORDS MANUFACTURED IN VIOLATION 506A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1343">
        <xs:annotation>
          <xs:documentation>MANUFACTURE, IMPORTATION AND PUBLIC DISTRIBUTION OF CERTAIN COPIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1344">
        <xs:annotation>
          <xs:documentation>PROHIBITED IMPORTATION OF ARTICLE(S) IN VIOLATION OF COPYRIGHT LAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1345">
        <xs:annotation>
          <xs:documentation>COPIES/PHONORECORDS LAWFULLY MADE IN U.S. UNLESS PROVISIONS OF 601 APPLCABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1346">
        <xs:annotation>
          <xs:documentation>PROHIBITED IMPORTATION OF ARTICLE(S) IN VIOLATION OF COPYRIGHT LAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1347">
        <xs:annotation>
          <xs:documentation>EXCLUSION OF ARTICLE(S) IN VIOLATION OF COPYRIGHT LAWS UNDER SECTION 602</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1348">
        <xs:annotation>
          <xs:documentation>GENERAL FRAUD/MAKING FALSE STATEMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1349">
        <xs:annotation>
          <xs:documentation>POSSESSION OF FALSE PAPERS TO DEFRAUD THE UNITED STATES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="135">
        <xs:annotation>
          <xs:documentation>** ACCOMPANYING EXCLUDED SUBJECT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1350">
        <xs:annotation>
          <xs:documentation>CREDIT/LOAN APPLICATION GENERALLY; RENEWALS AND DISCOUNTS; CROP INSURANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1351">
        <xs:annotation>
          <xs:documentation>FALSE STATEMENTS REGARDING CITIZENSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1352">
        <xs:annotation>
          <xs:documentation>MAKING FALSE STATEMENTS ABOUT NATURALIZATION, CITIZENSHIP OR ALIEN REGISTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1353">
        <xs:annotation>
          <xs:documentation>AVOIDS DUTY RELATED TO NATURALIZATION, CITIZENSHIP OR ALIEN REGISTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1354">
        <xs:annotation>
          <xs:documentation>USES ANY CERTIFICATE RELATED TO NATURALIZATION,CITIZENSHIP OR ALIEN REGISTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1355">
        <xs:annotation>
          <xs:documentation>MAKES FALSE CERTIFICATES RELATED TO NATURALIZATION,CITZENSHIP,ALIEN REGISTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1356">
        <xs:annotation>
          <xs:documentation>MAKING FALSE CLAIMS TO CITIZENSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1357">
        <xs:annotation>
          <xs:documentation>MAKES FALSE CLAIMS TO CITIZENSHIP IN ORDER TO VOTE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1358">
        <xs:annotation>
          <xs:documentation>FALSE PRETENSES ON HIGH SEAS OR OTHER WATERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="136">
        <xs:annotation>
          <xs:documentation>** ESPIONAGE, SABOTAGE OR EXPORT OF GOODS, TECHNOLOGY, OR SENSITIVE INFORMATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1360">
        <xs:annotation>
          <xs:documentation>PRODUCING IDENTIFICATION DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1361">
        <xs:annotation>
          <xs:documentation>TRANSFER OF STOLEN OR FALSE IDENTIFICATION DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1362">
        <xs:annotation>
          <xs:documentation>USING OR TRANSFERING FIVE OR MORE DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1363">
        <xs:annotation>
          <xs:documentation>POSSESSING AN IDENTIFICATION DOCUMENT WITH INTENT TO DEFRAUD THE U.S.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1364">
        <xs:annotation>
          <xs:documentation>DOCUMENT MAKING IMPLEMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1365">
        <xs:annotation>
          <xs:documentation>POSSESSING STOLEN U.S.A. IDENTIFICATION DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1366">
        <xs:annotation>
          <xs:documentation>FRAUD AND RELATED ACTIVITY IN CONNECTION WITH ACCESS DEVICES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1367">
        <xs:annotation>
          <xs:documentation>WHOEVER KNOWINGLY WITH INTENT TO DEFRAUD PRODUCES/USES COUNTERFEIT ACC. DEV.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1368">
        <xs:annotation>
          <xs:documentation>COMPUTER FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1369">
        <xs:annotation>
          <xs:documentation>ENTRY BY FALSE PRETENSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="137">
        <xs:annotation>
          <xs:documentation>** PHYSICAL OR MENTAL DISORDER WITH THREATENING BEHAVIOR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1370">
        <xs:annotation>
          <xs:documentation>CONCEALING PERSON FROM ARREST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1371">
        <xs:annotation>
          <xs:documentation>CONCEALING PERSON FROM ARREST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1372">
        <xs:annotation>
          <xs:documentation>UNLAWFUL INTERSTATE FLIGHT TO AVOID CUSTODY FLIGHT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1373">
        <xs:annotation>
          <xs:documentation>TRANSMISSION OF WAGERING INFORMATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1375">
        <xs:annotation>
          <xs:documentation>MURDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1376">
        <xs:annotation>
          <xs:documentation>MANSLAUGHTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1377">
        <xs:annotation>
          <xs:documentation>ATTEMPT TO COMMIT MURDER OR MANSLAUGHTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1378">
        <xs:annotation>
          <xs:documentation>PROTECTION OF OFFICERS AND EMPLOYEES OF THE UNITED STATES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1379">
        <xs:annotation>
          <xs:documentation>CONSPIRACY TO MURDER A FOREIGN OFFICIAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="138">
        <xs:annotation>
          <xs:documentation>** PROCURERS OF PROSTITUTES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1380">
        <xs:annotation>
          <xs:documentation>ASSAULTS WITHIN MARITIME AND TERRITORIAL JURISDICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1381">
        <xs:annotation>
          <xs:documentation>INFLUENCING/IMPEDING/RETALIATING AGNST FED OFCL - THREATENING/INJURING FMLY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1382">
        <xs:annotation>
          <xs:documentation>INTOXICANTS DISPENSED IN INDIAN COUNTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1383">
        <xs:annotation>
          <xs:documentation>FEMALE GENITAL MUTILATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1384">
        <xs:annotation>
          <xs:documentation>KIDNAPPING; WHOEVER UNLAWFULLY HOLDS ANY PERSON EXCEPT FOR MINOR BY PARENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1385">
        <xs:annotation>
          <xs:documentation>KIDNAPPING; MINOR BY THE PARENT WILLFULLY TRANSPORTED INTERSTATE OR FOREIGN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1386">
        <xs:annotation>
          <xs:documentation>KIDNAPPING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1387">
        <xs:annotation>
          <xs:documentation>RANSOM MONEY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1388">
        <xs:annotation>
          <xs:documentation>HOSTAGE TAKING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1389">
        <xs:annotation>
          <xs:documentation>HOSTAGE TAKING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="139">
        <xs:annotation>
          <xs:documentation>** ASSERTED IMMUNITY FROM PROSECUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1390">
        <xs:annotation>
          <xs:documentation>LAWS OF STATES ADOPTED FOR AREAS WITHIN FEDERAL JURISDICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1391">
        <xs:annotation>
          <xs:documentation>IMPORTING OR TRANSPORTING LOTTERY TICKETS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1392">
        <xs:annotation>
          <xs:documentation>MAILING LOTTERY TICKETS OR RELATED MATTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1393">
        <xs:annotation>
          <xs:documentation>FISHING CONTESTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1394">
        <xs:annotation>
          <xs:documentation>FRAUDS AND SWINDLES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1395">
        <xs:annotation>
          <xs:documentation>FICTITIOUS NAME OR ADDRESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1396">
        <xs:annotation>
          <xs:documentation>FRAUD BY WIRE, RADIO OR TELEVISION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1397">
        <xs:annotation>
          <xs:documentation>BANK FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1399">
        <xs:annotation>
          <xs:documentation>MALICIOUS MISCHIEF - BUILDINGS OR PROPERTY WITHIN SPECIAL MARITIME AND TERRI</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="14">
        <xs:annotation>
          <xs:documentation>DESTRUCTION OF GOVERNMENT PROPERTY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="140">
        <xs:annotation>
          <xs:documentation>** FOREIGN POLICY CONSEQUENCES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1400">
        <xs:annotation>
          <xs:documentation>MALICIOUS MISCHIEF - HARMING ANIMALS USED IN LAW ENFORCEMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1402">
        <xs:annotation>
          <xs:documentation>IMPERSONATING FOR NATURALIZATION OR CITIZENSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1404">
        <xs:annotation>
          <xs:documentation>PROCURING NATURALIZATION OR EVIDENCE OF NATURALIZATION OR CITIZENSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1405">
        <xs:annotation>
          <xs:documentation>GENERAL CITIZENSHIP AND NATURALIZATION FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1407">
        <xs:annotation>
          <xs:documentation>MAKING FALSE NATURALIZATION, CITIZENSHIP AND REGISTRY DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1408">
        <xs:annotation>
          <xs:documentation>USING AND SELLING FALSE NATURALIZATION, CITIZENSHIP AND REGISTRY DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1409">
        <xs:annotation>
          <xs:documentation>POSSESSION WITH INTENT TO USE FALSE CITIZENSHIP OR NATURALIZATION DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="141">
        <xs:annotation>
          <xs:documentation>** PUBLIC CHARGE-EXCLUSION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1410">
        <xs:annotation>
          <xs:documentation>POSSESSING NATURALIZATION AND CITIZENSHIP PLATES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1411">
        <xs:annotation>
          <xs:documentation>BRING USA COUNTERFEIT DOCS OF CITZENSHIPANDNATURALIZATION OBTAINED FROM PLATES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1412">
        <xs:annotation>
          <xs:documentation>POSSESSING TRUE BLANK CERTIFICATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1413">
        <xs:annotation>
          <xs:documentation>POSSESSING CERTIFICATE PAPER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1414">
        <xs:annotation>
          <xs:documentation>COPYING CERTIFICATES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1415">
        <xs:annotation>
          <xs:documentation>SELLING NATURALIZATION AND CITIZENSHIP DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1416">
        <xs:annotation>
          <xs:documentation>FAILURE TO SURRENDER A CERTIFICATE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1417">
        <xs:annotation>
          <xs:documentation>FAILURE TO ANSWER NATURALIZATION SUBPOENA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1418">
        <xs:annotation>
          <xs:documentation>OBSCENITY - POSSESSION WITH INTENT TO SELL, AND SALE OF OBSCENE MATTER ON FE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1419">
        <xs:annotation>
          <xs:documentation>MAILING OBSCENE OR CRIME-INCITING MATTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="142">
        <xs:annotation>
          <xs:documentation>** IMMIGRANT, NO LABOR CERTIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1420">
        <xs:annotation>
          <xs:documentation>IMPORTATION OR TRANSPORTATION OF OBSCENE MATTERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1421">
        <xs:annotation>
          <xs:documentation>TRANSPORTATION OF OBSCENE MATTERS FOR SALE OR DISTRIBUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1422">
        <xs:annotation>
          <xs:documentation>INFLUENCING OR INJURING OFFICER OR JUROR GENERALLY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1423">
        <xs:annotation>
          <xs:documentation>OBSTRUCTION OF JUSTICE - PICKETING OR PARADING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1424">
        <xs:annotation>
          <xs:documentation>RECORDING LISTENING OBSERVING JURY PROCEEDINGS WHILE DELIBERATING OR VOTING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1425">
        <xs:annotation>
          <xs:documentation>OBSTRUCTION OF CRIMINAL INVESTIGATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1426">
        <xs:annotation>
          <xs:documentation>CONSPIRACY TO OBSTRUCT LAW ENFORCEMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1427">
        <xs:annotation>
          <xs:documentation>TAMPERING WITH A WITNESS, VICTIM, OR AN INFORMANT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1428">
        <xs:annotation>
          <xs:documentation>PREVENT THE PRODUCTION OF A RECORD/DOCUMENT/OTHER OBJECT IN OFFICIAL PROCEED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1429">
        <xs:annotation>
          <xs:documentation>INFLUENCE/DELAY/PREVENT TESTIMONY OF ANY PERSON IN AN OFFICIAL PROCEEDING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="143">
        <xs:annotation>
          <xs:documentation>** IMMIGRANT, NO LABOR CERTIFICATION (I)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1430">
        <xs:annotation>
          <xs:documentation>HINDER/DELAY/PREVENT COMMUNICATION OF INFORMATION RELATING TO FEDERAL OFFENS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1431">
        <xs:annotation>
          <xs:documentation>RETALIATING AGAINST A WITNESS, VICTIM OR AN INFORMANT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1432">
        <xs:annotation>
          <xs:documentation>CONCEALMENT OF ASSETS FALSE OATHS AND CLAIMS; BRIBERY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1433">
        <xs:annotation>
          <xs:documentation>PASSPORT ISSUANCE WITHOUT AUTHORITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1434">
        <xs:annotation>
          <xs:documentation>FRAUDULENTLY OBTAINED PASSPORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1435">
        <xs:annotation>
          <xs:documentation>COUNTERFEIT AND ALTERED PASSPORTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1436">
        <xs:annotation>
          <xs:documentation>MISUSE OF A PASSPORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1437">
        <xs:annotation>
          <xs:documentation>SAFE CONDUCT VIOLATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1439">
        <xs:annotation>
          <xs:documentation>FRAUD AND MISUSE OF VISAS AND IMMIGRATION DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="144">
        <xs:annotation>
          <xs:documentation>** SPECIAL RULE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1440">
        <xs:annotation>
          <xs:documentation>ACQUIRING EMPLOYMENT VERIFICATION THROUGH FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1441">
        <xs:annotation>
          <xs:documentation>ACQUIRING EMPLOYMENT VERIFICATION THROUGH FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1442">
        <xs:annotation>
          <xs:documentation>FALSE ATTESTATION FOR EMPLOYMENT VERIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1443">
        <xs:annotation>
          <xs:documentation>PEONAGE - HOLD/RETURNS/PLACES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1444">
        <xs:annotation>
          <xs:documentation>PEONAGE - OBSTRUCTS/INTERFERES/PREVENTS ENFORCEMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1446">
        <xs:annotation>
          <xs:documentation>SALE INTO INVOLUNTARY SERVITUDE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1447">
        <xs:annotation>
          <xs:documentation>TRANSPORTATION OF SLAVES FROM THE UNITED STATES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1448">
        <xs:annotation>
          <xs:documentation>FORCED LABOR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="145">
        <xs:annotation>
          <xs:documentation>** IMMIGRANT WITHOUT VISA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1450">
        <xs:annotation>
          <xs:documentation>SEX TRAFFICKING OF CHILDREN OR BY FORCE, FRAUD OR COERCION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1451">
        <xs:annotation>
          <xs:documentation>UNLAWFUL CONDUCT WITH RESPECT TO DOCUMENTS IN FURTHERANCE OF TRAFFICKING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1452">
        <xs:annotation>
          <xs:documentation>FORFEITURE PROVISION FOR VIOLATION OF TITLE 18USC1581,1583,1584,1589,1590/91</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1453">
        <xs:annotation>
          <xs:documentation>PERJURY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1454">
        <xs:annotation>
          <xs:documentation>FALSE DECLARATIONS BEFORE GRAND JURY OR COURT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1455">
        <xs:annotation>
          <xs:documentation>THEFT OR RECEIPT OF STOLEN MAIL MATTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1456">
        <xs:annotation>
          <xs:documentation>FIREARMS AS NONMAILABLE REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1457">
        <xs:annotation>
          <xs:documentation>INJURIOUS ARTICLES AS NONMAILABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1458">
        <xs:annotation>
          <xs:documentation>ALL INTOXICATING LIQUORS ARE NONMAILABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1459">
        <xs:annotation>
          <xs:documentation>TRANSPORTATION OF CONVICT OR PRISONER MADE GOODS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="146">
        <xs:annotation>
          <xs:documentation>** NONIMMIGRANT WITHOUT VALID DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1460">
        <xs:annotation>
          <xs:documentation>MARKING OF CONVICT MADE GOODS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1461">
        <xs:annotation>
          <xs:documentation>THEFT OF TRADE SECRETS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1462">
        <xs:annotation>
          <xs:documentation>TRADE SECRETS ACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1463">
        <xs:annotation>
          <xs:documentation>EXTORTION - RACKETEERING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1464">
        <xs:annotation>
          <xs:documentation>INTERSTATE AND FOREIGN TRAVEL OR TRANSPORT IN AID OF RACKETEERING ENTERPRISES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1465">
        <xs:annotation>
          <xs:documentation>INTERSTATE AND FOREIGN TRAVEL OR TRANSP IN AID OF RACKETEERING ENTERPRISES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1466">
        <xs:annotation>
          <xs:documentation>INTERSTATE TRANSPORT OF WAGERING PARAPHERNALIA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1467">
        <xs:annotation>
          <xs:documentation>PROHIBITION OF ILLEGAL GAMBLING BUSINESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1468">
        <xs:annotation>
          <xs:documentation>LAUNDERING OF MONETARY INSTRUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1469">
        <xs:annotation>
          <xs:documentation>WHOEVER KNOWINGLY POSSESSES FINANCIAL TRANS. WITH PROCEEDS FROM UNLAWFUL ACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="147">
        <xs:annotation>
          <xs:documentation>** NONIMMIGRANT WITHOUT VALID PASSPORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1470">
        <xs:annotation>
          <xs:documentation>CIVIL FORF-CONCEAL, DISGUISE NATURE, ETC OF PROCEEDS OF UNLAWFUL ACTIVITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1471">
        <xs:annotation>
          <xs:documentation>WHOEVER TRANSPORTS/TRANSMITS/TRANSFERS MONETARY INSTRUMENTS/FUNDS OUTSIDE US</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1472">
        <xs:annotation>
          <xs:documentation>WHOEVER WITH THE INTENT TO PROMOTE THE CARRYING ON ON UNLAWFUL ACTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1473">
        <xs:annotation>
          <xs:documentation>CONSPIRACY TO LAUNDER MONEY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1474">
        <xs:annotation>
          <xs:documentation>18USC1956A1 WITH THE INTENT TO PROMOTE THE CARRYING ON OF UNLAWFUL ACTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1476">
        <xs:annotation>
          <xs:documentation>18USC1956A(2) WITH THE INTENT TO PROMOTE THE CARRYING ON OF UNLAWFUL ACTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1477">
        <xs:annotation>
          <xs:documentation>MONETARY TRANSACTIONS-PROPERTY DERIVED FROM UNLAWFUL ACTIVITES EXCEEDS $10K</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1478">
        <xs:annotation>
          <xs:documentation>USE OF INTERSTATE COMMERCE FACILITIES IN THE COMMISSION OF MURDER-FOR-HIRE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1479">
        <xs:annotation>
          <xs:documentation>PROHIBITION OF ILLEGAL MONEY TRANSMITTING BUSINESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="148">
        <xs:annotation>
          <xs:documentation>** DRAFT EVADER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1480">
        <xs:annotation>
          <xs:documentation>VIOLENT CRIMES IN AID OF RACKETEERING ACTIVITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1481">
        <xs:annotation>
          <xs:documentation>RACKETEER INFLUENCED CORRUPT ORGANIZATIONS OFFENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1482">
        <xs:annotation>
          <xs:documentation>UNLLAWFUL EMPLOYMENT/ASSOCIATION WITH ANYONE ENGAGED IN RACKETEERING ACTIV.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1483">
        <xs:annotation>
          <xs:documentation>CONSPIRE TO VIOLATE ANY OF THE PROVISIONS OF SUBSECTIONS A, B OR C</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1484">
        <xs:annotation>
          <xs:documentation>CRIMES PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1485">
        <xs:annotation>
          <xs:documentation>PRINCIPALS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1486">
        <xs:annotation>
          <xs:documentation>AIDING AND ABETTING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1487">
        <xs:annotation>
          <xs:documentation>BRIBERY OF US OFFICIAL OR WITNESSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1488">
        <xs:annotation>
          <xs:documentation>WHOEVER DIRECTLY/INDIRECTLY BRIBES WITH INTENT TO INFLUENCE THE TESTIMONY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1489">
        <xs:annotation>
          <xs:documentation>UNAUTH PARTICP BY GOVT OFCR IN ACTIVITY AFFECTING PERSONAL FINANCAL INTEREST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="149">
        <xs:annotation>
          <xs:documentation>** ACCOMPANYING EXCLUDED ALIEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1490">
        <xs:annotation>
          <xs:documentation>RIOTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1491">
        <xs:annotation>
          <xs:documentation>SPECIAL MARITIME AND TERRITORIAL JURISDICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1492">
        <xs:annotation>
          <xs:documentation>ROBBERY AND BURGLARY - SPECIAL MARITIME AND TERRITORIAL JURISDICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1493">
        <xs:annotation>
          <xs:documentation>BREAKING OR ENTERING CARRIER FACILITIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1494">
        <xs:annotation>
          <xs:documentation>CAR JACKING (MOTOR VEHICLES)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1495">
        <xs:annotation>
          <xs:documentation>BRIBING OFFICIALS/EMPLOYEES OF FINANCIAL INSTITUTIONS TO PROCURE LOANS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1496">
        <xs:annotation>
          <xs:documentation>DEFINITION - FINES AND IMPRISONMENT FOR VIOLATING 18USC208</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1497">
        <xs:annotation>
          <xs:documentation>STOWAWAYS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1498">
        <xs:annotation>
          <xs:documentation>DESTRUCTION OR REMOVAL OF PROPERTY TO PREVENT SEIZURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1499">
        <xs:annotation>
          <xs:documentation>RESCUE OF SEIZED GOODS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="15">
        <xs:annotation>
          <xs:documentation>JUVENILE DELINQUENCY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150">
        <xs:annotation>
          <xs:documentation>** DRUG ABUSERS OR ADDICTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1500">
        <xs:annotation>
          <xs:documentation>SEARCHES WITHOUT A WARRANT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1501">
        <xs:annotation>
          <xs:documentation>AGGRAVATED SEXUAL ABUSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1502">
        <xs:annotation>
          <xs:documentation>SEXUAL ABUSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1503">
        <xs:annotation>
          <xs:documentation>ABUSIVE SEXUAL CONTACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1504">
        <xs:annotation>
          <xs:documentation>SEXUAL EXPLOITATION OF CHILDREN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1505">
        <xs:annotation>
          <xs:documentation>PERSON KNOWINGLY PERMITS MINOR TO ENGAGE/ASSIST IN SEXUALLY EXPLICIT CONDUCT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1506">
        <xs:annotation>
          <xs:documentation>SELLING OR BUYING OF CHILDREN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1507">
        <xs:annotation>
          <xs:documentation>CERTAIN ACTIVITIES RELATING TO MATERIAL INVOLVING SEXUAL EXPLOIT OF MINORS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1508">
        <xs:annotation>
          <xs:documentation>PERSON ENGAGED IN TRANSPORTATION OF CHILD PORNOGRAPHY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1509">
        <xs:annotation>
          <xs:documentation>KNOWINGLY RECEIVE OR DISTRIBUTE VISUAL DICPICTION OF MINORS ENGAGED IN SEX</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="151">
        <xs:annotation>
          <xs:documentation>** COMMUNICABLE DISEASES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1510">
        <xs:annotation>
          <xs:documentation>CRIMINAL FORFEITURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1511">
        <xs:annotation>
          <xs:documentation>CIVIL FORFEITURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1512">
        <xs:annotation>
          <xs:documentation>CIVIL REMEDY FOR PERSONAL INJURIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1513">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (STOLEN PROPERTY)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1514">
        <xs:annotation>
          <xs:documentation>TRANSPORTATION OF STOLEN VEHICLES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1515">
        <xs:annotation>
          <xs:documentation>SALE OR RECEIPT OF STOLEN VEHICLES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1516">
        <xs:annotation>
          <xs:documentation>TRANSPORTATION OF STOLEN GOODS USED IN COUNTERFEITING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1517">
        <xs:annotation>
          <xs:documentation>SALE/RECEIPT OF STOLEN GOODS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1518">
        <xs:annotation>
          <xs:documentation>SALE OR RECEIPT OF LIVESTOCK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1519">
        <xs:annotation>
          <xs:documentation>TRAFFICKING IN COUNTERFEIT LABELS FOR AUDIOVISUAL WORKS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="152">
        <xs:annotation>
          <xs:documentation>** UNLAWFUL COMMERICALIZED VICE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1520">
        <xs:annotation>
          <xs:documentation>CRIMINAL INFRINGEMENT OF A COPYRIGHT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1521">
        <xs:annotation>
          <xs:documentation>ANY PERSON WHO COMMITS AN OFFENSE UNDER SUBSECTION (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1522">
        <xs:annotation>
          <xs:documentation>BOOTLEG SOUND RECORDINGS OR MUSIC VIDEOS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1523">
        <xs:annotation>
          <xs:documentation>IMPORTATION OF COUNTERFEIT MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1524">
        <xs:annotation>
          <xs:documentation>WHOEVER INTENTIONALLY TRAFFICS GOODS/SERVICES USING A COUNTERFEIT MARK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1525">
        <xs:annotation>
          <xs:documentation>TRAFFICKING IN CERTAIN MOTOR VEHICLES OR MOTOR VEHICLE PARTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1526">
        <xs:annotation>
          <xs:documentation>ENHANCED PENALTIES-NO ARREST/SEIZURE AUTHORITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1527">
        <xs:annotation>
          <xs:documentation>PROVIDING MATERIAL SUPPORT TO TERRORISTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1528">
        <xs:annotation>
          <xs:documentation>UNLAWFUL TRAFFICKING IN CONTRABAND CIGARETTES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1529">
        <xs:annotation>
          <xs:documentation>TRANSPORTING FOR THE PURPOSE OF PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="153">
        <xs:annotation>
          <xs:documentation>** ANY UNLAWFUL ACTIVITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1530">
        <xs:annotation>
          <xs:documentation>COERCION OR ENTICEMENT FOR PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1531">
        <xs:annotation>
          <xs:documentation>TRANSPORTATION OF MINORS FOR ILLEGAL SEXUAL ACTIVITY AND RELATED CRIMES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1532">
        <xs:annotation>
          <xs:documentation>TRANSPORTATION OF MINORS W/INTENT TO ENGAGE IN CRIMINAL SEXUAL ACTIVITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1533">
        <xs:annotation>
          <xs:documentation>INTERSTATE TRAVEL FOR THE PURPOSE OF ENGAGING IN ANY SEXUAL ACT W/A MINOR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1534">
        <xs:annotation>
          <xs:documentation>INTERCEPTION AND DISCLOSURE OF WIRE/ORAL/ELECTRONIC COMMUNICATIONS PROHIBITED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1535">
        <xs:annotation>
          <xs:documentation>MANUF/DISTR/POSS/ADVERTISING OF COMMUNICATION INTERCEPTION DEVICES PROHIBIT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1536">
        <xs:annotation>
          <xs:documentation>CONFISCATION; DEVICE(S) FOR INTERCEPTING WIRE,ORAL,ELECTRONIC COMMUNICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1537">
        <xs:annotation>
          <xs:documentation>UNLAWFUL ACCESS TO STORED COMMUNICATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1539">
        <xs:annotation>
          <xs:documentation>ACCESSORY AFTER THE FACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="154">
        <xs:annotation>
          <xs:documentation>** OVERTHROW OF U.S. GOVERNMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1541">
        <xs:annotation>
          <xs:documentation>PENALTY FOR FAILURE TO APPEAR (BOND JUMPING)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1542">
        <xs:annotation>
          <xs:documentation>SANCTIONS FOR VIOLATION OF A RELEASE CONDITION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1543">
        <xs:annotation>
          <xs:documentation>APPLICABILITY TO A CASE REMOVED FROM A STATE COURT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1544">
        <xs:annotation>
          <xs:documentation>FUGITIVES FROM FOREIGN COUNTRY TO UNITED STATES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1545">
        <xs:annotation>
          <xs:documentation>MUTILATION, DIMINUTION, AND FALSIFICATION OF COINS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1546">
        <xs:annotation>
          <xs:documentation>MUTILATION OF NATIONAL BANK OBLIGATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1547">
        <xs:annotation>
          <xs:documentation>ARREST AND RETURN OF A PROBATIONER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1548">
        <xs:annotation>
          <xs:documentation>FIREARMS POSSESSED BY CONVICTED FELONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1549">
        <xs:annotation>
          <xs:documentation>CONSPIRACY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="155">
        <xs:annotation>
          <xs:documentation>** COMMUNIST/TOTALITARIAN PARTY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1550">
        <xs:annotation>
          <xs:documentation>SOLICITATION TO COMMIT A CRIME OF VIOLENCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1551">
        <xs:annotation>
          <xs:documentation>MISPRISION OF FELONY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1552">
        <xs:annotation>
          <xs:documentation>POWER OF COURT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1553">
        <xs:annotation>
          <xs:documentation>CONTEMPT OF GRAND JURY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1554">
        <xs:annotation>
          <xs:documentation>IMPORTATION OR SHIPMENT OF INJURIOUS ANIMALS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1555">
        <xs:annotation>
          <xs:documentation>PAROLE VIOLATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1556">
        <xs:annotation>
          <xs:documentation>OBLIGATIONS OR SECURITIES OF THE UNITED STATES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1557">
        <xs:annotation>
          <xs:documentation>UTTERING COUNTERFEIT OBLIGATIONS OR SECURITIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1558">
        <xs:annotation>
          <xs:documentation>DEALING IN COUNTERFEIT OBLIGATIONS OR SECURITIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1559">
        <xs:annotation>
          <xs:documentation>PLATES OR STONES FOR COUNTERFEITING OBLIGATIONS OR SECURITIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="156">
        <xs:annotation>
          <xs:documentation>** UNQUALIFIED PHYSICIAN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1560">
        <xs:annotation>
          <xs:documentation>IMMITATING OBLIGATIONS OR SECURITIES; ADVERTISEMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1561">
        <xs:annotation>
          <xs:documentation>UTTERING CONTERFEIT FOREIGN OBLIGATIONS OR SECURITIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1562">
        <xs:annotation>
          <xs:documentation>POSSESSING COUNTERFEIT FOREIGN OBLIGATIONS OR SECURITIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1563">
        <xs:annotation>
          <xs:documentation>FORFEITURE OF COUNTERFEIT PARAPHERNALIA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1564">
        <xs:annotation>
          <xs:documentation>CUSTOMS MATTERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1565">
        <xs:annotation>
          <xs:documentation>PRINTING AND FILMING OF U.S. AND FOREIGN OBLIGATIONS AND SECURITIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1566">
        <xs:annotation>
          <xs:documentation>CRIMINAL PENALTIES FOR COUNTERFEITING A GOVERNMENT SEAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1567">
        <xs:annotation>
          <xs:documentation>MAKES SEALS OF DEPARTMENTS OR AGENCIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1568">
        <xs:annotation>
          <xs:documentation>USES SEALS OF DEPARTMENTS OR AGENCIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1569">
        <xs:annotation>
          <xs:documentation>FOREGER OF TREASURY CHECKS, BONDS AND U.S. SECURITIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="157">
        <xs:annotation>
          <xs:documentation>** IMMIGRANT, WRONG CLASSIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1570">
        <xs:annotation>
          <xs:documentation>ALTERING OR REMOVING MOTOR VEHICLE IDENTIFICATION NUMBERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1571">
        <xs:annotation>
          <xs:documentation>FORFEITURE OF CERTAIN MOTOR VEHICLES AND MOTOR VEHICLE PARTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1572">
        <xs:annotation>
          <xs:documentation>SECURITIES OF THE STATES AND PRIVATE ENTITIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1573">
        <xs:annotation>
          <xs:documentation>ENTRY OF GOODS FALSELY CLASSIFIED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1574">
        <xs:annotation>
          <xs:documentation>ENTRY BY FALSE STATEMENTS, INVOICES, ETC.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1575">
        <xs:annotation>
          <xs:documentation>ENTRY OF GOODS FOR LESS THAN LEGAL DUTY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1576">
        <xs:annotation>
          <xs:documentation>RELANDING OF GOODS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1577">
        <xs:annotation>
          <xs:documentation>SMUGGLING GOODS INTO THE U.S.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1578">
        <xs:annotation>
          <xs:documentation>SMUGGLING GOODS INTO FOREIGN COUNTRIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1579">
        <xs:annotation>
          <xs:documentation>REMOVING OR REPACKING GOODS IN WAREHOUSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="158">
        <xs:annotation>
          <xs:documentation>** NONIMMIGRANT WITHOUT VALID VISA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1580">
        <xs:annotation>
          <xs:documentation>REMOVING GOODS FROM CUSTOMS CUSTODY-BREAKING SEALS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1581">
        <xs:annotation>
          <xs:documentation>FALSE CLAIM FOR REFUND OF DUTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1582">
        <xs:annotation>
          <xs:documentation>CONCEALING OR DESTROYING INVOICES OR OTHER PAPERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1583">
        <xs:annotation>
          <xs:documentation>IMPORT/EXPORT OF STOLEN MOTOR VEH,OFF-HIGHWAY MOBILE EQUIP,VESSELS,AIRCRAFT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1584">
        <xs:annotation>
          <xs:documentation>WHOEVER KNOWINGLY IMPORTS, EXPORTS OR ATTEMPTS TO IMPORT OR EXPORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1585">
        <xs:annotation>
          <xs:documentation>VOTING BY ALIENS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1586">
        <xs:annotation>
          <xs:documentation>PUBLIC MONEY, PROPERTY OR RECORDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1587">
        <xs:annotation>
          <xs:documentation>CUSTODIANS FAILING TO DEPOSIT MONIES; PERSONS AFFECTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1588">
        <xs:annotation>
          <xs:documentation>US GOVT EMPLOYEE, WRONGFUL CONVERSION OR EMBEZZLEMENT OF PROPERTY OF ANOTHER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1589">
        <xs:annotation>
          <xs:documentation>INTERSTATE OR FOREIGN SHIPMENTS BY CARRIER, STATE PROSECUTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="159">
        <xs:annotation>
          <xs:documentation>** INELIGIBLE FOR CITIZENSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1590">
        <xs:annotation>
          <xs:documentation>THEFT WITHIN SPECIAL MARITIME AND TERRITORIAL JURISDICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1591">
        <xs:annotation>
          <xs:documentation>THEFT WITHIN SPECIAL MARITIME AND TERRITORIAL JURISDICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1592">
        <xs:annotation>
          <xs:documentation>THEFT/EMBEZZLEMENT OF PENSION FUNDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1593">
        <xs:annotation>
          <xs:documentation>THEFT - OFFICER OR EMPLOYEE OF UNITED STATES CONVERTING PROPERTY OF ANOTHER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1594">
        <xs:annotation>
          <xs:documentation>THEFT OR BRIBERY/PROGRAMS RECEIVING FEDERAL FUNDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1595">
        <xs:annotation>
          <xs:documentation>THEFT OF LIVESTOCK (INTERSTATE OR FOREIGN COMMERCE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1596">
        <xs:annotation>
          <xs:documentation>IMPROPER USE OF OFFICIAL IDENTIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1597">
        <xs:annotation>
          <xs:documentation>FALSE ADVERTISING OR MISUSE OF NAMES TO INDICATE FEDERAL AGENCY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1598">
        <xs:annotation>
          <xs:documentation>MISUSE OF NAMES, WORDS, EMBLEMS, OR INSIGNIA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1599">
        <xs:annotation>
          <xs:documentation>POLICE BADGES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="16">
        <xs:annotation>
          <xs:documentation>FALSE STATEMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="160">
        <xs:annotation>
          <xs:documentation>** PRACTICING POLYGAMIST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1601">
        <xs:annotation>
          <xs:documentation>HIGH SPEED FLIGHT FROM IMMIGRATION CHECKPOINT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1602">
        <xs:annotation>
          <xs:documentation>GATHERING, TRANSMITTING OR LOSING DEFENSE INFORMATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1603">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (CRIMES EXPLOSIVE MATERIAL)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1604">
        <xs:annotation>
          <xs:documentation>PERSON MEANS INDIV,CORP,COMP,ASSOC,FIRM,PARTNERSHIP SOCIETY, JOINT STOCK CO.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1605">
        <xs:annotation>
          <xs:documentation>INTERSTATE/FOREIGN COMMERCE MEANS FROM ANY PLACE IN A STATE OR OUTSIDE STATE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1606">
        <xs:annotation>
          <xs:documentation>EXPLOSIVE MATERIALS, MEANS EXPLOSIVES, BLASTING AGENTS AND DETONATORS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1607">
        <xs:annotation>
          <xs:documentation>UNLAWFUL ACTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1608">
        <xs:annotation>
          <xs:documentation>IMPORTATION EXPLOSIVE MATERIALS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1609">
        <xs:annotation>
          <xs:documentation>EXCEPTIONS; RELIEF FROM DISABILITIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1610">
        <xs:annotation>
          <xs:documentation>ADDITIONAL POWERS OF THE SECRETARY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1611">
        <xs:annotation>
          <xs:documentation>EFFECT ON STATE LAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1612">
        <xs:annotation>
          <xs:documentation>THREATS TO PRESIDENT OR ANY OF HIS SUCCESSORS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1613">
        <xs:annotation>
          <xs:documentation>BLACKMAIL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1614">
        <xs:annotation>
          <xs:documentation>MAILING THREATENING COMMUNICATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1615">
        <xs:annotation>
          <xs:documentation>COLLECTION OF EXTENSIONS OF CREDIT BY EXTORTIONATE MEANS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1617">
        <xs:annotation>
          <xs:documentation>OFFICER OR EMPLOYEE OF THE UNITED STATES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1618">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (FIREARMS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1620">
        <xs:annotation>
          <xs:documentation>UNLAWFUL ACTS (CRIMES, FIREARMS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1621">
        <xs:annotation>
          <xs:documentation>UNLAWFUL IMPORT/TRANSPORT OF FIREARMS BY AN UNLICENSED PERSON</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1622">
        <xs:annotation>
          <xs:documentation>UNLAWFUL ACTS (CRIMES, FIREARMS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1623">
        <xs:annotation>
          <xs:documentation>UNLAWFUL ACTS (CRIMES, FIREARMS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1624">
        <xs:annotation>
          <xs:documentation>FELON IN POSSESSION OF FIREARM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1625">
        <xs:annotation>
          <xs:documentation>FELON IN POSSESSION OF FIREARM WHO HAS BEEN IMPRISONED FOR OVER ONE YEAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1626">
        <xs:annotation>
          <xs:documentation>FELON IN POSSESSION OF FIREARM WHO IS A FUGITIVE FROM JUSTICE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1627">
        <xs:annotation>
          <xs:documentation>FELON IN POSSESSION OF FIREARM WHO IS A USER/ADDICT OF CONTROLLED SUBSTANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1628">
        <xs:annotation>
          <xs:documentation>ILLEGAL ALIEN WITH A WEAPON</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1629">
        <xs:annotation>
          <xs:documentation>UNLAWFUL TRANSPORT/SHIP STOLEN FIREARMS OR AMMUNITION KNOWING IT AS STOLEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1630">
        <xs:annotation>
          <xs:documentation>UNLAWFUL RECEIPT OF STOLEN FIREARMS OR AMMUNITION KNOWING IT AS STOLEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1631">
        <xs:annotation>
          <xs:documentation>UNLAWFUL TRANSPORT/SHIP/RECEIVE FIREARMS WITH THE SERIAL NUMBER ALTERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1632">
        <xs:annotation>
          <xs:documentation>UNLAWFUL TRANSPORT/SHIP/RECEIVE FIREARMS OR AMMUNITION IN VIOLATION OF LAWS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1633">
        <xs:annotation>
          <xs:documentation>LICENSING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1634">
        <xs:annotation>
          <xs:documentation>PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1635">
        <xs:annotation>
          <xs:documentation>PENALTIES; KNOWINGLY MAKING ANY FALSE STATEMENT OR REPRESENTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1636">
        <xs:annotation>
          <xs:documentation>WHOEVER, WITH INTENT TO COMMIT AN OFFENSE PUNISHABLE BY 1+ YR IMPRISONMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1637">
        <xs:annotation>
          <xs:documentation>PENALTIES - WHOEVER USES FIREARM TO COMMIT/CARRIES FIREARM IN COMM OF FELONY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1638">
        <xs:annotation>
          <xs:documentation>STATEMENT ABOVE (924C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1639">
        <xs:annotation>
          <xs:documentation>KNOWINGLY VIOLATING (A)(4),(A)(6),(F),(G),(H),(I),(J),(K) WITH FIREARM/AMMU.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1640">
        <xs:annotation>
          <xs:documentation>1968 GUN LAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1641">
        <xs:annotation>
          <xs:documentation>INTERSTATE TRANSPORTATION OF FIREARMS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1642">
        <xs:annotation>
          <xs:documentation>POSSESSION OF FIREARMS AND DANGEROUS WEAPONS IN FEDERAL FACILITIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1643">
        <xs:annotation>
          <xs:documentation>WHOEVER KNOWINGLY POSSESSES A FIREARM IN A FEDERAL FACILITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1644">
        <xs:annotation>
          <xs:documentation>AGENTS OF FOREIGN GOVERNMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1645">
        <xs:annotation>
          <xs:documentation>DIPLOMATIC CODES AND CORRESPONDENCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1646">
        <xs:annotation>
          <xs:documentation>POSSESSION OF PROPERTY IN AID OF FOREIGN GOVERNMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1647">
        <xs:annotation>
          <xs:documentation>CIVIL FORFEITURE PROVISIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1648">
        <xs:annotation>
          <xs:documentation>CIVIL FORFEITURE; PROPERTY SUBJECT TO FORFEITURE IN THE U.S.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1649">
        <xs:annotation>
          <xs:documentation>CIVIL FORF-ANY PROPERTY TRACEABLE TO VIOLATION OF 18USC1952(A)(2)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1650">
        <xs:annotation>
          <xs:documentation>CIVIL FORFEITURE-ALL ASSETS OF A DOMESTIC OR INTERNATIONAL TERRORIST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1651">
        <xs:annotation>
          <xs:documentation>CIVIL FORFEITURE; PROPERTY SUBJECT TO FORFEITURE UNDER (A)1(A), (A)1B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1652">
        <xs:annotation>
          <xs:documentation>CIVIL FORF-ALL FUNDS DEPOS. IN CORRESPONDENT US BANK. SEE 31USC5318(K)(3)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1653">
        <xs:annotation>
          <xs:documentation>CIVIL FORFEITURE; PROPERTY IN VIOLATION OF 31USC5313(A)/5324, 18USC1956/1957</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1654">
        <xs:annotation>
          <xs:documentation>CRIMINAL FORFEITURE PROVISIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1655">
        <xs:annotation>
          <xs:documentation>FUNGIBLE FORFEITURE MONEY LAUNDERING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1656">
        <xs:annotation>
          <xs:documentation>CENTRALIZED EXAMINATION STATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1657">
        <xs:annotation>
          <xs:documentation>ADMISSION OF MERCHANDISE TO A ZONE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1658">
        <xs:annotation>
          <xs:documentation>HANDLING OF MERCHANDISE IN A ZONE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1659">
        <xs:annotation>
          <xs:documentation>TRANSFER OF MERCHANDISE FROM A ZONE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1660">
        <xs:annotation>
          <xs:documentation>RECORDKEEPING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1661">
        <xs:annotation>
          <xs:documentation>CUSTOMS WAREHOUSES, CONTAINER STATIONS AND CONTROL OF MERCHANDISE THEREIN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1662">
        <xs:annotation>
          <xs:documentation>DOMESTIC PRODUCTS; REQUIREMENTS ON ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1663">
        <xs:annotation>
          <xs:documentation>TEMPORARY IMPORTATION BOND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1664">
        <xs:annotation>
          <xs:documentation>CARNET</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1665">
        <xs:annotation>
          <xs:documentation>INSTRUMENTS;EXCEPTIONS/INTERNATIONAL TRAFFIC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1666">
        <xs:annotation>
          <xs:documentation>INSTRUMENTS;EXCEPTIONS/INTERNATIONAL TRAFFIC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1667">
        <xs:annotation>
          <xs:documentation>INSTRUMENTS;EXCEPTIONS/INTERNATIONAL TRAFFIC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1668">
        <xs:annotation>
          <xs:documentation>PACKING AND STAMPING; MARKING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1669">
        <xs:annotation>
          <xs:documentation>FAILURE TO REDELIVER; FTC; WOOL PRODUCTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1670">
        <xs:annotation>
          <xs:documentation>FAILURE TO REDELIVER; FTC; FUR PRODUCTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1671">
        <xs:annotation>
          <xs:documentation>FAILURE TO REDELIVER; FTC; TEXTILE FIBER PRODUCTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1672">
        <xs:annotation>
          <xs:documentation>FALSE DESIGNATIONS OF ORIGIN AND DESCRIPTION; FALSE MARKING OF GOLD AND SILVER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1673">
        <xs:annotation>
          <xs:documentation>ARTICLES WHICH BEAR FALSE DESIGNATION OF ORIGIN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1674">
        <xs:annotation>
          <xs:documentation>ARTICLES OF GOLD/SILVER MARKED WITH GREATER FINENESS THEN ACTUAL FINENESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1675">
        <xs:annotation>
          <xs:documentation>PACKAGE/NOTICE REQUIREMENTS FOR CIGARS/CIGARETTE/CIGARETTE PAPERS/TUBES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1676">
        <xs:annotation>
          <xs:documentation>SPECIAL MARKING ON CERTAIN ARTICLES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1677">
        <xs:annotation>
          <xs:documentation>CONDUCTING CUSTOMS BUSINESS WITHOUT A PERMIT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1678">
        <xs:annotation>
          <xs:documentation>RECORD OF TRANSACTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1679">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAINTAIN ADEQUATE ACCOUNT RECORDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1680">
        <xs:annotation>
          <xs:documentation>RETENTIONS OF RECORDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1681">
        <xs:annotation>
          <xs:documentation>RECORDS CONFIDENTIAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1682">
        <xs:annotation>
          <xs:documentation>RECORDS SHALL BE AVAILABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1683">
        <xs:annotation>
          <xs:documentation>INTERFERENCE WITH EXAMINATION OF RECORDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1684">
        <xs:annotation>
          <xs:documentation>AUDIT OR INSPECTION OF RECORDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1685">
        <xs:annotation>
          <xs:documentation>RESPONSIBLE SUPERVISION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1686">
        <xs:annotation>
          <xs:documentation>FAILURE TO EXERCISE DUE DILIGENCE IN MONIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1687">
        <xs:annotation>
          <xs:documentation>NOTIFICATION OF CHANGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1688">
        <xs:annotation>
          <xs:documentation>CONFLICT OF INTEREST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1689">
        <xs:annotation>
          <xs:documentation>FALSE INFORMATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1690">
        <xs:annotation>
          <xs:documentation>GOVERNMENT RECORDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1691">
        <xs:annotation>
          <xs:documentation>UNDUE INFLUENCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1692">
        <xs:annotation>
          <xs:documentation>ACCEPTANCE OF ATTORNEY FEES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1693">
        <xs:annotation>
          <xs:documentation>RELATIONS WITH UNLICENSED PERSONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1694">
        <xs:annotation>
          <xs:documentation>MIS-USE OF LICENSE OR PERMIT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1695">
        <xs:annotation>
          <xs:documentation>FALSE REPRESENTATION TO PROCURE EMPLOYMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1696">
        <xs:annotation>
          <xs:documentation>ADVICE TO CLIENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1697">
        <xs:annotation>
          <xs:documentation>TRANSACTING CUSTOMS BUSINESS WITHOUT LICENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1698">
        <xs:annotation>
          <xs:documentation>PROTESTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1699">
        <xs:annotation>
          <xs:documentation>ENDORSEMENT OF CHECKS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="17">
        <xs:annotation>
          <xs:documentation>HARBORING ALIENS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1700">
        <xs:annotation>
          <xs:documentation>RELATIONS WITH PERSON UNDESIRABLES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1701">
        <xs:annotation>
          <xs:documentation>DISPLAY OF LICENSE AND PERMITS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1702">
        <xs:annotation>
          <xs:documentation>LIMITATION OF LIABILITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1703">
        <xs:annotation>
          <xs:documentation>REVOCATION BY OPERATION OF LAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1704">
        <xs:annotation>
          <xs:documentation>TRANSACTING CUSTOMS BUSINESS BEFORE GOVT AGENCIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1705">
        <xs:annotation>
          <xs:documentation>CUSTOMS BONDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1706">
        <xs:annotation>
          <xs:documentation>BASIC IMPORTATION AND ENTRY BOND CONDITIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1707">
        <xs:annotation>
          <xs:documentation>MONEY LATE FILE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1708">
        <xs:annotation>
          <xs:documentation>AGREEMENT TO MAKE OR COMPLETE ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1709">
        <xs:annotation>
          <xs:documentation>AGREEMENT TO MAKE OR COMPLETE ENTRY/DETERMINE APPLICABLE REQ OF LAW AND REGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1711">
        <xs:annotation>
          <xs:documentation>AGREEMENT TO ENSURE AND ESTABLISH ISSUANCE OF SOFTWOOD LUMBER EXPORT PERMIT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1712">
        <xs:annotation>
          <xs:documentation>MONEY LATE FILE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1713">
        <xs:annotation>
          <xs:documentation>CONSEQUENCE OF DEFAULT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1714">
        <xs:annotation>
          <xs:documentation>CONSEQUENCE OF DEFAULT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1715">
        <xs:annotation>
          <xs:documentation>BASIC CUSTODIAL BOND CONDITIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1716">
        <xs:annotation>
          <xs:documentation>RECEIPT OF MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1717">
        <xs:annotation>
          <xs:documentation>CARRIAGE AND SAFEKEEPING OF MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1718">
        <xs:annotation>
          <xs:documentation>DISPOSITION OF MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1719">
        <xs:annotation>
          <xs:documentation>FILE TIMELY WITH CUSTOMS ANY REPORT REQUIRED BY CUSTOMS REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1720">
        <xs:annotation>
          <xs:documentation>INTERNATIONAL CARRIER BOND CONDITIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1721">
        <xs:annotation>
          <xs:documentation>INADVERTENT RELEASE;FAILURE TO REDELIVER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1722">
        <xs:annotation>
          <xs:documentation>NVOCC MANIFESTING VIOLATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1723">
        <xs:annotation>
          <xs:documentation>LATE FILE OUTWARD MANIFEST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1724">
        <xs:annotation>
          <xs:documentation>REDELIVERY OF MERCHANDISE SUBJECT OF 22USC401 VIOLATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1725">
        <xs:annotation>
          <xs:documentation>CONTROL OF CONTAINERS AND INSTRUMENTS OF INTERNATIONAL TRAFFIC BOND CONDITNS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1726">
        <xs:annotation>
          <xs:documentation>COMMERCIAL GAUGER AND COMMERCIAL LABORATORY BOND CONDITIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1727">
        <xs:annotation>
          <xs:documentation>FOREIGN TRADE ZONE OPERATOR BOND CONDITIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1728">
        <xs:annotation>
          <xs:documentation>COOPERATION WITH CERTAIN AGENCIES; JOINT REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1729">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (IMPORTATIONS PERMITTED)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1730">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (SEIZURE AND FORFEITURE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1731">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (PESTICIDES AND DEVICES)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1732">
        <xs:annotation>
          <xs:documentation>FDA - PESTICIDES AND DEVICES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1733">
        <xs:annotation>
          <xs:documentation>NOTICE OF ARRIVAL PRESENTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1734">
        <xs:annotation>
          <xs:documentation>REPORTING REQUIREMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1735">
        <xs:annotation>
          <xs:documentation>TEXTILES AND TEXTILE PRODUCTS COUNTRY OF ORIGIN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1736">
        <xs:annotation>
          <xs:documentation>ENTRY OF SOFTWOOD LUMBER FROM CANADA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1737">
        <xs:annotation>
          <xs:documentation>FAILURE TO REDELIVER; OFAC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1738">
        <xs:annotation>
          <xs:documentation>IMPORT OF WILD ANIMALS, FISH, AMPHIBIANS, REPTILES, MOLLUSKS, CRUSTACEANS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1739">
        <xs:annotation>
          <xs:documentation>RELEASE UNDER BOND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1740">
        <xs:annotation>
          <xs:documentation>IMPORTED ARTICLES INVOLVING UNFAIR METHODS OF COMPETITION OR PRACTICES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1741">
        <xs:annotation>
          <xs:documentation>REGISTERED PATENT OWNERS; IMPORT SURVEY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1742">
        <xs:annotation>
          <xs:documentation>MANIFEST DESCREPANCIES - FAILURE TO TIMELY CORRECT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1743">
        <xs:annotation>
          <xs:documentation>FEDERAL MOTOR VEHICLE AIR POLLUTION CONTROL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1744">
        <xs:annotation>
          <xs:documentation>FEDERAL NON-ROAD VEHICLE AIR POLLUTION CONTROL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1745">
        <xs:annotation>
          <xs:documentation>FEDERAL MOTOR VEHICLE SAFETY STANDARDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1746">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (SWITCHBLADE KNIVES)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1747">
        <xs:annotation>
          <xs:documentation>IMPORTATIONS CONTRARY TO LAW (SWITCHBLADE KNIVES)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1748">
        <xs:annotation>
          <xs:documentation>AIR COMMERCE REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1749">
        <xs:annotation>
          <xs:documentation>TRANSPORTATION TO ANOTHER U.S. PORT, TIME</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1750">
        <xs:annotation>
          <xs:documentation>AIR COMMERCE REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1751">
        <xs:annotation>
          <xs:documentation>ARRIVAL, DEPARTURE, DISCHARGE, AND DOCUMENTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1752">
        <xs:annotation>
          <xs:documentation>OTHER CUSTOMS LAWS AND REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1753">
        <xs:annotation>
          <xs:documentation>DOCUMENTS REQUIRED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1754">
        <xs:annotation>
          <xs:documentation>PILOTS CERTIFICATE(S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1756">
        <xs:annotation>
          <xs:documentation>AIRCRAFT CERTIFICATE(S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1758">
        <xs:annotation>
          <xs:documentation>RESPONSIBILITY OF AIRCRAFT COMMANDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1759">
        <xs:annotation>
          <xs:documentation>AIRCRAFT FROM FOREIGN NEVER APPLIES FOR OR PROVIDES BOND FOR UNLADING MDSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1760">
        <xs:annotation>
          <xs:documentation>AIR CARGO MANIFEST INFORMATION DISCREPANCY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1761">
        <xs:annotation>
          <xs:documentation>MANIFEST DISCREPANCIES - SHORTAGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1762">
        <xs:annotation>
          <xs:documentation>FAILURE TO TRANSMIT CREW/PASSENGER MANIFESTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1763">
        <xs:annotation>
          <xs:documentation>TRANSMITTED INACCURATE APIS INFORMATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1764">
        <xs:annotation>
          <xs:documentation>FAILS TO TIMELY NOTIFY CUSTOMS OF UNENTERED MERCHANDISE-IMPORTED BY AIR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1765">
        <xs:annotation>
          <xs:documentation>FAILS TO TIMELY NOTIFY CUSTOMS OF UNENTERED MERCHANDISE-IMPORTED BY AIR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1766">
        <xs:annotation>
          <xs:documentation>FAILS TO TIMELY NOTIFY BONDED WAREHOUSE OF UNENTERED MDSE-IMPORTED BY AIR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1767">
        <xs:annotation>
          <xs:documentation>FAILURE TO COLLECT G.O. MERCHANDISE - IF IMPORTED BY AIR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1768">
        <xs:annotation>
          <xs:documentation>INCOMPLETE (PRO FORMA) MANIFEST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1770">
        <xs:annotation>
          <xs:documentation>CUSTOMS RELATIONS WITH CANADA AND MEXICO</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1771">
        <xs:annotation>
          <xs:documentation>FAILS TO TIMELY NOTIFY CUSTOMS OF UNENTERED MERCHANDISE-IMPORTED BY LAND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1772">
        <xs:annotation>
          <xs:documentation>FAILS TO TIMELY NOTIFY CUSTOMS OF UNENTERED MERCHANDISE-IMPORTED BY LAND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1773">
        <xs:annotation>
          <xs:documentation>FAILS TO TIMELY NOTIFY BONDED WAREHOUSE OF UNENTERED MDSE-IMPORTED BY LAND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1774">
        <xs:annotation>
          <xs:documentation>FAILURE TO COLLECT G.O. MERCHANDISE - IMPORTED BY LAND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1775">
        <xs:annotation>
          <xs:documentation>ENTRY OF FOREIGN-BASED TRUCKS/BUSSES/TAXICABS IN INTERNATIONAL TRAFFIC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1776">
        <xs:annotation>
          <xs:documentation>PENALTY FOR IMPROPER USE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1777">
        <xs:annotation>
          <xs:documentation>MERCHANDISE CONSIDERED GENERAL ORDER MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1778">
        <xs:annotation>
          <xs:documentation>QUOTAS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1779">
        <xs:annotation>
          <xs:documentation>FAILURE TO REDELIVER; QUOTA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1780">
        <xs:annotation>
          <xs:documentation>ENACTMENT AND ADMINISTRATION OF QUOTAS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1781">
        <xs:annotation>
          <xs:documentation>STRICT CONSTRUCTION EMPLOYED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1782">
        <xs:annotation>
          <xs:documentation>TRADEMARKS, TRADE NAMES, AND COPYRIGHTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1783">
        <xs:annotation>
          <xs:documentation>APPLICATION TO RECORD TRADEMARK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1784">
        <xs:annotation>
          <xs:documentation>RESTRICTIONS ON IMPORTS BEARING RECORDED TRADEMARKS AND TRADE NAMES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1785">
        <xs:annotation>
          <xs:documentation>COPYING OR SIMULATING MARKS OR NAMES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1786">
        <xs:annotation>
          <xs:documentation>IDENTICAL TRADEMARK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1787">
        <xs:annotation>
          <xs:documentation>RESTRICTIONS NOT APPLICABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1788">
        <xs:annotation>
          <xs:documentation>DETENTION OF ARTICLES SUBJECT TO RESTRICTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1789">
        <xs:annotation>
          <xs:documentation>DETENTION OF ARTICLES SUBJECT TO RESTRICTIONS IN GENERAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1790">
        <xs:annotation>
          <xs:documentation>NOTICE OF DETENTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1791">
        <xs:annotation>
          <xs:documentation>FAILURE TO OBTAIN RELEASE IN 30 DAYS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1792">
        <xs:annotation>
          <xs:documentation>RELEASE OF DETAINED ARTICLES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1793">
        <xs:annotation>
          <xs:documentation>ARTICLES BEARING COUNTERFEIT TRADEMARKS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1794">
        <xs:annotation>
          <xs:documentation>DEMAND FOR REDELIVERY OF RELEASED MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1795">
        <xs:annotation>
          <xs:documentation>EFFECTIVE DATE, TERM, AND CANCELLATION OF RECORDATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1796">
        <xs:annotation>
          <xs:documentation>EFFECTIVE DATE, TERM, AND CANCELLATION OF TRADEMARK RECORDATION AND RENEWALS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1797">
        <xs:annotation>
          <xs:documentation>INFRINGING COPIES OR PHONORECORDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1798">
        <xs:annotation>
          <xs:documentation>IMPORTATION PROHIBITED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1799">
        <xs:annotation>
          <xs:documentation>SEIZURE AND FORFEITURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="18">
        <xs:annotation>
          <xs:documentation>PERJURY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1800">
        <xs:annotation>
          <xs:documentation>PROCEDURE ON SUSPICION OF INFRINGING COPIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1801">
        <xs:annotation>
          <xs:documentation>NOTICE TO THE IMPORTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1802">
        <xs:annotation>
          <xs:documentation>RETURN OF SEIZED OR DETAINED ARTICLES TO COUNTRY OF EXPORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1803">
        <xs:annotation>
          <xs:documentation>COUNTRY OF ORIGIN MARKING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1804">
        <xs:annotation>
          <xs:documentation>COUNTRY OF ORIGIN MARKING REQUIRED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1805">
        <xs:annotation>
          <xs:documentation>CONTAINERS OR HOLDERS NOT DESIGNED FOR OR CAPABLE OF REUSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1806">
        <xs:annotation>
          <xs:documentation>WATCH, CLOCK AND TIMING APPARATUS MARKING SPECIFICATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1807">
        <xs:annotation>
          <xs:documentation>MARKING WHEN NAME OF COUNTRY OTHER THAN COUNTRY OF ORIGIN APPEARS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1808">
        <xs:annotation>
          <xs:documentation>PROCEDURE WHEN IMPORTATION FOUND NOT LEGALLY MARKED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1809">
        <xs:annotation>
          <xs:documentation>CERTIFICATE OF MARKING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1810">
        <xs:annotation>
          <xs:documentation>CERTIFICATE OF MARKING APPLICABILITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1811">
        <xs:annotation>
          <xs:documentation>CERTIFICATE OF MARKING NOTICE OF ACCEPTANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1812">
        <xs:annotation>
          <xs:documentation>FILING OF FALSE CERTIFICATES OF MARKING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1813">
        <xs:annotation>
          <xs:documentation>SERVICES RENDERED FOR MORE THAN ONE IMPORTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1814">
        <xs:annotation>
          <xs:documentation>ENTRY OF MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1815">
        <xs:annotation>
          <xs:documentation>TIME OF DEPOSIT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1816">
        <xs:annotation>
          <xs:documentation>TIME OF DEPOSIT - WAREHOUSE ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1817">
        <xs:annotation>
          <xs:documentation>RECALL OF MERCHANDISE RELEASED FROM CUSTOMS CUSTODY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1818">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAINTAIN POWERS OF ATTORNEY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1819">
        <xs:annotation>
          <xs:documentation>QUANTITY USUALLY REQUIRED TO BE IN ONE ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1820">
        <xs:annotation>
          <xs:documentation>CONTENTS OF INVOICES AND GENERAL REQUIREMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1821">
        <xs:annotation>
          <xs:documentation>NO FILE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1822">
        <xs:annotation>
          <xs:documentation>FAILURE TO FILE ENTRY SUMMARY TIMELY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1823">
        <xs:annotation>
          <xs:documentation>ENTRY DOCUMENTATION REQUIRED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1824">
        <xs:annotation>
          <xs:documentation>OTHER DOCUMENTATION REQUIRED UPON ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1825">
        <xs:annotation>
          <xs:documentation>LIABILITY OF IMPORTERS AND SURETIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1826">
        <xs:annotation>
          <xs:documentation>DECLARATIONS OF VALUE AND INVOICES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1827">
        <xs:annotation>
          <xs:documentation>DUTIABLE MERCHANDISE W/O DECLARATION OR INVOICE, PROHIBITED MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1828">
        <xs:annotation>
          <xs:documentation>DUTIABLE MERCHANDISE SUBJECT TO SEIZURE AND FORFEITURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1829">
        <xs:annotation>
          <xs:documentation>ARTICLES PROHIBITED BY SECTION 305, TARIFF ACT OF 1930</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1830">
        <xs:annotation>
          <xs:documentation>FIREARMS AND MUNITIONS OF WAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1831">
        <xs:annotation>
          <xs:documentation>ALCOHOLIC BEVERAGES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1832">
        <xs:annotation>
          <xs:documentation>FOREIGN ASSETS CONTROL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1833">
        <xs:annotation>
          <xs:documentation>SEIZURES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1834">
        <xs:annotation>
          <xs:documentation>UNAUTHORIZED RETAIL TRADE WITHIN A ZONE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1835">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAINT REQ MANUAL OR AUTOMATED INV CNTRL AND RECORDKEEPING SYS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1836">
        <xs:annotation>
          <xs:documentation>FAILURE TO PROV AN ENG LANG COPY OF INV CNTRL AND RECORDKEEPING SYS PROC MANL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1837">
        <xs:annotation>
          <xs:documentation>FAILURE TO KEEP A CURRENT PROCEDURE MANUAL OR FAILURE TO SUBMIT ANY CHANGES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1838">
        <xs:annotation>
          <xs:documentation>FAILURE TO PROVIDE ZONE USERS PROCEDURES MANUAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1839">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAINTAIN PROPER RECORDS OF MERCHANDISE RECEIVED IN A ZONE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1840">
        <xs:annotation>
          <xs:documentation>FAILURE OF ZONE OPERATOR TO PERMIT CUSTOMS OFFICER ACCESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1841">
        <xs:annotation>
          <xs:documentation>FAILURE TO SAFEKEEP MERCHANDISE AND/OR RECORDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1842">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAINTAIN INVENTORY CONTROL AND RECORDKEEPING SYSTEM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1843">
        <xs:annotation>
          <xs:documentation>FAILURE TO INSURE SECURITY OF MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1844">
        <xs:annotation>
          <xs:documentation>FAILURE TO PAY ANNUAL FEE TIMELY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1845">
        <xs:annotation>
          <xs:documentation>CUSTOMS CONTROL OF MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1846">
        <xs:annotation>
          <xs:documentation>ENTRY FOR CONSUMPTION - ESTIMATED PRODUCTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1847">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAKE WRITTEN APPLICATION FOR ALTERATION OF ZONE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1848">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAKE WRITTEN APP FOR DEACTIVATION OR REACTIVATION OF ZONE SITE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1849">
        <xs:annotation>
          <xs:documentation>FAILURE TO REMOVE MERCH IN ZONE STATUS AFTER FAILURE TO PRODUCE NEW BOND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1850">
        <xs:annotation>
          <xs:documentation>FAIL TO PROVIDE WRITTEN LIST OF EMPLOYEES, OFF AND PARTIES W/FIN INTEREST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1851">
        <xs:annotation>
          <xs:documentation>RELEASE AND REMOVAL OF MERCHANDISE FROM ZONE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1852">
        <xs:annotation>
          <xs:documentation>FAILURE TO RPT SEAL DISCREP AND/OR FAILURE TO HOLD VEH OR CONT INTACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1853">
        <xs:annotation>
          <xs:documentation>BOND REQUIRED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1854">
        <xs:annotation>
          <xs:documentation>REMOVAL OR DISPOSITION PURSUANT TO REGULATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1855">
        <xs:annotation>
          <xs:documentation>DISPOSITION GENERALLY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1856">
        <xs:annotation>
          <xs:documentation>DECLARATIONS REQUIRED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1857">
        <xs:annotation>
          <xs:documentation>COLLECTION OF INTERNAL REVENUE TAXES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1858">
        <xs:annotation>
          <xs:documentation>COLLECTION OF INTERNAL REVENUE TAXES ON CIGARS AND CIGARETTES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1859">
        <xs:annotation>
          <xs:documentation>VEHICLES, AIRCRAFT, BOATS, TEAMS, AND SADDLE HORSES TAKEN ABROAD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1860">
        <xs:annotation>
          <xs:documentation>PERSONAL PENALTIES FOR UNLAWFUL LADING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1861">
        <xs:annotation>
          <xs:documentation>SAMPLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1862">
        <xs:annotation>
          <xs:documentation>FAILURE OF CES TO DELIVER RETAIN MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1863">
        <xs:annotation>
          <xs:documentation>ENFORCEMENT FOR OTHER AGENCIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1864">
        <xs:annotation>
          <xs:documentation>SEIZURE FOR VIOLATION OF LAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1865">
        <xs:annotation>
          <xs:documentation>RECORDKEEPING, INSPECTION, EXAMINATION AND SEARCH</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1866">
        <xs:annotation>
          <xs:documentation>RESPONSIBILITY AND AUTHORITY FOR SEIZURES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1867">
        <xs:annotation>
          <xs:documentation>SUMMARY FORFEITURE OF SCHEDULE I CONTROLLED SUBSTANCES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1868">
        <xs:annotation>
          <xs:documentation>RECORD RETENTION PERIOD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1869">
        <xs:annotation>
          <xs:documentation>PRODUCTION AND EXAMINATION OF ENTRY AND OTHE RECORDS AND WITNESSES;PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1870">
        <xs:annotation>
          <xs:documentation>SPECIAL CASES ACTED ON BY FINES, PENALTIES, AND FORFEITURES OFFICER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1871">
        <xs:annotation>
          <xs:documentation>NONPRODUCTION OF DOCUMENTS IN GENERAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1872">
        <xs:annotation>
          <xs:documentation>NONPRODUCTION OF COMMERCIAL INVOICES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1873">
        <xs:annotation>
          <xs:documentation>RECEIPT BY CARRIER;MANIFEST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1874">
        <xs:annotation>
          <xs:documentation>RECEIPT BY CARRIER;MANIFEST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1875">
        <xs:annotation>
          <xs:documentation>RESTRICTED AND PROHIBITED MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1876">
        <xs:annotation>
          <xs:documentation>NARCOTICS AND OTHER ARTICLES PROHIBITED ADMISSION INTO THE U.S.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1877">
        <xs:annotation>
          <xs:documentation>TRANSSHIPMENT; TRANSFER BY BONDED CARTMAN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1878">
        <xs:annotation>
          <xs:documentation>LADING FOR EXPORTATION, RECERTIFICATION OF.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1879">
        <xs:annotation>
          <xs:documentation>LIABILITY FOR SHORTAGE, IRREGULAR DELIVERY OR NONDELIVERY;PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1880">
        <xs:annotation>
          <xs:documentation>COLLECTION AND WAIVER OR REDUCTION OF DUTY UNDER DUTY-DEFERRAL PROGRAM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1881">
        <xs:annotation>
          <xs:documentation>COLLECTION AND WAIVER OR REDUCTION OF DUTY UNDER DUTY-DEFERRAL PROGRAMS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1882">
        <xs:annotation>
          <xs:documentation>UNAUTHORIZED MANIPULATION (BONDED WAREHOUSE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1883">
        <xs:annotation>
          <xs:documentation>UNAUTHORIZED MANIPULATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1884">
        <xs:annotation>
          <xs:documentation>FAILURE TO KEEP MANIPULATION RECORDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1885">
        <xs:annotation>
          <xs:documentation>FAILURE TO PROVIDE THE SUMM STATEMENT OF WITHDRAWALS AFTER MANIPULATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1886">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAINTAIN SUFFICIENT RECS OTHER THAN THOSE IN PERMIT FILE FOLDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1887">
        <xs:annotation>
          <xs:documentation>FAIL TO MAINT SEP PERMIT FOLDER FOR EACH BOND LOT NUMBER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1888">
        <xs:annotation>
          <xs:documentation>UNTIMELY ORAL OR WRITTEN NOTIFICATION OF THEFT, OVERAGE, SHORTAGE OR DAMAGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1889">
        <xs:annotation>
          <xs:documentation>FAIL TO FILE PERMIT FILE FOLDER W/CUSTOMS W/IN 30 BUS DAYS OF FINAL WITHDRAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1890">
        <xs:annotation>
          <xs:documentation>FAIL TO FILE THE WAREHOUSE PROPRIETORS SUBMISSION REPORT CF-300</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1891">
        <xs:annotation>
          <xs:documentation>UNAUTHORIZED DISCLOSURE OF PROPRIETARY INFORMATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1892">
        <xs:annotation>
          <xs:documentation>FAIL TO MAINT PERMIT FILE FOLDER IN SECURE AREA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1893">
        <xs:annotation>
          <xs:documentation>FAIL TO MAINTAIN REQUIRED SECURITY STANDARDS AND SPECIFICATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1894">
        <xs:annotation>
          <xs:documentation>FAIL TO SECURE INLETS/OUTLETS OF BONDED TANKS W/LOCKS OR CUSTOMS APPR SEALS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1895">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAINTAIN SAFE AND SANITARY STORAGE FACILITIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1896">
        <xs:annotation>
          <xs:documentation>FAIL TO MARK EACH PACKAGE W/CORRECT ID NUMBER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1898">
        <xs:annotation>
          <xs:documentation>MANUFACTURING WAREHOUSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1899">
        <xs:annotation>
          <xs:documentation>SMELTING AND REFINING WAREHOUSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1900">
        <xs:annotation>
          <xs:documentation>FAILURE TO PAY ANNUAL FEE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1901">
        <xs:annotation>
          <xs:documentation>BONDED STORAGE OF IMPORTED WHEAT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1902">
        <xs:annotation>
          <xs:documentation>UNAUTHORIZED CHANGE IN LOCATION OR OPERATION OF WAREHOUSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1903">
        <xs:annotation>
          <xs:documentation>FAILURE TO DISPLAY REQUIRED NOTICE TO CUSTOMERS REGARDING DUTY FREE PURCHASE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1904">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAINTAIN REQ SECURITY STANDARDS/SPECIFICATIONS IN DUTY FREE SALES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1905">
        <xs:annotation>
          <xs:documentation>WITHDRAWAL OF MERCHANDISE WITHOUT AUTHORIZATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1906">
        <xs:annotation>
          <xs:documentation>RELEASE OF MERCHANDISE WITHOUT AUTHORIZATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1907">
        <xs:annotation>
          <xs:documentation>FAILURE TO ESTABLISH OR FOLLOW PROCEDURE FOR DELIVERY OF MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1908">
        <xs:annotation>
          <xs:documentation>FAILURE TO ESTABLISH/FOLLOW PROCEDURES FOR DEL OF PERS USE QUANTITIES MERCH</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1909">
        <xs:annotation>
          <xs:documentation>FAIL TO FOLLOW REQ FOR MARKING ITEMS SOLD IN A DUTY STORE PRIOR TO SALE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1910">
        <xs:annotation>
          <xs:documentation>FAIL TO PROPERLY MARK DOMESTIC MERCH/MERCH PREVIOUSLY ENTERED OR W/O CONSUMP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1911">
        <xs:annotation>
          <xs:documentation>UNAUTHORIZED SALE OF DUTY FREE MERCHANDISE AT AIRPORTS AND SEAPORTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1912">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAINTAIN REQUIRED INVENTORY RECORDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1913">
        <xs:annotation>
          <xs:documentation>UNAUTHORIZED DELIVERY OR REMOVAL OF MERCHANDISE TO OR FROM A CRIB</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1914">
        <xs:annotation>
          <xs:documentation>FAILURE OF DELIVERY VEHICLES TO CARRY TRANSFER DOCUMENT/INVENTORY RECORDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1915">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAINTAIN CRIB MOVEMENT RECORDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1916">
        <xs:annotation>
          <xs:documentation>UNAUTHORIZED DELIVERY FOR EXPORT - DFS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1917">
        <xs:annotation>
          <xs:documentation>UNAUTHORIZED DELIVERY AT LANDBORDER LOCATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1918">
        <xs:annotation>
          <xs:documentation>UNAUTHORIZED DELIVERY AT SEAPORT LOCATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1919">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAINTAIN LADING MANIFEST LISTS AND CERTIFICATES OF EXPORTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1920">
        <xs:annotation>
          <xs:documentation>FAILURE TO USE A BONDED CARTMAN OR ALTERNATE CUSTOMS-APPROVED METHOD OF DEL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1921">
        <xs:annotation>
          <xs:documentation>UNAUTHORIZED RECEIPT OF MERCHANDISE (BONDED WAREHOUSE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1922">
        <xs:annotation>
          <xs:documentation>UNAUTHORIZED RELOCATION OR ALTERATION OF CONTAINER STATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1923">
        <xs:annotation>
          <xs:documentation>FAILURE TO NOTIFY CUSTOMS WITHIN 10 WORKING DAYS OF EMPLOYEES TERMINATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1924">
        <xs:annotation>
          <xs:documentation>FAILURE TO PROVIDE PROPER SECURITY FOR CARGO</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1925">
        <xs:annotation>
          <xs:documentation>UNAUTHORIZED RECEIPT OF MERCHANDISE (BONDED WAREHOUSE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1926">
        <xs:annotation>
          <xs:documentation>RECEIPT OF UNAUTHORIZED MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1927">
        <xs:annotation>
          <xs:documentation>UNAUTHORIZED WITHDRAWAL OF REMOVAL OF MERCHANDISE, INCLUDING THEFT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1928">
        <xs:annotation>
          <xs:documentation>UNAUTHORIZED WITHDRAWAL/REMOVAL OF MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1929">
        <xs:annotation>
          <xs:documentation>FAIL TO SEGREGATE OR MARK MERCH FOR WHICH A WITHDRAWAL PERMIT HAS BEEN ISSUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1930">
        <xs:annotation>
          <xs:documentation>WITHDRAWAL/REMOVAL OF MERCH PRIOR TO PREP OF SUPPLEMENTARY WITHDRAWALS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1931">
        <xs:annotation>
          <xs:documentation>FAILURE TO COMPLETE BLANKET PERMIT SUMMARY AND INCLUDE IN PERMIT FILE FOLDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1932">
        <xs:annotation>
          <xs:documentation>FAILURE TO RPT TO CUSTOMS ANY SEAL BROKEN, MISSING OR IMPROPERLY AFFIXED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1933">
        <xs:annotation>
          <xs:documentation>EXPORT CONTROL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1934">
        <xs:annotation>
          <xs:documentation>REQUIREMENTS FOR EXPORTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1935">
        <xs:annotation>
          <xs:documentation>PENALTIES; EXPORT CONTROL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1936">
        <xs:annotation>
          <xs:documentation>PENALTY; WHOEVER KNOWINGLY EXPORTS/IMPORTS IN VIOLATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1937">
        <xs:annotation>
          <xs:documentation>LIABILITY OF CARRIERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1938">
        <xs:annotation>
          <xs:documentation>BOARDING WITHOUT AUTHORIZATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1939">
        <xs:annotation>
          <xs:documentation>BOARDING WITHOUT AUTHORIZATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1940">
        <xs:annotation>
          <xs:documentation>LAY ORDER; GENERAL ORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1941">
        <xs:annotation>
          <xs:documentation>FAILS TO TIMELY NOTIFY CUSTOMS OF UNENTERED MERCHANDISE-IMPORTED BY SEA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1942">
        <xs:annotation>
          <xs:documentation>FAILS TO TIMELY NOTIFY CUSTOMS OF UNENTERED MERCHANDISE-IMPORTED BY SEA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1943">
        <xs:annotation>
          <xs:documentation>FAILS TO TIMELY NOTIFY BONDED WAREHOUSE OF UNENTERED MDSE-IMPORTED BY SEA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1944">
        <xs:annotation>
          <xs:documentation>FAILURE TO COLLECT G.O. MERCHANDISE - IF IMPORTED BY SEA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1945">
        <xs:annotation>
          <xs:documentation>REDELIVERY OF MERCHANDISE REMOVED FROM PLACE OF LADING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1946">
        <xs:annotation>
          <xs:documentation>DEPARTURE OR UNLADING BEFORE REPORT OR ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1947">
        <xs:annotation>
          <xs:documentation>SHALL NOT DEPART WITHOUT MAKING ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1948">
        <xs:annotation>
          <xs:documentation>INWARD FOREIGN MANIFEST - PRODUCTION ON DEMAND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1949">
        <xs:annotation>
          <xs:documentation>INWARD MANIFEST; INFORMATION REQUIRED; ALTERNATIVE FORMS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1950">
        <xs:annotation>
          <xs:documentation>INCOMPLETE MANIFEST;INCOMPLETE EXPORT DECLARATIONS;BOND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1951">
        <xs:annotation>
          <xs:documentation>ENTRY FOR CONSUMPTION - ESTIMATED PRODUCTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1952">
        <xs:annotation>
          <xs:documentation>FAILURE TO REDELIVER;TRADEMARK;CONFUSINGLY SIMILAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1953">
        <xs:annotation>
          <xs:documentation>FAILURE TO REDELIVER;TRADEMARK;CONFUSINGLY SIMILAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1954">
        <xs:annotation>
          <xs:documentation>REVISED TARIFF SCHEDULES (TARIFF ACT OF 1930)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1955">
        <xs:annotation>
          <xs:documentation>OTHER AIR COMMERCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1956">
        <xs:annotation>
          <xs:documentation>MARKING OF IMPORTED ARTICLES AND CONTAINERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1957">
        <xs:annotation>
          <xs:documentation>MARKING OF ARTICLES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1958">
        <xs:annotation>
          <xs:documentation>MARKING OF CERTAIN PIPE AND FITTINGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1959">
        <xs:annotation>
          <xs:documentation>ADDITIONAL DUTIES FOR FAILURE TO MARK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1960">
        <xs:annotation>
          <xs:documentation>MARKING PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1961">
        <xs:annotation>
          <xs:documentation>A PURCHASE/IMPORTATION MUST KNOW COUNTRY OF ORIGIN EVEN IF NOT MARKED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1962">
        <xs:annotation>
          <xs:documentation>IMMORAL ARTICLES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1963">
        <xs:annotation>
          <xs:documentation>CONVICT MADE GOODS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1964">
        <xs:annotation>
          <xs:documentation>ITC EXCLUSION AND SEIZURE ORDER; UNFAIR IMPORT TRADE PRACTICES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1965">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (ADMINISTRATIVE PROVISIONS - MISCELLANEOUS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1966">
        <xs:annotation>
          <xs:documentation>MANIFESTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1967">
        <xs:annotation>
          <xs:documentation>MANIFEST TO SPECIFY SEA AND SHIPS STORES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1968">
        <xs:annotation>
          <xs:documentation>CUSTOM DUTIES;TARIFF ACT OF 1930;REPORT ARRIVAL OF VESSELS,VEHICLES,AIRCRAFT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1969">
        <xs:annotation>
          <xs:documentation>VESSEL ARRIVAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1970">
        <xs:annotation>
          <xs:documentation>VEHICLE ARRIVAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1971">
        <xs:annotation>
          <xs:documentation>AIRCRAFT ARRIVAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1972">
        <xs:annotation>
          <xs:documentation>PRESENTATION OF DOCUMENTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1973">
        <xs:annotation>
          <xs:documentation>PROHIBITION ON DEPARTURES AND DISCHARGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1974">
        <xs:annotation>
          <xs:documentation>ENTRY OF AMERICAN VESSELS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1975">
        <xs:annotation>
          <xs:documentation>FOREIGN VESSEL ARRIVAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1976">
        <xs:annotation>
          <xs:documentation>FAILURE TO REPORT OR ENTER VESSEL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1977">
        <xs:annotation>
          <xs:documentation>UNLAWFUL ACTS (FAILURE TO REPORT OR ENTER VESSEL)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1978">
        <xs:annotation>
          <xs:documentation>FAILURE TO COMPLY WITH SECTION 1433</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1979">
        <xs:annotation>
          <xs:documentation>PRESENT ANY FORGED/ALTERED/FALSE DOCUMENT TO CUSTOMS OFFICER UNDER 1433D</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1980">
        <xs:annotation>
          <xs:documentation>CIVIL PENALTY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1981">
        <xs:annotation>
          <xs:documentation>ADDITIONAL CIVIL PENALTY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1982">
        <xs:annotation>
          <xs:documentation>DELIVERY OF MANIFEST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1983">
        <xs:annotation>
          <xs:documentation>CORRECTION OF MANIFEST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1984">
        <xs:annotation>
          <xs:documentation>CARGO FOR DIFFERENT PORTS; MANIFEST AND PERMIT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1985">
        <xs:annotation>
          <xs:documentation>ARRIVAL AT ANOTHER PORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1986">
        <xs:annotation>
          <xs:documentation>PENALTIES FOR FAILURE TO HAVE PERMIT AND CERTIFIED MANIFEST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1987">
        <xs:annotation>
          <xs:documentation>UNLADING OF VESSELS AND VEHICLES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1988">
        <xs:annotation>
          <xs:documentation>LADING/UNLADING WITHOUT A PERMIT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1989">
        <xs:annotation>
          <xs:documentation>PENALTY - UNLADING PASSENGERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1990">
        <xs:annotation>
          <xs:documentation>OBSTRUCTION OF CUSTOMS OFFICER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1991">
        <xs:annotation>
          <xs:documentation>FAILURE TO REPORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1992">
        <xs:annotation>
          <xs:documentation>REPORTING REQUIREMENTS FOR INDIVIDUALS ARRIVING OTHER THEN BY CONVEYANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1993">
        <xs:annotation>
          <xs:documentation>REPORTING REQUIREMENTS FOR INDIVIDUALS ARRIVING BY REPORTED CONVEYANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1994">
        <xs:annotation>
          <xs:documentation>REPORTING REQUIREMENTS FOR INDIVIDUALS ARRIVING BY UNREPORTED CONVEYANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1995">
        <xs:annotation>
          <xs:documentation>REPORTING REQUIREMENTS FOR DEPARTURE FROM DESIGNATED CUSTOMS FACILITIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1996">
        <xs:annotation>
          <xs:documentation>REPORTING REQUIREMENTS FOR UNLAWFUL ACTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1997">
        <xs:annotation>
          <xs:documentation>REPORTING REQUIREMENTS FOR CIVIL PENALTY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1998">
        <xs:annotation>
          <xs:documentation>REPORTING REQUIREMENTS FOR CRIMINAL PENALTY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1999">
        <xs:annotation>
          <xs:documentation>INSPECTION OF MERCHANDISE AND BAGGAGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>ILLEGAL ENTRY INTO UNITED STATES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="20">
        <xs:annotation>
          <xs:documentation>** 2/MORE CONVICT/SENT >= 5 YEARS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="200">
        <xs:annotation>
          <xs:documentation>COMMUNICABLE DISEASE OF PUBLIC HEALTH SIGNIFICANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2000">
        <xs:annotation>
          <xs:documentation>FORFEITURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2001">
        <xs:annotation>
          <xs:documentation>EQUIPMENT AND REPAIRS OF VESSELS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2002">
        <xs:annotation>
          <xs:documentation>SPECIAL INSPECTION, EXAMINATION AND SEARCH</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2003">
        <xs:annotation>
          <xs:documentation>INVOICE; CONTENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2004">
        <xs:annotation>
          <xs:documentation>ENTRY OF MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2005">
        <xs:annotation>
          <xs:documentation>REQUIRE ALL DOCUMENTATION BE FILED W/CUSTOMS PRIOR TO ENTRY OF MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2006">
        <xs:annotation>
          <xs:documentation>RECONCILIATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2007">
        <xs:annotation>
          <xs:documentation>STATISTICAL ENUMERATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2008">
        <xs:annotation>
          <xs:documentation>DOCUMENTATION TO BE FILED WITH CUSTOMS OFFICER UPON ENTRY OR WITHIN 10 DAYS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2009">
        <xs:annotation>
          <xs:documentation>DECLARATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="201">
        <xs:annotation>
          <xs:documentation>NO DOCUMENTATION TO PROVE VACCINATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2010">
        <xs:annotation>
          <xs:documentation>DESTRUCTION OF ABANDONED OR FORFEITED MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2011">
        <xs:annotation>
          <xs:documentation>PARTNERSHIP BOND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2012">
        <xs:annotation>
          <xs:documentation>INSPECTION OF BAGGAGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2013">
        <xs:annotation>
          <xs:documentation>FAILURE TO DECLARE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2014">
        <xs:annotation>
          <xs:documentation>PENALTIES FOR FAILURE TO DECLARE IN GENERAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2015">
        <xs:annotation>
          <xs:documentation>ENTRY UNDER REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2016">
        <xs:annotation>
          <xs:documentation>EXAMINATION OF MERCHANDISE; INVOICE OMISSION WITH FRAUDULENT INTENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2017">
        <xs:annotation>
          <xs:documentation>PAYMENT OF DUTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2018">
        <xs:annotation>
          <xs:documentation>EXAMINATION OF BOOKS AND WITNESSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2019">
        <xs:annotation>
          <xs:documentation>TRADEMARK VIOLATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="202">
        <xs:annotation>
          <xs:documentation>PHYSICAL OR MENTAL DISORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2020">
        <xs:annotation>
          <xs:documentation>PROHIBITED IMPORT OF MERCHANDISE BEARING AMERICAN TRADEMARK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2021">
        <xs:annotation>
          <xs:documentation>PROHIBITED IMPORT OF FOREIGN GOODS W/TRADEMARK OWNED/REGISTERED IN THE US</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2022">
        <xs:annotation>
          <xs:documentation>PROHIBITED IMPORTATION; INJUNCTION AND DAMAGES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2023">
        <xs:annotation>
          <xs:documentation>PROHIBITED IMPORT OF MERCHANDISE BEARING COUNTERFEIT TRADEMARK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2024">
        <xs:annotation>
          <xs:documentation>MERCHANDISE BEARING AMERICAN TRADEMARK - CIVIL PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2025">
        <xs:annotation>
          <xs:documentation>PROHIBITED IMPORT OF WILD MAMMALS/BIRDS DEAD/ALIVE IN VIOLATION FOREIGN LAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2026">
        <xs:annotation>
          <xs:documentation>ENTRY FOR TRANSPORTATION AND EXPORTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2027">
        <xs:annotation>
          <xs:documentation>BOARDING VESSELS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2028">
        <xs:annotation>
          <xs:documentation>PENALTY FOR FAILURE TO STOP AT COMMAND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2029">
        <xs:annotation>
          <xs:documentation>SEIZURE OF VESSEL OR MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="203">
        <xs:annotation>
          <xs:documentation>RECURRING PHYSICAL OR MENTAL DISORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2030">
        <xs:annotation>
          <xs:documentation>DUTY OF CUSTOMS OFFICER TO SEIZE VESSEL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2031">
        <xs:annotation>
          <xs:documentation>SEARCH OF PERSONS AND BAGGAGE REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2032">
        <xs:annotation>
          <xs:documentation>FALSITY OF LACK OF MANIFEST; PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2033">
        <xs:annotation>
          <xs:documentation>MASTER OF VESSEL FOUND WITH CONTROLLED SUBSTANCE SHALL BE LIABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2034">
        <xs:annotation>
          <xs:documentation>MASTER OF VESSEL FOUND WITH CONTROLLED SUBSTANCE SHALL BE LIABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2035">
        <xs:annotation>
          <xs:documentation>DEPARTURE BEFORE REPORT OR ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2036">
        <xs:annotation>
          <xs:documentation>UNLAWFUL UNLADING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2037">
        <xs:annotation>
          <xs:documentation>UNLAWFUL UNLANDING OF MERCHANDISE IN CUSTOMS WATER BEFORE PROPER DISCHARGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2038">
        <xs:annotation>
          <xs:documentation>UNLAWFUL TRANSSHIPMENT; PROHIBITED MERCHANDISE FOR PURPOSE OF UNLAWFUL ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2039">
        <xs:annotation>
          <xs:documentation>UNLAWFUL TRANSSHIPMENT; PROHIBITED MERCHANDISE FOR PURPOSE OF UNLAWFUL ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="204">
        <xs:annotation>
          <xs:documentation>DRUG ABUSER OR ADDICT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2040">
        <xs:annotation>
          <xs:documentation>LIABILITY OF RECEIVING VESSEL IN UNLAWFUL TRANSSHIPMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2041">
        <xs:annotation>
          <xs:documentation>IMPRISIONMENT OF PERSONS AIDING IN UNLAWFUL UNLAIDING OR TRANSSHIPMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2042">
        <xs:annotation>
          <xs:documentation>EXAMINATION OF HOVERING VESSELS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2043">
        <xs:annotation>
          <xs:documentation>ENFORCEMENT AUTHORITY OF CUSTOMS OFFICER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2044">
        <xs:annotation>
          <xs:documentation>AVIATION SMUGGLING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2045">
        <xs:annotation>
          <xs:documentation>UNLAWFUL FOR PILOT/INDIVIDUAL TO INTRODUCE GOODS INTO US CONTRARY TO LAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2046">
        <xs:annotation>
          <xs:documentation>AVIATION SMUGGLING; SEIZURE AND FORFEITURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2047">
        <xs:annotation>
          <xs:documentation>INTEND TO TRANSFER OF MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2048">
        <xs:annotation>
          <xs:documentation>TRADEMARK - COUNTERFEIT (NOT RECORDED WITH CUSTOMS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2049">
        <xs:annotation>
          <xs:documentation>FRAUD, FALSE INVOICING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205">
        <xs:annotation>
          <xs:documentation>CRIME INVOLVING MORAL TURPITUDE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2050">
        <xs:annotation>
          <xs:documentation>PENALTIES: AIDING UNLAWFUL IMPORTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2051">
        <xs:annotation>
          <xs:documentation>COMMERCIAL FRAUD, GROSS NEGLIGENCE, AND NEGLIGENCE (LIMITED APPLICATION)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2052">
        <xs:annotation>
          <xs:documentation>DEPRIVATION OF LAWFUL DUTIES; CUSTOMS DUTIES (TARIFF ACT OF 1930)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2054">
        <xs:annotation>
          <xs:documentation>COMMERCIAL FRAUD DRAWBACK (1593)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2055">
        <xs:annotation>
          <xs:documentation>SEIZURE OF CONVEYANCE TO SECURE PAYMENT OF PENALTY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2056">
        <xs:annotation>
          <xs:documentation>OWNER/OPERATOR/PERSON IN CHARGE IS SUBJECT TO PENALTY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2057">
        <xs:annotation>
          <xs:documentation>OWNER/OPERATOR/PERSON IN CHARGE IS SUBJECT TO PENALTY FOR VIOLATION OF LAWS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2058">
        <xs:annotation>
          <xs:documentation>PROHIBITED MERCHANDISE ON CONVEYANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2059">
        <xs:annotation>
          <xs:documentation>SEARCH AND SEIZURES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="206">
        <xs:annotation>
          <xs:documentation>CONTROLLED SUBSTANCE CONVICTION PRIOR TO ADMISSION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2060">
        <xs:annotation>
          <xs:documentation>SEIZURE; MERCHANDISE FOUND W/I 10 FT. OF BOUNDRYLINE BETWEEN US AND FOREIGN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2061">
        <xs:annotation>
          <xs:documentation>ENTRY UPON PROPERTY OF OTHERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2062">
        <xs:annotation>
          <xs:documentation>FORFEITURE AND PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2063">
        <xs:annotation>
          <xs:documentation>SEIZURE OF CONVEYANCE OR ARTICLE FACILITATING ILLEGAL IMPORTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2064">
        <xs:annotation>
          <xs:documentation>AIDING/ABETTING ILLEGAL IMPORTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2065">
        <xs:annotation>
          <xs:documentation>ILLEGAL IMPORTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2066">
        <xs:annotation>
          <xs:documentation>STOLEN, SMUGGLED OR CLANDESTINELY INTRODUCED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2067">
        <xs:annotation>
          <xs:documentation>CONTROLLED SUBSTANCE INTRODUCED CONTRARY TO LAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2068">
        <xs:annotation>
          <xs:documentation>CONTRABAND ARTICLE INTRODUCED CONTRARY TO LAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2069">
        <xs:annotation>
          <xs:documentation>PLASTIC EXPLOSIVE INTRODUCED CONTRARY TO LAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="207">
        <xs:annotation>
          <xs:documentation>TWO OR MORE CONVICTIONS AND SENTENCED TO AT LEAST FIVE YEARS IMPRISONMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2070">
        <xs:annotation>
          <xs:documentation>RESTRICTED OR PROH. MERCH. RELATED TO HEALTH, SAFETY OR CONSERVATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2071">
        <xs:annotation>
          <xs:documentation>OGA LICENSABLE MERCHANDISE INTRODUCED CONTRARY TO LAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2072">
        <xs:annotation>
          <xs:documentation>TRADEMARK - COUNTERFEIT (NOT RECORDED WITH CUSTOMS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2073">
        <xs:annotation>
          <xs:documentation>TRADE DRESS MERCHANDISE INTRODUCED CONTRARY TO LAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2074">
        <xs:annotation>
          <xs:documentation>INTENTIONALLY NLM MERCHANDISE INTRODUCED CONTRARY TO LAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2075">
        <xs:annotation>
          <xs:documentation>HABITUAL NLM MERCHANDISE INTRODUCED CONTRARY TO LAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2076">
        <xs:annotation>
          <xs:documentation>MERCHANDISE INTRODUCED BY COUNTERFEIT VISA, PERMIT OR LICENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2077">
        <xs:annotation>
          <xs:documentation>SEARCH/SEIZE AUTHORITY WHEN PROBABLE CAUSE TO BELIEVE IMPORTS W/O DUTY PAID</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2078">
        <xs:annotation>
          <xs:documentation>SEARCH AUTHORITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2079">
        <xs:annotation>
          <xs:documentation>SEIZURE; REPORT TO CUSTOMS OFFICER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="208">
        <xs:annotation>
          <xs:documentation>CONTROLLED SUBSTANCE TRAFFICKER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2080">
        <xs:annotation>
          <xs:documentation>SEIZURE; CUSTODY; STORAGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2081">
        <xs:annotation>
          <xs:documentation>SEIZURE; VALUE $500,000 OR LESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2082">
        <xs:annotation>
          <xs:documentation>SEIZURE; CLAIMS; JUDICIAL CONDEMNATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2083">
        <xs:annotation>
          <xs:documentation>SEIZURE, SALE UNLAWFUL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2084">
        <xs:annotation>
          <xs:documentation>BURDEN OF PROOF IN FORFEITURE PROCEEDINGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2085">
        <xs:annotation>
          <xs:documentation>REMISSION OR MIGRATION OF PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2086">
        <xs:annotation>
          <xs:documentation>UNLAWFUL IMPORT/EXPORT OF CERTAIN VEHICLES, INSPECTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2087">
        <xs:annotation>
          <xs:documentation>UNLAWFUL IMPORTATION/EXPORTATION OF CERTAIL VEHICLES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2088">
        <xs:annotation>
          <xs:documentation>UNLAWFUL IMPORT/EXPORT OF STOLEN, SELF-PROPELLED VEHICLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2089">
        <xs:annotation>
          <xs:documentation>REGULATIONS; VIOLATIONS; PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="209">
        <xs:annotation>
          <xs:documentation>PROSTITUTION WITHIN 10 YEARS OF APPLICATION FOR ADMISSION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2090">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (19USC1627A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2091">
        <xs:annotation>
          <xs:documentation>UNLAWFUL IMPORT/EXPORT OF STOLEN, SELF-PROPELLED VEHICLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2092">
        <xs:annotation>
          <xs:documentation>REMOVAL/ALTER SELF-PROPELLED VEHICLE I.D. NUMBER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2093">
        <xs:annotation>
          <xs:documentation>CUSTOMS BROKERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2094">
        <xs:annotation>
          <xs:documentation>FAILURE TO EXERCISE RESPONSIBLE SUPERVISION/CONTROL ALSO 19USC1641D1C</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2095">
        <xs:annotation>
          <xs:documentation>FAILURE OF CORP, ASSN OR PRTNRSHP TO HAVE 1 VALIDLY LICENSED PERSON 120 DAYS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2096">
        <xs:annotation>
          <xs:documentation>CONDUCTING CUSTOMS BUSINESS WIHTOUT A LICENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2097">
        <xs:annotation>
          <xs:documentation>FAILURE OF PERMITTED BROKER TO EMPLY ONE LICENSED INDIVDL W/IN DIST 180 DAYS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2098">
        <xs:annotation>
          <xs:documentation>FALSE STATEMENT ON LICENSE/PERMIT APPLICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2099">
        <xs:annotation>
          <xs:documentation>FELONY/MISDEMEANOR CONVICTION OF BROKER AFTER FILING LICENSE APPLICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="21">
        <xs:annotation>
          <xs:documentation>** NAZI PERSECUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210">
        <xs:annotation>
          <xs:documentation>PROCURED OR IMPORTED PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2100">
        <xs:annotation>
          <xs:documentation>VIOLATION OF LAWS AND REGULATIONS ENFORCED BY CUSTOMS - BROKER PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2101">
        <xs:annotation>
          <xs:documentation>AIDING AND ABETTING A VIOLATION OF LAW BY ANOTHER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2102">
        <xs:annotation>
          <xs:documentation>EMPLOYMENT OF CONVICTED FELON W/OUT APPROVAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2103">
        <xs:annotation>
          <xs:documentation>DECEIVING, MISLEADING, THREATENING CLIENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2104">
        <xs:annotation>
          <xs:documentation>FAILURE TO EXERCISE RESPONSIBLE SUPERVISION AND CONTROL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2105">
        <xs:annotation>
          <xs:documentation>OTHER AIR COMMERCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2106">
        <xs:annotation>
          <xs:documentation>OTHER AIR COMMERCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2107">
        <xs:annotation>
          <xs:documentation>VIOLATION OF LAW/REGULATIONS FOR CIVIL AIRCRAFT ON ENTRY/CLEARANCE OF VESSEL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2108">
        <xs:annotation>
          <xs:documentation>VIOLATION OF AIR COMMERCE REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2109">
        <xs:annotation>
          <xs:documentation>IMPOSITION OF ANTIDUMPING DUTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="211">
        <xs:annotation>
          <xs:documentation>RECEIVED PROCEEDS OF PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2110">
        <xs:annotation>
          <xs:documentation>REQUIREMENTS FOR ENTRY OF CERTAIN CIGARETTES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2111">
        <xs:annotation>
          <xs:documentation>ENFORCEMENT OF ENTRY OF CERTAIN CIGARETTES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2112">
        <xs:annotation>
          <xs:documentation>ESTABLISHMENT; EXTENT AND DURATION; ENFORCEMENT OF LAWS ADJACENT TO USC WATER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2113">
        <xs:annotation>
          <xs:documentation>SEIZURE AND FORFEITURE OF VESSELS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2114">
        <xs:annotation>
          <xs:documentation>VESSELS SUBJECT TO SEIZURE AND FORFEITURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2115">
        <xs:annotation>
          <xs:documentation>ACTS CONSTITUTING PRIMAFACIE EVIDENCE VESSEL ENGAGED IN SMUGGLING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2116">
        <xs:annotation>
          <xs:documentation>CERTIFICATE: IMPORT OF LIQUORS VIA SML VSL / BOND: LIQUOR DEST FOREIGN PORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2117">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (CRIMES) RACKETEER ORGANIZATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2118">
        <xs:annotation>
          <xs:documentation>ACTS CONSTITUTING PRIMAFACIE EVIDENCE VESSEL ENGAGED IN SMUGGLING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2119">
        <xs:annotation>
          <xs:documentation>EXPORT CERTIFICATION REQIREMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="212">
        <xs:annotation>
          <xs:documentation>UNLAWFUL COMMERCIALIZED VICE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2120">
        <xs:annotation>
          <xs:documentation>FORFEITURE OF ARTICLES UNLAWFULLY IMPORTED INTO UNITED STATES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2121">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (SEXUAL EXPLOITATION OF CHILDREN)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2122">
        <xs:annotation>
          <xs:documentation>IMPORT RESTRICTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2123">
        <xs:annotation>
          <xs:documentation>UNLAWFUL IMPORTATION OF CULTURAL PROPERTY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2124">
        <xs:annotation>
          <xs:documentation>SUBMISSION OF DATA; ACTION TO ENSURE COMPLIANCE WITH FCC REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2125">
        <xs:annotation>
          <xs:documentation>SEARCH OF VEHICLES AND PERSONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2126">
        <xs:annotation>
          <xs:documentation>TIME FOR FILING PRIOR NOTICE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2127">
        <xs:annotation>
          <xs:documentation>METHOD OF SUBMITTING PRIOR NOTICE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2128">
        <xs:annotation>
          <xs:documentation>INFORMATION TO BE INCLUDED IN PRIOR NOTICE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2129">
        <xs:annotation>
          <xs:documentation>SCHEDULES OF CONTROLLED SUBSTANCES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="213">
        <xs:annotation>
          <xs:documentation>EXERCISE OF CRIMINAL IMMUNITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2130">
        <xs:annotation>
          <xs:documentation>SCHEDULE IV</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2131">
        <xs:annotation>
          <xs:documentation>MAINTENANCE OF RECORDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2132">
        <xs:annotation>
          <xs:documentation>PERSONS REQUIRED TO REGISTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2133">
        <xs:annotation>
          <xs:documentation>CONTENTS OF IMPORT DECLARATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2134">
        <xs:annotation>
          <xs:documentation>REQUIREMENT OF AUTHORIZATION TO EXPORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2135">
        <xs:annotation>
          <xs:documentation>REQUIREMENT OF AUTHORIZATION TO IMPORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2136">
        <xs:annotation>
          <xs:documentation>REQUIREMENT OF AUTHORIZATION TO EXPORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2137">
        <xs:annotation>
          <xs:documentation>DISTRIBUTION OF EXPORT DECLARATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2138">
        <xs:annotation>
          <xs:documentation>USE OF CHLOROFLUOROCARBON PROPELLANTS IN SELF-PRESSURIZED CONTAINERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2139">
        <xs:annotation>
          <xs:documentation>CHLOROFLUOROCARBON PROPELLANTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="214">
        <xs:annotation>
          <xs:documentation>ESPIONAGE OR SABOTAGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2140">
        <xs:annotation>
          <xs:documentation>ESTABLISHMENT REGISTRATION AND DEVICE LISTING FOR FOREIGN MANUFACTURERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2141">
        <xs:annotation>
          <xs:documentation>INVESTIGATIONAL DEVICE EXEMPTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2142">
        <xs:annotation>
          <xs:documentation>DUTIES OF THE PRESIDENTS MEDIA COMMISSION ON ALCOHOL/DRUG ABUSE PREVENTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2143">
        <xs:annotation>
          <xs:documentation>SCHEDULE I</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2144">
        <xs:annotation>
          <xs:documentation>SCHEDULE II</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2145">
        <xs:annotation>
          <xs:documentation>SCHEDULE III</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2146">
        <xs:annotation>
          <xs:documentation>SCHEDULE V</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2147">
        <xs:annotation>
          <xs:documentation>IMPORTATION AND EXPORTATION OF PRECURSORS AND ESSENTIAL CHEMICALS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2148">
        <xs:annotation>
          <xs:documentation>SHORT TITLE (FEDERAL FOOD DRUG AND COSMETIC ACT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2149">
        <xs:annotation>
          <xs:documentation>PROHIBITED ACTS IN RESPECT TO FOOD AND DRUGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="215">
        <xs:annotation>
          <xs:documentation>(UNLAWFUL ACTIVITY) CONTROL OR OVERTHROW OF UNITED STATES GOVERNMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2150">
        <xs:annotation>
          <xs:documentation>INTRODUCTION OF FOOD,DRUG,DEVICE, COSMETIC THAT IS ADULTERATED OR MISBRANDED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2151">
        <xs:annotation>
          <xs:documentation>RECEIPT OF ANY FOOD/DRUG/DEVICE OR COSMETIC THAT IS ADULTERATED/MISBRANDED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2152">
        <xs:annotation>
          <xs:documentation>DOING ANY ACT WHICH CAUSES A DRUG TO BECOME COUNTERFEIT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2153">
        <xs:annotation>
          <xs:documentation>ALTERATION,MUTILATION,DESTRUCTION,OBLITERATION OR REMOVAL OF LABELING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2154">
        <xs:annotation>
          <xs:documentation>PENALTIES (FOOD/DRUGS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2155">
        <xs:annotation>
          <xs:documentation>VIOLATIONS OF 21USC331 (FORFEITURE AND ILLEGAL TRAFFICKING IN STEROIDS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2156">
        <xs:annotation>
          <xs:documentation>PRESCRIPTION DRUG MARKETING VIOLATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2157">
        <xs:annotation>
          <xs:documentation>DISTRIBUTION OF OR POSSESSION WITH INTENT TO DISTRIBUTE ANABOLIC STERIODS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2158">
        <xs:annotation>
          <xs:documentation>PROHIBITED DISTRIBUTION OF ANABOLIC STEROIDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2159">
        <xs:annotation>
          <xs:documentation>HEARING BEFORE REPORT OF CRIMINAL VIOLATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="216">
        <xs:annotation>
          <xs:documentation>CONTROL OR OVERTHROW OF UNITED STATES GOVERNMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2160">
        <xs:annotation>
          <xs:documentation>ADULTERATED DRUGS AND DEVICES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2161">
        <xs:annotation>
          <xs:documentation>MISREPRESENTATION OF STRENGTH WHERE DRUG IS UNRECOGNIZED IN COMPENDIUM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2162">
        <xs:annotation>
          <xs:documentation>MISBRANDED DRUGS AND DEVICES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2163">
        <xs:annotation>
          <xs:documentation>FALSE OR MISLEADING LABEL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2164">
        <xs:annotation>
          <xs:documentation>DIRECTIONS FOR USE AND WARNINGS ON LABEL UNLESS LABEL BEARS ADEQUITE DIRECTN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2165">
        <xs:annotation>
          <xs:documentation>EXCEPTIONS IN CASE OF DRUGS AND DEVICES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2166">
        <xs:annotation>
          <xs:documentation>PRESCRIPTIONS BY PHYSICIAN; EXEMPT FROM LABELING AND PRESCRIPTION REQUIREMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2167">
        <xs:annotation>
          <xs:documentation>SALES RESTRICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2168">
        <xs:annotation>
          <xs:documentation>NEW DRUGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2169">
        <xs:annotation>
          <xs:documentation>NECESSITY OF EFFECTIVE APPROVAL OF APPLICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="217">
        <xs:annotation>
          <xs:documentation>ENGAGED IN TERRORIST ACTIVITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2170">
        <xs:annotation>
          <xs:documentation>FOOD AND DRUG AND COSMETIC ACT REGULATIONS AND HEARINGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2171">
        <xs:annotation>
          <xs:documentation>FDA - REFUSAL OF ADMISSION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2172">
        <xs:annotation>
          <xs:documentation>IMPORTS; LIST OF REGISTERED FOREIGN ESTABLISHMENTS; EXAM/REFUSAL OF ADMISSN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2173">
        <xs:annotation>
          <xs:documentation>DISPOSITION OF REFUSED ARTICLES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2174">
        <xs:annotation>
          <xs:documentation>FILING PRIOR NOTICE TO FDA OF ARRIVAL OF FOOD (BTA)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2175">
        <xs:annotation>
          <xs:documentation>CONGRESSIONAL FINDINGS AND DECLARATIONS; CONTROLLED SUBSTANCES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2176">
        <xs:annotation>
          <xs:documentation>CONGRESSIONAL FINDINGS AND DECLARATIONS; PSYCHOTROPIC SUBSTANCES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2177">
        <xs:annotation>
          <xs:documentation>AUTHORITY TO CLASSIFY OR RECLASSIFY CONTROLLED SUBSTANCES BETWEEN SCHEDULES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2178">
        <xs:annotation>
          <xs:documentation>SCHEDULES OF CONTROLLED SUBSTANCES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2179">
        <xs:annotation>
          <xs:documentation>MANUFACTURING, DISTRIBUTING OR DISBURSING OF ANY CONTROLLED SUBSTANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="218">
        <xs:annotation>
          <xs:documentation>LIKELY TO ENGAGE IN TERRORIST ACTIVITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2180">
        <xs:annotation>
          <xs:documentation>UNLAWFUL ACTS - FOOD AND DRUGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2181">
        <xs:annotation>
          <xs:documentation>UNLAWFUL ACTS - TO MANUFACTURE,DISTRIBUTE,DISPENSE A CONTROLLED SUBSTANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2182">
        <xs:annotation>
          <xs:documentation>PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2183">
        <xs:annotation>
          <xs:documentation>PENALTIES - IN CASE OF A CONTROLLED SUBSTANCE IN SCHED I OR II NARCOTIC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2184">
        <xs:annotation>
          <xs:documentation>OFFENSES INVOLVING LISTED CHEMICALS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2185">
        <xs:annotation>
          <xs:documentation>PENALTIES - IN CASE OF A CONTROLLED SUBSTANCE IN SCHED I OR II NARCOTIC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2186">
        <xs:annotation>
          <xs:documentation>PROHIBITED ACTS AND FOOD AND DRUGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2187">
        <xs:annotation>
          <xs:documentation>USE OF COMMUNICATION DEVICE DURING FELONY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2188">
        <xs:annotation>
          <xs:documentation>UNLAWFUL TO DISTRIBUTE LIST I CHEMICALS WITHOUT REGISTRATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2189">
        <xs:annotation>
          <xs:documentation>UNLAWFUL USE OF COMMUNICATION FACILITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="219">
        <xs:annotation>
          <xs:documentation>INCITED TERRORIST ACTIVITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2190">
        <xs:annotation>
          <xs:documentation>SIMPLE POSSESSION OF ANY CONTROLLED SUBSTANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2191">
        <xs:annotation>
          <xs:documentation>UNLAWFUL ACTS; PENALTIES (FOOD/DRUGS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2192">
        <xs:annotation>
          <xs:documentation>DISTRIBUTION TO PERSONS UNDER AGE TWENTY-ONE (FIRST OFFENSE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2193">
        <xs:annotation>
          <xs:documentation>EMPLOYMENT OF PERSONS UNDER 18 YEARS OF AGE UNLAWFULNESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2194">
        <xs:annotation>
          <xs:documentation>ATTEMPT OR CONSPIRACY TO VIOLATE ABOVE (841 ETC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2195">
        <xs:annotation>
          <xs:documentation>CONTINUING CRIMINAL ENTERPRISE PENALTIES; FORFEITURES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2196">
        <xs:annotation>
          <xs:documentation>PROCEEDINGS TO ESTABLISH PRIOR CONVICTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2197">
        <xs:annotation>
          <xs:documentation>APPLICATION OF TREATIES AND OTHER INTERNATIONAL AGREEMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2198">
        <xs:annotation>
          <xs:documentation>CRIMINAL FORFEITURES; PROPERTY SUBJECT TO CRIMINAL FORFEITURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2199">
        <xs:annotation>
          <xs:documentation>PERSON CONVICTED OF A VIOLATION W/PROPERTY CONSTITUTING/DERIVED FROM PROCEED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="22">
        <xs:annotation>
          <xs:documentation>** AGGRAVATED FELONY-2 POSS DRUGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="220">
        <xs:annotation>
          <xs:documentation>REPRESENTATIVE OF FOREIGN TERRORIST ORGANIZATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2200">
        <xs:annotation>
          <xs:documentation>INVESTMENT OF ILLICIT DRUG PROFITS PROHIBITION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2201">
        <xs:annotation>
          <xs:documentation>ESTABLISHMENT OF MANUFACTURING OPERATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2202">
        <xs:annotation>
          <xs:documentation>IMPORTATION OF DRUG PARAPHENALIA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2203">
        <xs:annotation>
          <xs:documentation>UNLAWFUL ACTS - IMPORTATION OF DRUG PARAPHENALIA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2204">
        <xs:annotation>
          <xs:documentation>UNLAWFUL ACTS - USING THE POSTAL SERVICE TO SELL DRUG PARAPHENALIA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2205">
        <xs:annotation>
          <xs:documentation>DISTRIBUTION / MANUFACTURING IN OR NEAR SCHOOLS AND COLLEGES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2206">
        <xs:annotation>
          <xs:documentation>UNLAWFUL TO EMPLOY, HIRE OR USE PERSONS UNDER 18 YRS IN DRUG OPERATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2207">
        <xs:annotation>
          <xs:documentation>DRUG PARAPHERNALIA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2208">
        <xs:annotation>
          <xs:documentation>FORFEITURE PROVISIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2209">
        <xs:annotation>
          <xs:documentation>ALL CONTROLLED SUBSTANCES WHICH HAVE BEEN MANUFACTURED/DISTRIBUTED/DISPENSED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="221">
        <xs:annotation>
          <xs:documentation>MEMBER OF FOREIGN TERRORIST ORGANIZATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2210">
        <xs:annotation>
          <xs:documentation>ALL RAW MATERIAL/PRODUCTS/EQUIPMENT USED TO MANUFACTURE CONTROLLED SUBSTANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2211">
        <xs:annotation>
          <xs:documentation>ALL PROPERTY WHICH IS USED OR INTENDED FOR USE AS A CONTAINER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2212">
        <xs:annotation>
          <xs:documentation>SUBJECT PROPERTY - ALL CONVEYANCES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2213">
        <xs:annotation>
          <xs:documentation>ALL BOOKS/RECORDS/RESEARCH INCLUDING FORMULAS/MICROFILM/TAPES/DATA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2214">
        <xs:annotation>
          <xs:documentation>SUBJECT PROPERTY - ALL MONEYS, NEGOTIABLE INSTRUMENTS, SECURITIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2215">
        <xs:annotation>
          <xs:documentation>ALL REAL PROPERTY INCLUDING ANY RIGHT, TITLE OR INTEREST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2216">
        <xs:annotation>
          <xs:documentation>SEIZURE - INCIDENT TO AN ARREST OR SEARCH UNDER WARRANT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2217">
        <xs:annotation>
          <xs:documentation>FORFEITURES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2218">
        <xs:annotation>
          <xs:documentation>REFUSAL TO TESTIFY UNDER IMMUNITY AND PRIVILAGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2219">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (IMPORT AND EXPORT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="222">
        <xs:annotation>
          <xs:documentation>ADVERSE FOREIGN POLICY CONSEQUENCES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2220">
        <xs:annotation>
          <xs:documentation>UNLAWFUL IMPORTATION OF HER., COC., MAR., HAS.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2221">
        <xs:annotation>
          <xs:documentation>CONTROLLED SUBST IN SCH I AND II AND NARCOTIC DRUGS IN SCH III AND IV OR V EXCEPT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2222">
        <xs:annotation>
          <xs:documentation>CONT. SUB. THAT THE AG FINDS NECESSARY FOR MEDICAL,SCIENTIFIC,OR OTHER NEEDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2223">
        <xs:annotation>
          <xs:documentation>IMPORTATION OF NONNARCOTIC CONTROLLED SUBSTANCES IN SCHED III, IV OR V</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2224">
        <xs:annotation>
          <xs:documentation>UNLAWFUL EXPORTATION OF HER., COC., MAR., HAS.,</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2225">
        <xs:annotation>
          <xs:documentation>EXPORTATION OF NARCOTIC DRUGS IN SCHED I, II, III OR IV</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2226">
        <xs:annotation>
          <xs:documentation>TRANSSHIPMENT OF CONT. SUBSTANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2227">
        <xs:annotation>
          <xs:documentation>POSS OF CONT SUB. ABOARD VESSELS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2228">
        <xs:annotation>
          <xs:documentation>INDIVIDUAL POSSESSING CONTROLLED SUBSTANCES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2229">
        <xs:annotation>
          <xs:documentation>PERSONS REQUIRED TO REGISTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="223">
        <xs:annotation>
          <xs:documentation>IMMIGRANT WITH COMMUNIST OR TOTALITARIAN AFFILIATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2230">
        <xs:annotation>
          <xs:documentation>POSSESSION, MANUFACTURE, OR DISTRIBUTION OF CONTROLLED SUBSTANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2231">
        <xs:annotation>
          <xs:documentation>PENALTIES FOR 952, 953, OR 959</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2232">
        <xs:annotation>
          <xs:documentation>UNLAWFUL ACTS - KNOWINGLY IMPORT/EXPORT CONTROLLED SUBSTANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2233">
        <xs:annotation>
          <xs:documentation>PERSON WHO CONTRARY TO 952, 953 OR 957</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2234">
        <xs:annotation>
          <xs:documentation>PENALTIES FOR KNOWINGLY IMPORTING/EXPORTING CONTROLLED SUBSTANCES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2235">
        <xs:annotation>
          <xs:documentation>IN CASE OF VIOLATION, 1000 KILOGRAMS OR MORE OF SUBSTANCE DETECTABLE MAR.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2236">
        <xs:annotation>
          <xs:documentation>IN CASE OF VIOLATION (PENALTY)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2237">
        <xs:annotation>
          <xs:documentation>IN CASE OF VIOLATION OF SUBSECTION INVOLVING DRUGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2238">
        <xs:annotation>
          <xs:documentation>IN CASE OF VIOLATION UNDER SUBSECTION INVOLVING CONTROLLED SUB IN SCH I/II</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2239">
        <xs:annotation>
          <xs:documentation>LESS THAN 50 KILOGRAMS OF MARIHUANA EXCEPT IN CASE OF 100 PLANTS OR MORE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="224">
        <xs:annotation>
          <xs:documentation>NAZI PERSECUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2240">
        <xs:annotation>
          <xs:documentation>PENALTIES FOR 954</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2241">
        <xs:annotation>
          <xs:documentation>SECOND OR SUBSEQUENT OFFENSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2242">
        <xs:annotation>
          <xs:documentation>ATTEMPT OR CONSPIRACY TO VIOLATE ABOVE(952, ETC.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2243">
        <xs:annotation>
          <xs:documentation>NOTIFICATION;SUSPENSION OF SHIPMENT;PENALTIES ON IMPORT/EXPORT OF CHEMICALS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2244">
        <xs:annotation>
          <xs:documentation>GENERAL, BACKGROUND AND DEFINITIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2245">
        <xs:annotation>
          <xs:documentation>GENERAL, PURPOSE, BACKGROUND AND DEFINITIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2246">
        <xs:annotation>
          <xs:documentation>THE UNITES STATES MUNITIONS LIST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2247">
        <xs:annotation>
          <xs:documentation>GENERAL; THE UNITED STATES MUNITIONS LIST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2248">
        <xs:annotation>
          <xs:documentation>ARTICLES/AERVICES/RELATED TECHNICAL DATA DESIGNATED AS DEFENSE ARTICLES/SVCS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2249">
        <xs:annotation>
          <xs:documentation>APPARATUS AND DEVICES UNDER CATEGORY IVC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="225">
        <xs:annotation>
          <xs:documentation>GENOCIDE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2250">
        <xs:annotation>
          <xs:documentation>FIREARMS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2251">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (FIREARMS), RIFLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2252">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (FIREARMS), CARBINE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2253">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (FIREARMS), PISTOL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2254">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (FIREARMS), REVOLVER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2255">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (FIREARMS), SUBMACHINE GUN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2256">
        <xs:annotation>
          <xs:documentation>MANUFACTURERS AND EXPORTERS REGISTRATION REQUIREMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2257">
        <xs:annotation>
          <xs:documentation>LICENSE FOR THE EXPORT OF DEFENSE ARTICLES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2258">
        <xs:annotation>
          <xs:documentation>REQUIREMENT FOR EXPORT LICENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2259">
        <xs:annotation>
          <xs:documentation>EXPORTER MUST OBTAIN LICENCE FROM OFFICE OF MUNITIONS PRIOR TO EXPORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="226">
        <xs:annotation>
          <xs:documentation>PUBLIC CHARGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2260">
        <xs:annotation>
          <xs:documentation>SHIPMENTS BETWEEN U.S. POSSESSIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2261">
        <xs:annotation>
          <xs:documentation>OBSOLETE FIREARMS AND MODELS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2262">
        <xs:annotation>
          <xs:documentation>EXPORTS OF FIREARMS AND AMMUNITION FOR PERSONAL USE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2263">
        <xs:annotation>
          <xs:documentation>IMPORTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2264">
        <xs:annotation>
          <xs:documentation>IMPORT PREVIOUS EXPORTED TEMPORARILY - OFFICE OF MUNITIONS CONTROL LICENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2265">
        <xs:annotation>
          <xs:documentation>IMPORT CONSTITUTES A TEMPORARY IMPORT/INTRANSIT SHIPMENT LICENSE UNDER 123.3</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2266">
        <xs:annotation>
          <xs:documentation>APPLICATIONS FOR LICENSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2267">
        <xs:annotation>
          <xs:documentation>RENEWAL AND DISPOSITION OF LICENSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2268">
        <xs:annotation>
          <xs:documentation>PORT OF EXIT OR ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2269">
        <xs:annotation>
          <xs:documentation>FILING OF EXPORT/INTRANSIT LICENSES/SHIPPERS EXPORT DECLARATION W/CUSTOMS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="227">
        <xs:annotation>
          <xs:documentation>NO AFFIDAVIT OF SUPPORT - FAMILY BASED IMMIGRATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2270">
        <xs:annotation>
          <xs:documentation>RECIPIENT MUST DEPOSIT LICENSE W/D.D. OF CUSTOMS AT EXIT PORT ON LICENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2271">
        <xs:annotation>
          <xs:documentation>DIST DIR. AT PORT OF EXIT MUST AUTHENTICATE EXPORT DECLARATION PRIOR TO EXIT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2272">
        <xs:annotation>
          <xs:documentation>A SHIPPERS EXPORT DECLARATION MUST BE FILED WHEN NO LICENSES ARE REQUIRED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2273">
        <xs:annotation>
          <xs:documentation>TEMPORARY EXPORTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2274">
        <xs:annotation>
          <xs:documentation>TEMPORARY EXPORT - DEFENSE ARTICLES; MUST OBTAIN LICENSE FROM DEPT. OF STATE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2275">
        <xs:annotation>
          <xs:documentation>TEMPORARY EXPORT - DEFENSE ARTICLES; MUST OCCUR FROM U.S. PORT W/DIST. DIR.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2276">
        <xs:annotation>
          <xs:documentation>UPON RETURN; THE LICENSE WILL BE ENDORSED BY THE DIST. DIR. THEN SENT TO OMC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2277">
        <xs:annotation>
          <xs:documentation>TEMPORARY IMPORT (INTRANSIT) LICENSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2278">
        <xs:annotation>
          <xs:documentation>TEMPORARY EXPORT LICENSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2279">
        <xs:annotation>
          <xs:documentation>EXPORTS TO WAREHOUSES OR DISTRIBUTION POINTS OUTSIDE THE U.S.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="228">
        <xs:annotation>
          <xs:documentation>NO AFFIDAVIT OF SUPPORT - EMPLOYMENT BASED IMMIGRATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2280">
        <xs:annotation>
          <xs:documentation>PROHIBITED EXPORTS AND SALES TO CERTAIN COUNTRIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2281">
        <xs:annotation>
          <xs:documentation>CANADIAN EXEMPTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2282">
        <xs:annotation>
          <xs:documentation>VIOLATIONS AMD PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2283">
        <xs:annotation>
          <xs:documentation>VIOLATIONS IN GENERAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2284">
        <xs:annotation>
          <xs:documentation>EXPORT/IMPORT DEFENSE ARTICLES/TECHNICAL DATA W/O OBTAINING REQUIRED LICENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2285">
        <xs:annotation>
          <xs:documentation>UNLAWFUL TO EXPORT DEFENSE ARTICLES/TECHNICAL DATA W/O OBTAINING REQ LICENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2286">
        <xs:annotation>
          <xs:documentation>UNLAWFUL TO IMPORT DEFENSE ARTICLES/TECHNICAL DATA W/O OBTAINING REQ LICENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2287">
        <xs:annotation>
          <xs:documentation>UNLAWFUL TO VIOLATE ANY TERMS OR CONDITIONS OF LICENSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2288">
        <xs:annotation>
          <xs:documentation>ANY PERSON GRANTED A LICENSE IS RESPONSIBLE FOR EMPLOYEES/AGENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2289">
        <xs:annotation>
          <xs:documentation>MISREPRESENTATION AND OMISSION OF FACTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="229">
        <xs:annotation>
          <xs:documentation>NO LABOR CERTIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2290">
        <xs:annotation>
          <xs:documentation>PENALTIES FOR VIOLATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2291">
        <xs:annotation>
          <xs:documentation>AUTHORITY OF U.S. CUSTOMS SERVICE OFFICERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2292">
        <xs:annotation>
          <xs:documentation>SEIZURE AND FORFEITURE IN ATTEMPTS AT ILLEGAL EXPORTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2293">
        <xs:annotation>
          <xs:documentation>SEIZURE AND FORFEITURE; EXPORT DEFENSE ARTICLES IN VIOLATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2294">
        <xs:annotation>
          <xs:documentation>SEIZURE AND FORFEITURE; EXPORT DEFENSE ARTICLES IN VIOLATION OF TEMP LICENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2295">
        <xs:annotation>
          <xs:documentation>CIVIL PENALTY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2296">
        <xs:annotation>
          <xs:documentation>POLITICAL CONTRIBUTIONS, FEES AND COMMISSIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2297">
        <xs:annotation>
          <xs:documentation>RULES OF PROCEDURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2298">
        <xs:annotation>
          <xs:documentation>GENERAL AUTHORITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2299">
        <xs:annotation>
          <xs:documentation>BAN ON IMPORTING GOODS AND SERVICES FROM COUNTRIES SUPPORTING TERRORISM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="23">
        <xs:annotation>
          <xs:documentation>** INTERNATIONAL CHILD ABDUCTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="230">
        <xs:annotation>
          <xs:documentation>NO HEALTH CARE WORKER CERTIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2300">
        <xs:annotation>
          <xs:documentation>MILITARY SALES AUTHORIZATIONS AND CEILINGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2301">
        <xs:annotation>
          <xs:documentation>ARMS CONTROL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2302">
        <xs:annotation>
          <xs:documentation>CRIMINAL VIOLATIONS; PUNISHMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2303">
        <xs:annotation>
          <xs:documentation>REGISTRATION AND LICENSING REQUIREMENTS FOR MANUFACTURERS/IMPORTERS/EXPRTRS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2304">
        <xs:annotation>
          <xs:documentation>EXPORT CONTROL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2305">
        <xs:annotation>
          <xs:documentation>SEIZURE AND FORFEITURE OF MATERIALS AND CARRIERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2306">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (ANTI-APARTHEID PROGRAM)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2307">
        <xs:annotation>
          <xs:documentation>PROHIBITION ON IMPORTATION OF MILITARY ARTICLES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2308">
        <xs:annotation>
          <xs:documentation>PROHIBITION ON EXPORT OF ITEMS ON US MUNITIONS LIST TO SOUTH AFRICA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2309">
        <xs:annotation>
          <xs:documentation>PROHIBITION ON IMPORTATION OF IRON AND STEEL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="231">
        <xs:annotation>
          <xs:documentation>ALIENS PRESENT WITHOUT BEING ADMITTED (EWIS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2310">
        <xs:annotation>
          <xs:documentation>UNLAWFUL REFILLING OF LIQUOR BOTTLES AFTER TIME OF TAX DETERMINATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2311">
        <xs:annotation>
          <xs:documentation>UNLAWFUL REMOVAL OR CONCEALMENT OF DISTILLED SPIRITS (FROM A BONDED WAREHSE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2312">
        <xs:annotation>
          <xs:documentation>RESTRICTIONS ON IMPORTATION OF PREVIOUSLY EXPORTED TOBACCO PRODUCTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2313">
        <xs:annotation>
          <xs:documentation>EXPORT ONLY OF TOBACCO PRODUCTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2314">
        <xs:annotation>
          <xs:documentation>FIREARMS PROHIBITED ACTS SECTION OF LAW CHARGED PSN EXPLOSIVES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2315">
        <xs:annotation>
          <xs:documentation>POSSESSION OF AN UNREGISTERED FIREARM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2316">
        <xs:annotation>
          <xs:documentation>PROHIBITED ACTS; RECEIVE OR POSSESS A FIREARM HAVING THE SERIAL NBR ALTERED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2317">
        <xs:annotation>
          <xs:documentation>FIREARMS PROHIBITED ACTS SECTION OF LAW CHARGED PSN EXPLOSIVES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2318">
        <xs:annotation>
          <xs:documentation>ATTEMPT TO EVADE OR DEFEAT TAX</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2319">
        <xs:annotation>
          <xs:documentation>WILLFUL FAILURE TO FILE RETURN, SUPPLY INFORMATION OR PAY TAX</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="232">
        <xs:annotation>
          <xs:documentation>FAILED TO ATTEND REMOVAL PROCEEDING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2320">
        <xs:annotation>
          <xs:documentation>FRAUD AND FALSE STATEMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2321">
        <xs:annotation>
          <xs:documentation>FRAUDULENT RETURNS, STATEMENTS OR OTHER DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2322">
        <xs:annotation>
          <xs:documentation>EXAMINATION OF BOOKS AND WITNESSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2323">
        <xs:annotation>
          <xs:documentation>COMMERCE IN FIREARMS AND AMMUNITION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2324">
        <xs:annotation>
          <xs:documentation>MEANING OF TERMS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2325">
        <xs:annotation>
          <xs:documentation>IMPORTATION BY A LICENSED IMPORTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2326">
        <xs:annotation>
          <xs:documentation>IMPORTATION BY OTHER LICENSEES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2327">
        <xs:annotation>
          <xs:documentation>SEIZURE AND FORFEITURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2328">
        <xs:annotation>
          <xs:documentation>MACHINE GUNS, DESTRUCTIVE DEVICES AND CERTAIN OTHER FIREARMS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2329">
        <xs:annotation>
          <xs:documentation>IMPORTATION OF ARMS, AMMUNITION AND IMPLEMENTS OF WAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="233">
        <xs:annotation>
          <xs:documentation>FRAUD OR MISREPRESENTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2330">
        <xs:annotation>
          <xs:documentation>U.S. MUNITIONS IMPORT LIST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2331">
        <xs:annotation>
          <xs:documentation>PERMIT REQUIREMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2332">
        <xs:annotation>
          <xs:documentation>AUTHORITY OF CUSTOMS OFFICERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2333">
        <xs:annotation>
          <xs:documentation>SEIZURE AND FORFEITURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2334">
        <xs:annotation>
          <xs:documentation>UNLAWFUL BUSINESSES W/O PERMIN; APPLICATION TO STATE AGENCY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2335">
        <xs:annotation>
          <xs:documentation>UNLAWFUL TO IMPORT INTO US DISTILLED SPIRITS/WINE/MALT BEV W/O BASIC PERMIT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2336">
        <xs:annotation>
          <xs:documentation>UNLAWFUL TO SELL/OFFER FOR SELL/DELIVER SPIRITS IMPORTED W/O PERMIT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2337">
        <xs:annotation>
          <xs:documentation>TRANSMISSION OF WAGERING INFORMATION; PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2338">
        <xs:annotation>
          <xs:documentation>RECALCITRANT WITNESSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2339">
        <xs:annotation>
          <xs:documentation>IDENTICAL TRADEMARK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="234">
        <xs:annotation>
          <xs:documentation>FALSE REPRESENTATION OF U.S. CITIZENSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2340">
        <xs:annotation>
          <xs:documentation>FOREIGN ASSETS CONTROL REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2341">
        <xs:annotation>
          <xs:documentation>IRAQI SANCTIONS REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2342">
        <xs:annotation>
          <xs:documentation>HAITIAN TRANSACTIONS REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2343">
        <xs:annotation>
          <xs:documentation>REPORTS OF FOREIGN FINANCIAL ACCOUNTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2344">
        <xs:annotation>
          <xs:documentation>RECORDS OF FOREIGN FINANCIAL ACCOUNTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2345">
        <xs:annotation>
          <xs:documentation>FOREIGN ASSETS CONTROL REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2346">
        <xs:annotation>
          <xs:documentation>TRANSACTIONS INVOLVING DESIGNATED FOREIGN COUNTRIES OR THEIR NATIONALS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2347">
        <xs:annotation>
          <xs:documentation>PROHIBITED TRANSACTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2348">
        <xs:annotation>
          <xs:documentation>PROHIBITED TRANSACTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2349">
        <xs:annotation>
          <xs:documentation>EFFECT OF TRANSFERS VIOLATING THE PROVISIONS OF FOREIGN ASSETS CONTROL REG.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235">
        <xs:annotation>
          <xs:documentation>STOWAWAY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2350">
        <xs:annotation>
          <xs:documentation>IMPORTATION AND DEALINGS IN CERTAIN MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2351">
        <xs:annotation>
          <xs:documentation>CERTAIN TRANSACTIONS INCIDENT TO TRAVEL TO/IN NORTH KOREA/VIETNAM/CAMBODIA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2352">
        <xs:annotation>
          <xs:documentation>FAMILY REMITTANCES TO NATIONALS OF VIETNAM AND CERTAIN CAMBODIAN NATIONALS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2353">
        <xs:annotation>
          <xs:documentation>TRANSACTIONS INVOLVING DESIGNATED FOREIGN COUNTRIES OR THEIR NATIONALS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2354">
        <xs:annotation>
          <xs:documentation>IMPORTATION OF AND DEALINGS IN CERTAIN MERCHANDISE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2355">
        <xs:annotation>
          <xs:documentation>IRANIAN ASSETS CONTROL REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2356">
        <xs:annotation>
          <xs:documentation>TRANSACTIONS INVOLVING PROPERTY WHICH IRAN OR IRANIAN ENTITIES HAVE INTEREST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2357">
        <xs:annotation>
          <xs:documentation>EFFECT OF LICENSE OR AUTHORIZATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2358">
        <xs:annotation>
          <xs:documentation>NICARAGUAN TRADE CONTROL REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2359">
        <xs:annotation>
          <xs:documentation>PROHIBITED EXPORTS OF GOODS TO NICARAGUA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="236">
        <xs:annotation>
          <xs:documentation>ALIEN SMUGGLER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2360">
        <xs:annotation>
          <xs:documentation>THE PROHIBITIONS IN 540.205 APPLY TO THE IMPORT INTO THE U.S.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2361">
        <xs:annotation>
          <xs:documentation>TALIBAN (AFGHANISTAN) SANCTIONS REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2362">
        <xs:annotation>
          <xs:documentation>PROHIBITED TRANSACTIONS INVOLVING BLOCKED TALIBAN PROPERTY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2363">
        <xs:annotation>
          <xs:documentation>PROHIBITED EXPORT, REEXPORT, SALE/SUPPLY OF GOODS, SOFTWARE, TECHNOLOGY SVCS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2364">
        <xs:annotation>
          <xs:documentation>PROHIBITED IMPORTATION OF TALIBAN GOODS, SOFTWARE, TECHNOLOGY OR SERVICES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2365">
        <xs:annotation>
          <xs:documentation>PROHIBITION ON NEW INVESTMENT IN SOUTH AFRICA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2366">
        <xs:annotation>
          <xs:documentation>LIBYAN SANCTIONS REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2367">
        <xs:annotation>
          <xs:documentation>PROHIBITED IMPORTS OF GOODS OR SERVICES FROM LIBYA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2368">
        <xs:annotation>
          <xs:documentation>IRANIAN TRANSACTIONS REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2369">
        <xs:annotation>
          <xs:documentation>PROHIBITED IMPORTATION OF GOODS AND SEVICES FROM IRAN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="237">
        <xs:annotation>
          <xs:documentation>FINAL ORDER UNDER 274C</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2370">
        <xs:annotation>
          <xs:documentation>PROHIBITED RELATED TRANSACTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2371">
        <xs:annotation>
          <xs:documentation>TRANSSHIPMENT THROUGH THE UNITED STATES PROHIBITED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2372">
        <xs:annotation>
          <xs:documentation>IMPORTATION OF ACCOMPANIED BAGGAGE AUTHORIZED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2373">
        <xs:annotation>
          <xs:documentation>LICENSING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2374">
        <xs:annotation>
          <xs:documentation>CUSTOMS PROCEDURES: GOODS SPECIFIED IN 560.201</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2375">
        <xs:annotation>
          <xs:documentation>PANAMANIAN TRANSACTIONS REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2376">
        <xs:annotation>
          <xs:documentation>PROHIBITED TRANSACTIONS INVOLVING PROPERTY WHICH PANAMA GOVT. HAS INTEREST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2377">
        <xs:annotation>
          <xs:documentation>PROHIBITED EXPORT OF GOODS; TECHNOLOGY; SERVICES TO HAITI</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2378">
        <xs:annotation>
          <xs:documentation>SERBIAN SANCTIONS REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2379">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (BUDGET AND FISCAL, BUDGET, AND PROGRAM INFORMATION)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="238">
        <xs:annotation>
          <xs:documentation>F NONIMMIGRANT VIOLATING STATUS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2380">
        <xs:annotation>
          <xs:documentation>FISCAL YEAR; ACCOUNTING OF RECEIPTS AND EXPENDITURES TO BE PUBLISHED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2381">
        <xs:annotation>
          <xs:documentation>APPLICATION (UNDER APPROPRIATIONS-GENERAL)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2382">
        <xs:annotation>
          <xs:documentation>EXEMPTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2383">
        <xs:annotation>
          <xs:documentation>PROHIBITED OBLIGATIONS AND EXPENDITURES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2384">
        <xs:annotation>
          <xs:documentation>AGENCY AGREEMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2385">
        <xs:annotation>
          <xs:documentation>CREDITING PAYMENTS FROM PURCHASES BETWEEN EXECUTIVE AGENCIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2386">
        <xs:annotation>
          <xs:documentation>SERVICES BETWEEN THE US GOVERNMENT AND THE DISTRICT OF COLUMBIA GOVERNMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2387">
        <xs:annotation>
          <xs:documentation>DECLARATION OF PURPOSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2388">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (RECORDS AND REPORTS ON MONETARY INSTRUMENTS TRANSACTIONS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2389">
        <xs:annotation>
          <xs:documentation>CTR REPORTS - BANK SECRECY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="239">
        <xs:annotation>
          <xs:documentation>IMMIGRANT WITHOUT AN IMMIGRANT VISA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2390">
        <xs:annotation>
          <xs:documentation>RECORDS AND REPORTS ON FOREIGN FINANCIAL AGENCY TRANSACTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2391">
        <xs:annotation>
          <xs:documentation>REPORTS ON EXPORTING/IMPORTING MON. INSTRU.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2392">
        <xs:annotation>
          <xs:documentation>REPORTS ON EXPORTING/IMPORTING MON. INSTR. OF MORE THAN $10,000 AT ONE TIME</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2393">
        <xs:annotation>
          <xs:documentation>SEARCH AND FORFEITURE OF MONETARY INSTRUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2394">
        <xs:annotation>
          <xs:documentation>SEARCH AND FORFEITURE OF MON. INSTR. AT BOARDERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2395">
        <xs:annotation>
          <xs:documentation>SEARCH AND FORFEITURE OF UNREPORTED MON. INSTR.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2396">
        <xs:annotation>
          <xs:documentation>SUBPOENA AUTH. TO SUMMONS RECORDS OF FOR. BANK WITH CORRESPONDENT ACCT IN US</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2397">
        <xs:annotation>
          <xs:documentation>AVAILABILITY OF REPORTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2398">
        <xs:annotation>
          <xs:documentation>CIVIL PENALTIES - CURRENCY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2399">
        <xs:annotation>
          <xs:documentation>CIVIL PENALTY FOR FAILURE TO FILE CMIR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="24">
        <xs:annotation>
          <xs:documentation>KNOWINGLY HIRED AND/OR CONTINUED TO EMPLOY (COUNT 1)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT WITHOUT VALID PASSPORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2400">
        <xs:annotation>
          <xs:documentation>CRIMINAL PENALTIES - CURRENCY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2401">
        <xs:annotation>
          <xs:documentation>PERSON WHO WILLFULLY VIOLATES RECORDS/REPORTS ON MON. INSTR. TRANSACTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2402">
        <xs:annotation>
          <xs:documentation>PERSON WHO VIOLATES LAWS AS PART OF A PATTERN INVOLVING OVER $100K IN 1 YR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2403">
        <xs:annotation>
          <xs:documentation>STRUCTURING OF TRANSACTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2404">
        <xs:annotation>
          <xs:documentation>STRUCTURE OF ASSIST IN STRUCTURE ANY TRANSACTION W/ONE OR MORE FIN. INSTIT.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2405">
        <xs:annotation>
          <xs:documentation>BULK CASH SMUGGLING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2406">
        <xs:annotation>
          <xs:documentation>OLYMPIC AND AMATEUR SPORTS ACT OF 1998</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2407">
        <xs:annotation>
          <xs:documentation>OLYMPIC TRADEMARK PROTECTION VIOLATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2408">
        <xs:annotation>
          <xs:documentation>PESTICIDE REGISTRATION AND CLASSIFICATION PROCEDURES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2409">
        <xs:annotation>
          <xs:documentation>RESIDUES OF HAZARDOUS WASTE IN EMPTY CONTAINERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="241">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT WITHOUT DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2410">
        <xs:annotation>
          <xs:documentation>MANIFEST; GENERAL REQUIREMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2411">
        <xs:annotation>
          <xs:documentation>PRE-TRANSPORT REQUIREMENTS; PLACARDING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2412">
        <xs:annotation>
          <xs:documentation>PROTECTION OF STRATOSPHERIC OZONE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2413">
        <xs:annotation>
          <xs:documentation>CLASS I, GROUP IV CONTROLLED SUBSTANCES; IMPORTATION EXCEEDING ALLOWANCES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2414">
        <xs:annotation>
          <xs:documentation>CLASS I, GROUP I-VII CONTROLLED SUBSTANCES; IMPORTATION EXCEEDS ALLOWANCES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2415">
        <xs:annotation>
          <xs:documentation>CONTROL OF AIR POLLUTION FROM MOTOR VEHICLES AND MOTOR VEHICLE ENGINES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2416">
        <xs:annotation>
          <xs:documentation>FEDERAL PROPERTY MANAGEMENT REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2417">
        <xs:annotation>
          <xs:documentation>MANAGEMENT OF BUILDINGS AND GROUNDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2418">
        <xs:annotation>
          <xs:documentation>WHOEVER KNOWINGLY AND WILLFULLY SOLICITS OR RECEIVES REMUNERATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2419">
        <xs:annotation>
          <xs:documentation>UNAUTHORIZED DEALINGS IN SPECIAL NUCLEAR MATERIAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="242">
        <xs:annotation>
          <xs:documentation>IMMIGRANT PERMANENTLY INELIGIBLE TO CITIZENSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2420">
        <xs:annotation>
          <xs:documentation>MISUSE OF A SOCIAL SECURITY NUMBER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2421">
        <xs:annotation>
          <xs:documentation>SOLID WASTE DISPOSAL; FEDERAL ENFORCEMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2422">
        <xs:annotation>
          <xs:documentation>CLEAN AIR ACT - CRIMINAL SANCTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2423">
        <xs:annotation>
          <xs:documentation>IMPORTATION OF VEHICLE IN VIOLATION OF EPA REGULATIONS (EMMISSION STANDARDS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2424">
        <xs:annotation>
          <xs:documentation>CLEAN AIR ACT - OZONE PROTECTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2425">
        <xs:annotation>
          <xs:documentation>TRANSPORTATION OF PASSENGERS IN FOREIGN VESSELS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2426">
        <xs:annotation>
          <xs:documentation>POINT TO POINT TOWING NON QUALIFIED VESSEL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2427">
        <xs:annotation>
          <xs:documentation>TOWING OF U.S. VESSELS BY FOREIGN VESSELS; FINES AND PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2428">
        <xs:annotation>
          <xs:documentation>TRADING WITHOUT REQUIRED DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2429">
        <xs:annotation>
          <xs:documentation>PENALTY FOR OBSTRUCTING OFFICERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="243">
        <xs:annotation>
          <xs:documentation>MILITARY DESERTER OR DRAFT EVADER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2430">
        <xs:annotation>
          <xs:documentation>TRANSPORTATION OF MERCHANDISE BETWEEN POINTS IN U.S.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2431">
        <xs:annotation>
          <xs:documentation>GRANTING CLEARANCES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2432">
        <xs:annotation>
          <xs:documentation>VESSEL DOCUMENTATION PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2433">
        <xs:annotation>
          <xs:documentation>MANUF,DISTR,POSSESSION WITH INTENT TO MANF/DISTR CONT SUB ON BOARD VESSELS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2434">
        <xs:annotation>
          <xs:documentation>VESSEL OF US OR VESSELS SUBJECT TO JURISDICTION OF THE US</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2435">
        <xs:annotation>
          <xs:documentation>PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2436">
        <xs:annotation>
          <xs:documentation>ATTEMPT TO CONSPIRACY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2437">
        <xs:annotation>
          <xs:documentation>SEIZURE OR FORFEITURE OF PROPERTY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2438">
        <xs:annotation>
          <xs:documentation>COASTWISE TRANSPORTATION OF PASSENGERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2439">
        <xs:annotation>
          <xs:documentation>COASTWIDE TRANSPORTATION OF MERCHANDISE IN FOREIGN VESSELS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="244">
        <xs:annotation>
          <xs:documentation>ALIEN PREVIOUSLY REMOVED ONCE, AS AN ARRIVING ALIEN (NOT AGGRAVATED FELONS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2440">
        <xs:annotation>
          <xs:documentation>PERFORMANCE OF DUTIES OF MASTER BY LISCENSED DECK OFFICER OR PURSER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2441">
        <xs:annotation>
          <xs:documentation>FCC PART 68 LABELING REQUIREMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2442">
        <xs:annotation>
          <xs:documentation>ANY OBSCENE COMMUNICATIONS FOR COMMERCIAL PURPOSES TO ANY PERSON</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2443">
        <xs:annotation>
          <xs:documentation>HARRASSING COMMUNICATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2444">
        <xs:annotation>
          <xs:documentation>IMPORTATION OF GOODS IN VIOLATION OF FCC REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2445">
        <xs:annotation>
          <xs:documentation>NO PERSON SHALL MANUFACTURE/IMPORT/EXPORT DEVICES IN VIOLATION OF FCC REG.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2446">
        <xs:annotation>
          <xs:documentation>UNAUTHORIZED PUBLICATION OR USE OF COMMUNICATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2447">
        <xs:annotation>
          <xs:documentation>HAZMAT TABLE, HAZMAT COMMUNICATIONS REQUIREMENTS/EMERGENCY RESPONSE INFO REQ</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2448">
        <xs:annotation>
          <xs:documentation>PURPOSE AND USE OF HAZARDOUS MATERIAL TABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2449">
        <xs:annotation>
          <xs:documentation>APPLICABILITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="245">
        <xs:annotation>
          <xs:documentation>ALIEN PREVIOUSLY REMOVED TWO OR MORE TIMES AS AN ARRIVING ALIEN (NOT AGGRAVATED FELONS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2450">
        <xs:annotation>
          <xs:documentation>SHIPPERS CERTIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2451">
        <xs:annotation>
          <xs:documentation>APPLICABILITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2452">
        <xs:annotation>
          <xs:documentation>GENERAL LABELING REQUIREMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2453">
        <xs:annotation>
          <xs:documentation>APPLICABILITY OF PLACARDING REQUIREMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2454">
        <xs:annotation>
          <xs:documentation>GENERAL PLACARDING REQUIREMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2455">
        <xs:annotation>
          <xs:documentation>APPLICABILITY AND GENERAL REQUIREMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2456">
        <xs:annotation>
          <xs:documentation>EMERGENCY RESPONSE INFORMATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2457">
        <xs:annotation>
          <xs:documentation>EMERGENCY RESPONSE TELEPHONE NUMBER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2458">
        <xs:annotation>
          <xs:documentation>SHIPPERS - GENERAL REQUIREMENTS FOR SHIPMENTS AND PACKAGINGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2459">
        <xs:annotation>
          <xs:documentation>PURPOSE AND SCOPE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="246">
        <xs:annotation>
          <xs:documentation>ALIEN PREVIOUSLY REMOVED AS AN ARRIVING ALIEN - AGGRAVATED FELONY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2460">
        <xs:annotation>
          <xs:documentation>FORBIDDEN MATERIALS AND PACKAGES; 2 HAZMATS IN THE SAME CONTAINER.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2461">
        <xs:annotation>
          <xs:documentation>EMPTY PACKAGING; NO TRANSPORTATION OF PACKAGING CONTAINING HAZMAT RESIDUE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2462">
        <xs:annotation>
          <xs:documentation>AGRICULTURAL OPERATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2463">
        <xs:annotation>
          <xs:documentation>FORBIDDEN EXPLOSIVES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2464">
        <xs:annotation>
          <xs:documentation>SHIPPING PAPERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2465">
        <xs:annotation>
          <xs:documentation>SPECIAL INSTRUCTIONS; FLAMMABLE CRYOGENIC LIQUIDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2466">
        <xs:annotation>
          <xs:documentation>FEDERAL MOTOR VEHICLE SAFTEY STANDARDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2467">
        <xs:annotation>
          <xs:documentation>STANDARD NO 209 SEATBELT ASSEMBLIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2468">
        <xs:annotation>
          <xs:documentation>AIRCRAFT REGISTRATION VIOLATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2469">
        <xs:annotation>
          <xs:documentation>VIOLATIONS OF 49USCAPP1509</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="247">
        <xs:annotation>
          <xs:documentation>ALIEN PREVIOUSLY REMOVED ONCE, NOT AS AN ARRIVING ALIEN (NOT AGGRAVATED FELONS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2470">
        <xs:annotation>
          <xs:documentation>APPLICATION OF LAWS AND REGULATIONS RE: VESSELS TO CIVIL AIRCRAFT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2471">
        <xs:annotation>
          <xs:documentation>CONVEYANCE-TRANSPORT CONTRABAND / COUNTERFEIT CURRENCY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2472">
        <xs:annotation>
          <xs:documentation>CONVEYANCE-TRANSPORT CONTRABAND / COUNTERFEIT CURRENCY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2473">
        <xs:annotation>
          <xs:documentation>REGISTRATION OF AIRCRAFT OF NATIONAL DEFENSE FORCES; TRANSFER OF OWNERSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2474">
        <xs:annotation>
          <xs:documentation>FEDERAL AVIATION ACT; CRIMINAL PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2475">
        <xs:annotation>
          <xs:documentation>FORGERY OF CERTIFICATES, FALSE MARKING OF AIRCRAFT AND OTHER AIRCRAFT VIOLA.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2476">
        <xs:annotation>
          <xs:documentation>DESCRIPTIONS OF VIOLATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2477">
        <xs:annotation>
          <xs:documentation>OBTAIN ANY CERTIFICATE KNOWINGLY/WILLFULLY FALSIFYING/CONCEALING MATERIAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2478">
        <xs:annotation>
          <xs:documentation>KNOWINGLY AND WILLFULLY DISPLAY ON AIRCRAFT FALSE OR MISLEADING MARKINGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2479">
        <xs:annotation>
          <xs:documentation>PENALTY FOR (49USC1509)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="248">
        <xs:annotation>
          <xs:documentation>ALIEN PREVIOUSLY REMOVED - TWO OR MORE PRIOR REMOVALS, NOT AS AN ARRIVING ALIEN (NOT AGGRAVATED FELONS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2480">
        <xs:annotation>
          <xs:documentation>CIVIL AVIATION ACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2481">
        <xs:annotation>
          <xs:documentation>PREVENTING ODOMETER TAMPERING-ARREST ONLY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2482">
        <xs:annotation>
          <xs:documentation>PENALTIES - ARREST ONLY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2483">
        <xs:annotation>
          <xs:documentation>VIOLATING AIRCRAFT/AIRPORT SECURITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2484">
        <xs:annotation>
          <xs:documentation>INTERFERENCE WITH FLIGHT CREW MEMBERS AND ATTENDANTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2485">
        <xs:annotation>
          <xs:documentation>POSSESSION OF A DANGEROUS WEAPON ABOARD AN AIRPLANE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2486">
        <xs:annotation>
          <xs:documentation>COUNTERFEIT MONEY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2487">
        <xs:annotation>
          <xs:documentation>UNLAWFUL TO TRANSPORT,CARRY OR CONVEY CONTRABAND ON VESSEL,VEHICLE,AIRCRAFT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2488">
        <xs:annotation>
          <xs:documentation>UNLAWFUL CONCEAL/POSSES CONTRABAND IN/UPON PERSON IN VESSEL,VEHICLE,AIRCRAFT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2489">
        <xs:annotation>
          <xs:documentation>DEFINITION (CONTRABAND ARTICLE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="249">
        <xs:annotation>
          <xs:documentation>ALIEN PREVIOUSLY REMOVED NOT AS AN ARRIVING ALIEN - AGGRAVATED FELONY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2490">
        <xs:annotation>
          <xs:documentation>DEFINITION (CONTRABAND ARTICLE), NARCOTIC DRUGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2491">
        <xs:annotation>
          <xs:documentation>DEFINITION (CONTRABAND ARTICLE), CIGARETTE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2492">
        <xs:annotation>
          <xs:documentation>TRANSPORTATION SEIZURE AND FORFEITURE (SEIZURE AND FORFEITURE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2493">
        <xs:annotation>
          <xs:documentation>PERSON KNOWINGLY/WITH INTENT TO DEFRAUD MAKES/ALTERS/COPIES A BILL OF LADING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2494">
        <xs:annotation>
          <xs:documentation>DEFINITIONS / PROHIBITIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2495">
        <xs:annotation>
          <xs:documentation>SEIZURE AND FORFEITURE FOR CONTRABAND VIOLATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2496">
        <xs:annotation>
          <xs:documentation>DETAILS; WITHIN EXECUTIVE OR MILITARY DEPARTMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2497">
        <xs:annotation>
          <xs:documentation>ADDITIONAL AGRICULTURE CITATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2498">
        <xs:annotation>
          <xs:documentation>IMPORTATION, EXPORTATION AND TRANSPORTATION OF WILDLIFE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2499">
        <xs:annotation>
          <xs:documentation>GENERAL RESTRICTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="25">
        <xs:annotation>
          <xs:documentation>** MORAL TURPITUDE-PRIOR TO ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="250">
        <xs:annotation>
          <xs:documentation>ALIEN UNLAWFULLY PRESENT FOR 180-364 DAYS & VOLUNTARILY DEPARTED PRIOR TO COMMENCEMENT OF REMOVAL PROCEEDINGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2500">
        <xs:annotation>
          <xs:documentation>DESIGNATED PORTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2501">
        <xs:annotation>
          <xs:documentation>CLEARANCE OF IMPORTED WILDLIFE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2502">
        <xs:annotation>
          <xs:documentation>REFUSAL OF CLEARANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2503">
        <xs:annotation>
          <xs:documentation>IMPORT DECLARATION REQUIREMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2504">
        <xs:annotation>
          <xs:documentation>ENDANGERED AND THREATENED WILDLIFE AND PLAN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2505">
        <xs:annotation>
          <xs:documentation>ENDANGERED AND THREATENED WILDLIFE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2506">
        <xs:annotation>
          <xs:documentation>ENDANGERED SPECIES CONVENTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2507">
        <xs:annotation>
          <xs:documentation>PROHIBITIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2508">
        <xs:annotation>
          <xs:documentation>REQUIREMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2509">
        <xs:annotation>
          <xs:documentation>FOREIGN DOCUMENTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="251">
        <xs:annotation>
          <xs:documentation>ALIEN UNLAWFULLY PRESENT IN U.S. ONE YEAR OR MORE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2510">
        <xs:annotation>
          <xs:documentation>TRADING WITH THE ENEMY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2511">
        <xs:annotation>
          <xs:documentation>EXPORT - VIOLATION DEPT OF COMMERCE LICENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2512">
        <xs:annotation>
          <xs:documentation>EXPORT - VIOLATION OFAC REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2513">
        <xs:annotation>
          <xs:documentation>UNUSUAL AND EXTRAORDINARY THREAT/DECLARATIO OF NATIONAL EMERGENCY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2514">
        <xs:annotation>
          <xs:documentation>PRESIDENTIAL AUTHORITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2515">
        <xs:annotation>
          <xs:documentation>CONSULTATION AND REPORTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2516">
        <xs:annotation>
          <xs:documentation>AUTHORITY TO ISSUE REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2517">
        <xs:annotation>
          <xs:documentation>PENALTIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2518">
        <xs:annotation>
          <xs:documentation>SAVINGS PROVISIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2519">
        <xs:annotation>
          <xs:documentation>REGULATIONS OF ANCHORAGE AND MOVEMENT OF VESSELS DURING NATIONAL EMERGENCY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="252">
        <xs:annotation>
          <xs:documentation>UNLAWFULLY PRESENT FOR ONE-YEAR AGGREGRATE AND ENTERED OR ATTEMPTED TO ENTER WITHOUT BEING ADMITTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2520">
        <xs:annotation>
          <xs:documentation>SEIZURE AND FORFEITURE OF VESSELS; FINE AND IMPRISONMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2521">
        <xs:annotation>
          <xs:documentation>ENFORCEMENT PROVISIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2522">
        <xs:annotation>
          <xs:documentation>EXPORT CONTROL - DEPT OF COMMERCE LICENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2523">
        <xs:annotation>
          <xs:documentation>GENERAL PROVISIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2524">
        <xs:annotation>
          <xs:documentation>NATIONAL SECURITY CONTROLS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2525">
        <xs:annotation>
          <xs:documentation>WAR AND NATION DEFENSE VIOLATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2526">
        <xs:annotation>
          <xs:documentation>WHOEVER KNOWINGLY VIOLATES ANY PROVISION OF THIS ACTOR ANY REGULATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2527">
        <xs:annotation>
          <xs:documentation>WILLFUL VIOLATIONS; WHOEVER WILLFULLY VIOLATES ANY PROVISION OF THIS ACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2528">
        <xs:annotation>
          <xs:documentation>CIVIL PENALTIES; ADMINISTRATIVE SANCTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2529">
        <xs:annotation>
          <xs:documentation>FORFEITURE OF PROPERTY INTEREST AND PROCEEDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="253">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY ORDERED REMOVED AND ENTERED OR ATTEMPTED TO ENTER WITHOUT BEING ADMITTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2530">
        <xs:annotation>
          <xs:documentation>ANNUAL REPORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2531">
        <xs:annotation>
          <xs:documentation>CONGRESSIONAL DECLARATION OF PURPOSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2532">
        <xs:annotation>
          <xs:documentation>EXPORT CONTROL - OFAC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2533">
        <xs:annotation>
          <xs:documentation>DEFINITIONS (TEXTILE FIBER PRODUCTS IDENTIFICATION)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2534">
        <xs:annotation>
          <xs:documentation>SUGARCANE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2535">
        <xs:annotation>
          <xs:documentation>NOTICE OF QUARANTINE - CITRUS CANKER AND OTHER CITRUS DISEASES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2536">
        <xs:annotation>
          <xs:documentation>CORN DISEASE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2537">
        <xs:annotation>
          <xs:documentation>CITRUS FRUIT (AND PEEL)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2538">
        <xs:annotation>
          <xs:documentation>NURSERY STOCK, PLANTS, ROOTS, BULBS, SEEDS, AND OTHER PLANT PRODUCTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2539">
        <xs:annotation>
          <xs:documentation>RICE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="254">
        <xs:annotation>
          <xs:documentation>POLYGAMY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2540">
        <xs:annotation>
          <xs:documentation>FRUITS AND VEGETABLES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2541">
        <xs:annotation>
          <xs:documentation>WHEAT DISEASES (GRAIN, STRAW, PLANTS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2542">
        <xs:annotation>
          <xs:documentation>PACKING MATERIALS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2543">
        <xs:annotation>
          <xs:documentation>CUT FLOWERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2544">
        <xs:annotation>
          <xs:documentation>KHAPRA BEETLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2545">
        <xs:annotation>
          <xs:documentation>EXOTIC BEE DISEASES AND PARASITES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2546">
        <xs:annotation>
          <xs:documentation>NOTICE OF QUARANTINE - FOREIGN COTTON AND COVERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2547">
        <xs:annotation>
          <xs:documentation>PLANT PEST REGULATIONS (PLANT PESTS, SOIL GARBAGE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2548">
        <xs:annotation>
          <xs:documentation>FDA - PESTICIDES AND/OR DEVICES IN VIOLATION OF FDA REQUIREMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2549">
        <xs:annotation>
          <xs:documentation>IMPORTATION IN VIOLATION OF BILATERAL TEXTILE AGREEMENT (BLTA)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="255">
        <xs:annotation>
          <xs:documentation>ALIEN ACCOMPANYING HELPLESS INADMISSIBLE ALIEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2550">
        <xs:annotation>
          <xs:documentation>ANIMAL FIGHTING VENTURE PROHIBITION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2551">
        <xs:annotation>
          <xs:documentation>USE OF POSTAL SERVICE TO PROMOTE ANIMAL FIGHTING VENTURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2552">
        <xs:annotation>
          <xs:documentation>LIMITATIONS ON IMPORTS; AUTHORITY OF PRESIDENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2553">
        <xs:annotation>
          <xs:documentation>JUDICIAL RECOMMENDATIONS AGAINST DEPORTATION CONTROLLED SUBSTANCE VIOLATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2554">
        <xs:annotation>
          <xs:documentation>SEIZURE AND FORFEITURE OF CONVEYANCES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2555">
        <xs:annotation>
          <xs:documentation>SAW FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2556">
        <xs:annotation>
          <xs:documentation>ALIEN INADMISSIBILITY UNDER SECTION 212</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2557">
        <xs:annotation>
          <xs:documentation>INSPECTION BY IMMIGRATION OFFICER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2559">
        <xs:annotation>
          <xs:documentation>VIOLATING CONDITIONS OF RELEASE PENDING DEPORTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="256">
        <xs:annotation>
          <xs:documentation>INTERNATIONAL CHILD ADBUCTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2560">
        <xs:annotation>
          <xs:documentation>PREVENTING DEPORTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2561">
        <xs:annotation>
          <xs:documentation>PENALTIES RELATED TO REMOVAL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2562">
        <xs:annotation>
          <xs:documentation>LEGALIZATION FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2563">
        <xs:annotation>
          <xs:documentation>CONDITIONAL PERMITS TO LAND TEMPORARILY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2564">
        <xs:annotation>
          <xs:documentation>CREWMAN OVERSTAY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2565">
        <xs:annotation>
          <xs:documentation>FAILURE TO CARRY ALIEN REGISTRATION AFTER AGE 18</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2566">
        <xs:annotation>
          <xs:documentation>FAILURE TO REGISTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2567">
        <xs:annotation>
          <xs:documentation>CHANGE OF ADDRESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2568">
        <xs:annotation>
          <xs:documentation>FALSE REGISTRATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2569">
        <xs:annotation>
          <xs:documentation>MAKING ALIEN REGISTRATION MATERIALS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="257">
        <xs:annotation>
          <xs:documentation>UNLAWFUL VOTERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2570">
        <xs:annotation>
          <xs:documentation>BRINGING IN OR HARBORING CERTAIN ALIENS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2571">
        <xs:annotation>
          <xs:documentation>CONSPIRACY/AIDING OR ABETTING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2572">
        <xs:annotation>
          <xs:documentation>CONSPIRACY TO ENTER, TRANSPORT, OR HARBOR ALIENS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2573">
        <xs:annotation>
          <xs:documentation>AID OR ABET ENTRY, TRANSPORT, HARBORING OF ALIENS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2574">
        <xs:annotation>
          <xs:documentation>BRINGING ALIENS TO THE UNITED STATES (INCLUDING POE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2575">
        <xs:annotation>
          <xs:documentation>BRINGING ALIENS FOR COMMERCIAL ADVANTAGE OR PRIVATE FINANCIAL GAIN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2576">
        <xs:annotation>
          <xs:documentation>KNOWING HIRES DURING 12-MONTH PERIOD AT LEAST 10</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2577">
        <xs:annotation>
          <xs:documentation>CIVIL-ADMIN FORFEITURE PROVISION FOR VIOLATION OF TITLE 8USC1324A OFFENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2578">
        <xs:annotation>
          <xs:documentation>IMMIGRATION INVESTIGATIONS-CIVIL SEIZURE/FORFEITURE OF CONVEYANCE FOR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2579">
        <xs:annotation>
          <xs:documentation>CRIMINAL EMPLOYER SANCTIONS VIOLATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="258">
        <xs:annotation>
          <xs:documentation>FORMER U.S. CITIZENS RENOUNCING CITIZENSHIP TO AVOID TAXATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2580">
        <xs:annotation>
          <xs:documentation>UNLAWFUL EMPLOYMENT, RECRUITMENT OR REFERRAL FOR A FEE OF UNAUTHORIZED ALIEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2581">
        <xs:annotation>
          <xs:documentation>CONTINUING EMPLOYMENT OF UNAUTHORIZED ALIEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2582">
        <xs:annotation>
          <xs:documentation>REPEATED VIOLATIONS OF 8 USC 1324AA1A AND (2)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2583">
        <xs:annotation>
          <xs:documentation>BRINGING ALIENS TO THE UNITED STATES (NOT AT A POE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2584">
        <xs:annotation>
          <xs:documentation>TRANSPORTING ALIENS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2585">
        <xs:annotation>
          <xs:documentation>HARBORING ALIENS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2586">
        <xs:annotation>
          <xs:documentation>ENCOURAGING AN ALIEN TO COME TO OR REMAIN IN THE UNITED STATES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2587">
        <xs:annotation>
          <xs:documentation>FAILURE TO DISCLOSE ROLE AS DOCUMENT PREPARER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2588">
        <xs:annotation>
          <xs:documentation>PREPARING OR ASSIST IN PREPARATION OF BENEFIT APPLICATION AFTER CONVICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="259">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT (CONVICTION OF CRIME INVOLVING MORAL TURPITUDE PRIOR TO ENTRY OR ADJUSTMENT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2590">
        <xs:annotation>
          <xs:documentation>IMPROPER ENTRY OF ALIEN; CONCEALMENT OF FACTS; MARRIAGE FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2591">
        <xs:annotation>
          <xs:documentation>ENTRY WITHOUT INSPECTION, TIME OR PLACE NOT DESIGNATED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2592">
        <xs:annotation>
          <xs:documentation>ELUDING INSPECTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2593">
        <xs:annotation>
          <xs:documentation>ENTRY BY FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2594">
        <xs:annotation>
          <xs:documentation>CIVIL PENALTY FOR AIDING ALIEN TO ENTRY AT IMPROPER TIME OR PLACE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2595">
        <xs:annotation>
          <xs:documentation>CIVIL PENALTY FOR MARRIAGE FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2596">
        <xs:annotation>
          <xs:documentation>RE-ENTRY OF REMOVED ALIENS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2597">
        <xs:annotation>
          <xs:documentation>RE-ENTRY AFTER DEPORTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2599">
        <xs:annotation>
          <xs:documentation>SMUGGLING PROSTITUTES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="26">
        <xs:annotation>
          <xs:documentation>** ESPIONAGE-EXCLUDABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="260">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY/ADMISSION-CONTROLLED SUBSTANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2600">
        <xs:annotation>
          <xs:documentation>ANIMALS TO BE HANDLED IN COMPLIANCE WITH REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2601">
        <xs:annotation>
          <xs:documentation>IMPORTATION OF ANIMALS, POULTRY, PET BIRDS AND ANIMAL SEMEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2602">
        <xs:annotation>
          <xs:documentation>RINDERPEST/FOOTANDMOUTH DISEASE/NEWCASTLE DISEASE/AFRICAN SWINE FEVER/PROHIBTD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2603">
        <xs:annotation>
          <xs:documentation>IMPORTATION OF MEAT, MILK AND MILK PRODUCTS, SWINE, MEAT AND EGGS OF POULTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2604">
        <xs:annotation>
          <xs:documentation>ANIMAL BY-PRODUCTS, HAY, STRAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2605">
        <xs:annotation>
          <xs:documentation>ANIMAL CASINGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="261">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY/ADMISSION-TWO OR MORE CONVICTIONS AND SENTENCED TO AT LEAST FIVE YEARS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="262">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY/ADMISSION-CONTROLLED SUBSTANCE TRAFFICKER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="263">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY/ADMISSION-PROSTITUTION WITHIN TEN YEARS OF ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="264">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY/ADMISSION-ESPIONAGE OR SABOTAGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="265">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY/ADMISSION-TERRORIST ACTIVITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="266">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY/ADMISSION-NO LABOR CERTIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="267">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY/ADMISSION-FRAUD OR MISREPRESENTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="268">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY/ADMISSION-STOWAWAY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="269">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY/ADMISSION-ALIEN SMUGGLING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="27">
        <xs:annotation>
          <xs:documentation>PC-NY MANSLAUGHTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="270">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY/ADMISSION-FINAL ORDER UNDER 274C</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="271">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY/ADMISSION-IMMIGRANT WITH NO DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="272">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY/ADMISSION-NONIMMIGRANT WITH NO DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="273">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT (ARRIVING ALIENS PREVIOUSLY REMOVED WITHIN 5 YEARS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="274">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT (OTHER ALIENS PREVIOUSLY REMOVED WITHIN 10 YEARS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="275">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY/ADMISSION-POLYGAMY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="276">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY/ADMISSION-INTERNATIONAL CHILD ABDUCTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="277">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY/ADMISSION-UNLAWFUL VOTING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="278">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY/ADMISSION-RENOUNCED CITIZENSHIP FOR TAX PURPOSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="279">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT OVERSTAY GRANTED VOLUNTARY DEPARTURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="28">
        <xs:annotation>
          <xs:documentation>** ALIEN SMUGGLING-EXCLUDABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="280">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT OVERSTAY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="281">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT OVERSTAY-CREWMAN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="282">
        <xs:annotation>
          <xs:documentation>CREWMAN REFUSED PERMISSION TO LAND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="283">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT OVERSTAY-SAW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="284">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT OVERSTAY-LEGALIZATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="285">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT OUT OF STATUS-BORDER CROSSER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="286">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT FAILURE TO MAINTAIN STATUS AFTER STATUS CHANGED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="287">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT OUT OF STATUS-CRIME OF VIOLENCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="288">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT STUDENT FAILURE TO ATTEND SCHOOL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="289">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT STUDENT-FAILURE TO CARRY FULL COURSE OF STUDY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="29">
        <xs:annotation>
          <xs:documentation>** BELIEVED TO BE TERRORIST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="290">
        <xs:annotation>
          <xs:documentation>ENROLLED WITHOUT PROPER AUTHORIZATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="291">
        <xs:annotation>
          <xs:documentation>STUDENT OUT OF STATUS-UNAUTHORIZED EMPLOYMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="292">
        <xs:annotation>
          <xs:documentation>FAILURE TO COMPLY WITH CONDITIONS UNDER 212(G) OF THE ACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="293">
        <xs:annotation>
          <xs:documentation>TERMINATION OF CONDITIONAL RESIDENT STATUS OBTAINED BY ADJUSTMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="294">
        <xs:annotation>
          <xs:documentation>TERMINATION OF CONDITIONAL RESIDENT STATUS OBTAINED BY ADMISSION WITH IMMIGRANT VISA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="295">
        <xs:annotation>
          <xs:documentation>ESPIONAGE, SABOTAGE, OR TREASON CONVICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="296">
        <xs:annotation>
          <xs:documentation>THREATS AGAINST PRESIDENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="297">
        <xs:annotation>
          <xs:documentation>MILITARY SELECTIVE SERVICE ACT OFFENSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="298">
        <xs:annotation>
          <xs:documentation>VIOLATION OF 215 OR 278 OF ACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="299">
        <xs:annotation>
          <xs:documentation>ALIEN SMUGGLER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>AID AND ABETTING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="30">
        <xs:annotation>
          <xs:documentation>** CREWMAN OVERSTAY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="300">
        <xs:annotation>
          <xs:documentation>MARRIAGE FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="301">
        <xs:annotation>
          <xs:documentation>MARRIAGE FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="302">
        <xs:annotation>
          <xs:documentation>SINGLE CIMT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="303">
        <xs:annotation>
          <xs:documentation>TWO OR MORE CIMT S</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="304">
        <xs:annotation>
          <xs:documentation>AGGRAVATED FELONY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305">
        <xs:annotation>
          <xs:documentation>AGGRAVATED FELONY-CRIME OF VIOLENCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="306">
        <xs:annotation>
          <xs:documentation>AGGRAVATED FELONY (TWO POSSESSIONS OF A CONTROLLED SUBSTANCE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307">
        <xs:annotation>
          <xs:documentation>HIGH SPEED FLIGHT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="308">
        <xs:annotation>
          <xs:documentation>CONTROLLED SUBSTANCE CONVICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309">
        <xs:annotation>
          <xs:documentation>DRUG ABUSER OR ADDICT - PRESENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="31">
        <xs:annotation>
          <xs:documentation>** FOREIGN POLICY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="310">
        <xs:annotation>
          <xs:documentation>DRUG ABUSER OR ADDICT - PAST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="311">
        <xs:annotation>
          <xs:documentation>FIREARMS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="312">
        <xs:annotation>
          <xs:documentation>DOMESTIC VIOLENCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="313">
        <xs:annotation>
          <xs:documentation>VIOLATION OF PROTECTION ORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="314">
        <xs:annotation>
          <xs:documentation>FAILURE TO REGISTER CHANGE OF ADDRESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315">
        <xs:annotation>
          <xs:documentation>VIOLATION OF ACT SECTION 266</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="316">
        <xs:annotation>
          <xs:documentation>CONVICTION OF 18 U.S.C. 1546 (VISA FRAUD)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="317">
        <xs:annotation>
          <xs:documentation>FINAL ORDER UNDER SECTION 274C</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="318">
        <xs:annotation>
          <xs:documentation>FALSE CLAIM OF CITIZENSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="319">
        <xs:annotation>
          <xs:documentation>ESPIONAGE, SABOTAGE OR VIOLATION OF TECHNOLOGY TRANSFER RESTRICTIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="32">
        <xs:annotation>
          <xs:documentation>** ENGAGED IN GENOCIDE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320">
        <xs:annotation>
          <xs:documentation>CRIMINAL ACT ENDANGERING PUBLIC SAFETY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="321">
        <xs:annotation>
          <xs:documentation>SEEKS OVERTHROW OF GOVERNMENT BY FORCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="322">
        <xs:annotation>
          <xs:documentation>TERRORIST ACTIVITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="323">
        <xs:annotation>
          <xs:documentation>ADVERSE FOREIGN POLICY CONSEQUENCES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="324">
        <xs:annotation>
          <xs:documentation>GENOCIDE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="325">
        <xs:annotation>
          <xs:documentation>NAZI PERSECUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="326">
        <xs:annotation>
          <xs:documentation>PUBLIC CHARGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="327">
        <xs:annotation>
          <xs:documentation>UNLAWFUL VOTERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="328">
        <xs:annotation>
          <xs:documentation>** EWI NO IMM OFFICER INSPECTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="329">
        <xs:annotation>
          <xs:documentation>REMOVAL PROCEEDINGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="33">
        <xs:annotation>
          <xs:documentation>** PRESIDENTIAL THREAT, EXPED.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="330">
        <xs:annotation>
          <xs:documentation>EWI</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="34">
        <xs:annotation>
          <xs:documentation>** CURRENT DRUG ABUSER/ADDICT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="35">
        <xs:annotation>
          <xs:documentation>** 274C FINAL ORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="36">
        <xs:annotation>
          <xs:documentation>** MILITARY SSA, TRADE W/ENEMY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="37">
        <xs:annotation>
          <xs:documentation>** DRUG CONVICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="38">
        <xs:annotation>
          <xs:documentation>** FIREARMS CONVICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="39">
        <xs:annotation>
          <xs:documentation>** AGGRAVATED FELONY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>ALIEN SMUGGLING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="40">
        <xs:annotation>
          <xs:documentation>** ENDANGER PUBLIC SAFE/NATL SEC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="400">
        <xs:annotation>
          <xs:documentation>COMMUNICABLE DISEASE OF PUBLIC HEALTH SIGNIFICANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="401">
        <xs:annotation>
          <xs:documentation>NO DOCUMENTATION TO PROVE VACCINATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="402">
        <xs:annotation>
          <xs:documentation>PHYSICAL OR MENTAL DISORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="403">
        <xs:annotation>
          <xs:documentation>RECURRING PHYSICAL OR MENTAL DISORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="404">
        <xs:annotation>
          <xs:documentation>DRUG ABUSER OR ADDICT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405">
        <xs:annotation>
          <xs:documentation>CONVICTION OR COMMISSION OF A CRIME INVOLVING MORAL TURPITUDE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="406">
        <xs:annotation>
          <xs:documentation>CONTROLLED SUBSTANCE CONVICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="407">
        <xs:annotation>
          <xs:documentation>MULTIPLE CONVICTIONS WITH AGGREGATE SENTENCE OF FIVE YEARS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="408">
        <xs:annotation>
          <xs:documentation>SUSPECTED CONTROLLED SUBSTANCE TRAFFICKER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="409">
        <xs:annotation>
          <xs:documentation>CONTROLLED SUBSTANCE TRAFFICKER WITH A CONVICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="41">
        <xs:annotation>
          <xs:documentation>** ENTRY-TERM COND PERM RESIDENCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="410">
        <xs:annotation>
          <xs:documentation>PROSTITUTION WITHIN 10 YEARS OF APPLICATION FOR ADMISSION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="411">
        <xs:annotation>
          <xs:documentation>PROCURED OR IMPORTED PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="412">
        <xs:annotation>
          <xs:documentation>RECEIVED PROCEEDS OF PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="413">
        <xs:annotation>
          <xs:documentation>COMMERCIALIZED VICE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="414">
        <xs:annotation>
          <xs:documentation>EXERCISE OF CRIMINAL IMMUNITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="415">
        <xs:annotation>
          <xs:documentation>ESPIONAGE OR SABOTAGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="416">
        <xs:annotation>
          <xs:documentation>ESPIONAGE OR SABOTAGE: EXPORT OF GOODS, TECHNOLOGY, OR SENSITIVE INFORMATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="417">
        <xs:annotation>
          <xs:documentation>UNLAWFUL ACTIVITY (SECURITY & RELATED GROUNDS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="418">
        <xs:annotation>
          <xs:documentation>CONTROL OR OVERTHROW OF U.S. GOVERNMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="419">
        <xs:annotation>
          <xs:documentation>ENGAGED IN TERRORIST ACTIVITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="42">
        <xs:annotation>
          <xs:documentation>** EWI AT PLACE OTHER THAN DESIGN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="420">
        <xs:annotation>
          <xs:documentation>LIKELY TO ENGAGE IN TERRORIST ACTIVITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="421">
        <xs:annotation>
          <xs:documentation>INCITED TERRORIST ACTIVITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="422">
        <xs:annotation>
          <xs:documentation>REPRESENTATIVE OF FOREIGN TERRORIST ORGANIZATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="423">
        <xs:annotation>
          <xs:documentation>MEMBER OF FOREIGN TERRORIST ORGANIZATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="424">
        <xs:annotation>
          <xs:documentation>FOREIGN POLICY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="425">
        <xs:annotation>
          <xs:documentation>IMMIGRANT WITH COMMUNIST OR TOTALITARIAN AFFILIATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="426">
        <xs:annotation>
          <xs:documentation>PARTICIPATION IN NAZI PERSECUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="427">
        <xs:annotation>
          <xs:documentation>PARTICIPATION IN GENOCIDE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="428">
        <xs:annotation>
          <xs:documentation>PUBLIC CHARGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="429">
        <xs:annotation>
          <xs:documentation>NO AFFIDAVIT OF SUPPORT, FAMILY-SPONSORED IMMIGRANT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="43">
        <xs:annotation>
          <xs:documentation>** EWI AT TIME OTHER THAN DESIGN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="430">
        <xs:annotation>
          <xs:documentation>NO AFFIDAVIT OF SUPPORT: EMPLOYMENT-BASED IMMIGRANT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="431">
        <xs:annotation>
          <xs:documentation>NO LABOR CERTIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="432">
        <xs:annotation>
          <xs:documentation>NO HEALTH CARE WORKER CERTIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="434">
        <xs:annotation>
          <xs:documentation>FAILURE TO ATTEND REMOVAL PROCEEDING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435">
        <xs:annotation>
          <xs:documentation>FRAUD OR WILLFUL MISREPRESENTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="436">
        <xs:annotation>
          <xs:documentation>FALSE CLAIM TO U.S. CITIZENSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="437">
        <xs:annotation>
          <xs:documentation>ALIEN SMUGGLING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="438">
        <xs:annotation>
          <xs:documentation>274C FINAL ORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="439">
        <xs:annotation>
          <xs:documentation>STUDENT VISA ABUSERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="44">
        <xs:annotation>
          <xs:documentation>ALIEN PRESENT WITHOUT ADMISSION OR PAROLE - (PWAs)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="440">
        <xs:annotation>
          <xs:documentation>IMMIGRANT WITHOUT AN IMMIGRANT VISA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="441">
        <xs:annotation>
          <xs:documentation>IMMIGRANT WITHOUT AN IMMIGRANT VISA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="442">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT WITHOUT A VALID PASSPORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="443">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT WITHOUT A VALID NONIMMIGRANT VISA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="444">
        <xs:annotation>
          <xs:documentation>IMMIGRANT INELIGIBLE FOR CITIZENSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="445">
        <xs:annotation>
          <xs:documentation>DRAFT EVADER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="446">
        <xs:annotation>
          <xs:documentation>ALIEN PREVIOUSLY REMOVED ONCE, AS AN ARRIVING ALIEN (NOT AGGRAVATED FELONS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="447">
        <xs:annotation>
          <xs:documentation>ALIEN PREVIOUSLY REMOVED TWO OR MORE TIMES AS AN ARRIVING ALIEN (NOT AGGRAVATED FELONS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="448">
        <xs:annotation>
          <xs:documentation>ALIEN PREVIOUSLY REMOVED AS AN ARRIVING ALIEN - AGGRAVATED FELONY CONVICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="449">
        <xs:annotation>
          <xs:documentation>ALIEN PREVIOUSLY REMOVED ONCE, NOT AS AN ARRIVING ALIEN (NOT AGGRAVATED FELONS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="45">
        <xs:annotation>
          <xs:documentation>** STU-FAIL TO CARRY FULL COURSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="450">
        <xs:annotation>
          <xs:documentation>ALIEN PREVIOUSLY REMOVED TWO OR MORE TIMES, NOT AS AN ARRIVING ALIEN, NOT AGGRAVATED FELONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="451">
        <xs:annotation>
          <xs:documentation>ALIEN PREVIOUSLY REMOVED, NOT AS AN ARRIVING ALIEN & AGGRAVATED FELONY CONVICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="452">
        <xs:annotation>
          <xs:documentation>NON-LPR UNLAWFULLY PRESENT IN U.S. FOR 180-364 DAYS [AFTER 4/1/97] & DEPARTED VOLUNTARILY DEPARTED PRIOR TO COMMENCEMENT OF REMOVAL PROCEEDINGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="453">
        <xs:annotation>
          <xs:documentation>NON-LPR UNLAWFULLY PRESENT IN U.S. ONE YEAR OR MORE [AFTER 4/1/97]</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="454">
        <xs:annotation>
          <xs:documentation>UNLAWFULLY PRESENT FOR ONE-YEAR AGGREGRATE [AFTER 4/1/97] AND ENTERED OR ATTEMPTED TO ENTER WITHOUT BEING ADMITTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="455">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY ORDERED REMOVED AND ENTERED OR ATTEMPTED TO ENTER WITHOUT BEING ADMITTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="456">
        <xs:annotation>
          <xs:documentation>POLYGAMY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="457">
        <xs:annotation>
          <xs:documentation>GUARDIAN REQUIRED TO ACCOMPANY HELPLESS INADMISSIBLE ALIEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="458">
        <xs:annotation>
          <xs:documentation>INTERNATIONAL CHILD ADBUCTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="459">
        <xs:annotation>
          <xs:documentation>UNLAWFUL VOTERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="46">
        <xs:annotation>
          <xs:documentation>** PROSTITUTION W/IN 10 YR FM ENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="460">
        <xs:annotation>
          <xs:documentation>FORMER U.S. CITIZENS WHO RENOUNCED CITIZENSHIP TO AVOID TAXATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="461">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: CIMT CONVICTION BEFORE ENTRY OR ADJUSTMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="462">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: CONTROLLED SUBSTANCE CONVICTION BEFORE ENTRY OR ADJUSTMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="463">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: TWO OR MORE CONVICTIONS & SENTENCED TO AT LEAST FIVE YEARS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="464">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: PROSTITUTION WITHIN 10 YEARS OF ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="465">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: NO LABOR CERTIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="466">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: SEEKING ADMISSION OR OTHER BENEFIT BY FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="467">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: ALIEN SMUGGLING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="468">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: 274C FINAL ORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="469">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: IMMIGRANT ADMITTED WITHOUT VALID DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="47">
        <xs:annotation>
          <xs:documentation>** EWI - NONIMMIGRANT OVERSTAY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="470">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: NONIMMIGRANT ADMITTED WITHOUT VALID DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="471">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: ALIEN PREVIOUSLY REMOVED ONCE, AS AN ARRIVING ALIEN, NOT AGGRAVATED FELONS -- 5 YEAR BAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="472">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: ALIEN PREVIOUSLY REMOVED AS AN ARRIVING ALIEN - AGGRAVATED FELONY CONVICTION -- PERMANENT BAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="473">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: ALIEN PREVIOUSLY REMOVED ONCE, NOT AS AN ARRIVING ALIEN, NOT AGGRAVATED FELONS -- 10 YEAR BAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="474">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: ALIEN PREVIOUSLY REMOVED TWO OR MORE TIMES, NOT AS AN ARRIVING ALIEN, NOT AGGRAVATED FELONS -- 20 YEAR BAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="475">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: ALIEN PREVIOUSLY REMOVED, NOT AS AN ARRIVING ALIEN, AGGRAVATED FELONY -- PERMANENT BAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="48">
        <xs:annotation>
          <xs:documentation>** IMM ADMITTED W/O VALID DOC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="480">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: POLYGAMY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="481">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: INTERNATIONAL CHILD ABDUCTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="482">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: UNLAWFUL VOTING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="483">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: RENOUNCED CITIZENSHIP FOR TAX PURPOSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="484">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT OVERSTAY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="485">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT OVERSTAY: CREWMEMBER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="486">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT OUT OF STATUS: MEXICAN BORDER CROSSER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="487">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT FAILURE TO MAINTAIN STATUS AFTER STATUS CHANGED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="488">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT WITH UNAUTHORIZED EMPLOYMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="489">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAINTAIN STATUS: CRIME OF VIOLENCE UNDER 8 C.F.R. 214.1(g)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="49">
        <xs:annotation>
          <xs:documentation>** NONIMM ADMITTED W/O VALID DOC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="490">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT STUDENT OUT OF STATUS: FAILURE TO ATTEND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="491">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT STUDENT OUT OF STATUS: FAILURE TO ATTEND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="492">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT STUDENT OUT OF STATUS: FAILURE TO CARRY FULL COURSE OF STUDY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="493">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT STUDENT OUT OF STATUS: UNAUTHORIZED ENROLLMENT AT A DIFFERENT SCHOOL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="494">
        <xs:annotation>
          <xs:documentation>VIOLATED CONDITION OF ENTRY: SECTION 212(g) WAIVER OF HEALTH GROUNDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="495">
        <xs:annotation>
          <xs:documentation>TERMINATION OF CONDITIONAL PERMANENT RESIDENCE: ADJUSTMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="496">
        <xs:annotation>
          <xs:documentation>TERMINATION OF CONDITIONAL PERMANENT RESIDENCE: ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="497">
        <xs:annotation>
          <xs:documentation>ALIEN SMUGGLING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="498">
        <xs:annotation>
          <xs:documentation>MARRIAGE FRAUD: MARRIAGE ENDED WITHIN TWO YEARS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="499">
        <xs:annotation>
          <xs:documentation>MARRIAGE FRAUD: REFUSAL OR FAILURE TO FULFILL MARITAL AGREEMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5">
        <xs:annotation>
          <xs:documentation>ILLEGAL RE-ENTRY INTO UNITED STATES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="50">
        <xs:annotation>
          <xs:documentation>** STOWAWAYS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="500">
        <xs:annotation>
          <xs:documentation>CONVICTION OF ONE CRIME INVOLVING MORAL TURPITUDE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="501">
        <xs:annotation>
          <xs:documentation>CONVICTION OF TWO CRIMES INVOLVING MORAL TURPITUDE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="502">
        <xs:annotation>
          <xs:documentation>AGGRAVATED FELONY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="503">
        <xs:annotation>
          <xs:documentation>AGGRAVATED FELONY: 101(a)(43)(B) CONTROLLED SUBSTANCE TRAFFICKING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="504">
        <xs:annotation>
          <xs:documentation>AGGRAVATED FELONY: 101(a)(43)(B) TWO POSSESSIONS OF A CONTROLLED SUBSTANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505">
        <xs:annotation>
          <xs:documentation>AGGRAVATED FELONY: 101(a)(43)(F) CRIME OF VIOLENCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="506">
        <xs:annotation>
          <xs:documentation>AGGRAVATED FELONY: 101(a)(43)(S) OBSTRUCTION OF JUSTICE, PERJURY, BRIBERY OF A WITNESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="507">
        <xs:annotation>
          <xs:documentation>HIGH SPEED FLIGHT CONVICTION, 18 U.S.C. ? 758</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="508">
        <xs:annotation>
          <xs:documentation>DRUG CONVICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="509">
        <xs:annotation>
          <xs:documentation>CURRENT DRUG ABUSER OR ADDICT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="51">
        <xs:annotation>
          <xs:documentation>** 274C FINAL ORDER-EXCLUDABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510">
        <xs:annotation>
          <xs:documentation>FORMER DRUG ABUSER OR ADDICT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="511">
        <xs:annotation>
          <xs:documentation>FIREARMS CONVICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="512">
        <xs:annotation>
          <xs:documentation>MISCELLANEOUS CRIMES: ESPIONAGE, SABOTAGE, TREASON AND SEDITION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="513">
        <xs:annotation>
          <xs:documentation>MISCELLANEOUS CRIMES: VIOLATION OF MILITARY SELECTIVE SERVICE ACT OR TRADING WITH THE ENEMY ACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="514">
        <xs:annotation>
          <xs:documentation>MISCELLANEOUS CRIMES: INA ? 278, IMPORTING AN ALIEN FOR PROSTITUTION OR ANY OTHER IMMORAL PURPOSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="515">
        <xs:annotation>
          <xs:documentation>DOMESTIC VIOLENCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="516">
        <xs:annotation>
          <xs:documentation>STALKING AND CHILD ABUSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="517">
        <xs:annotation>
          <xs:documentation>VIOLATION OF PROTECTION ORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="518">
        <xs:annotation>
          <xs:documentation>FAILURE TO REGISTER CHANGE OF ADDRESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="519">
        <xs:annotation>
          <xs:documentation>KNOWINGLY FALSE STATEMENTS OR FRAUDULENT PROCUREMENT IN APPLICATION FOR REGISTRATION: CONVICTED UNDER INA SECTION 266(c)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="52">
        <xs:annotation>
          <xs:documentation>FAILED TO COMPLETE PROPERLY SECTION 2 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FROM I-9)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="520">
        <xs:annotation>
          <xs:documentation>FRAUD AND MISUSE OF VISAS, PERMITS AND OTHER DOCUMENTS: CONVICTED UNDER 18 U.S.C. ? 1546</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="521">
        <xs:annotation>
          <xs:documentation>FORGED, COUNTERFEITED, ALTERED, OR FALSELY MADE DOCUMENT, OR WRONGFUL USE OF A LAWFULLY ISSUED DOCUMENT: 274C FINAL ORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="522">
        <xs:annotation>
          <xs:documentation>FALSE CLAIM OF UNITED STATES CITIZENSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="523">
        <xs:annotation>
          <xs:documentation>SECURITY AND RELATED GROUNDS: ESPIONAGE AND SABOTAGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="524">
        <xs:annotation>
          <xs:documentation>SECURITY AND RELATED GROUNDS: ENDANGERING PUBLIC SAFETY OR NATIONAL SECURITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525">
        <xs:annotation>
          <xs:documentation>SECURITY AND RELATED GROUNDS: OVERTHROW OF GOVERNMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="526">
        <xs:annotation>
          <xs:documentation>SECURITY AND RELATED GROUNDS: TERRORIST ACTIVITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="527">
        <xs:annotation>
          <xs:documentation>FOREIGN POLICY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="528">
        <xs:annotation>
          <xs:documentation>SECURITY AND RELATED GROUNDS: GENOCIDE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="529">
        <xs:annotation>
          <xs:documentation>SECURITY AND RELATED GROUNDS: NAZI PERSECUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="53">
        <xs:annotation>
          <xs:documentation>** ESPIONAGE OR SABOTAGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="530">
        <xs:annotation>
          <xs:documentation>PUBLIC CHARGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="531">
        <xs:annotation>
          <xs:documentation>UNLAWFUL VOTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="532">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: UNLAWFULLY PRESENT FOR 180-364 DAYS [AFTER 4/1/97] & VOLUNTARILY DEPARTED BEFORE THE COMMENCEMENT OF REMOVAL PROCEEDINGS -- 3 YEAR BAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="533">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: UNLAWFULLY PRESENT IN U.S. ONE YEAR OR MORE [AFTER 4/1/97] -- 10 YEAR BAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="534">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: UNLAWFULLY PRESENT FOR ONE-YEAR AGGREGATE PERIOD AND ENTERED OR ATTEMPTED TO ENTER WITHOUT BEING ADMITTED [AFTER 4/1/97] -- 10 YEAR BAR AND AG CONSENT REQUIRED AFTER 10 YEARS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: PREVIOUSLY ORDERED REMOVED AND ENTERED OR ATTEMPTED TO ENTER WITHOUT BEING ADMITTED -- 10 YEAR BAR AND AG CONSENT REQUIRED AFTER 10 YEARS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="536">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(C) Trafficking in Firearms, Destructive Devices, or Explosive Materials</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="537">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(D) Laundering of Monetary Instruments or Monetary Property Transactions</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="538">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(E) Explosive Materials or Firearms Offenses</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="539">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(G) Theft or Burglary Offense with Minimum One Year Imprisonment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="54">
        <xs:annotation>
          <xs:documentation>** NO LABOR CERTIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="540">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(H) Demand for or Receipt of Ransom</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="541">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(I) Child Pornography</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="542">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(J) Racketeering or Gambling Offenses</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="543">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(K) Prostitution Business, Transportation for Purpose of Prostitution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="544">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(L) National Defense Information, Sabotage, Treason, etc.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="545">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(M) Fraud, Deceit or Revenue Loss to the Government</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="546">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(N) Alien Smuggling Except in the Case of a First Offense</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="547">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(O) Alien Previously Deported on the Basis of a Conviction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="548">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(P) Falsely Making, Forging, Counterfeiting, Mutilating, or Altering a Passport or Instrument</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="549">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(Q)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="55">
        <xs:annotation>
          <xs:documentation>** CONVICT CONT SUB PRIOR TO ENTR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="550">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(R) Commercial Bribery, Counterfeiting, Forgery, or Trafficking in Vehicles</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="551">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(T) Failure to Appear for a Charge of Felony</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="552">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(U) Attempt or Conspiracy to Commit an Offense Described in Section 101(a)(43)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="553">
        <xs:annotation>
          <xs:documentation>Convicted of the Foreign Agents Registration Act of 1938 (22 USC 611)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="556">
        <xs:annotation>
          <xs:documentation>FEEBLEMINDED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="557">
        <xs:annotation>
          <xs:documentation>INSANE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="558">
        <xs:annotation>
          <xs:documentation>ONE OR MORE PRIOR ATTACKS OF INSANITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="559">
        <xs:annotation>
          <xs:documentation>AFFLICTED WITH EPILEPSY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="56">
        <xs:annotation>
          <xs:documentation>** AGGRAVATED FELONY-CRIME/VIOLEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="560">
        <xs:annotation>
          <xs:documentation>AFFLICTED WITH PSYCHOPATHIC PERSONALITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="561">
        <xs:annotation>
          <xs:documentation>AFFLICTED WITH A MENTAL DEFECT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="562">
        <xs:annotation>
          <xs:documentation>NARCOTIC DRUG ADDICT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="563">
        <xs:annotation>
          <xs:documentation>CHRONIC ALCOHOLIC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="564">
        <xs:annotation>
          <xs:documentation>AFFLICTED WITH TUBERCULOSIS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="565">
        <xs:annotation>
          <xs:documentation>AFFLICTED WITH LEPROSY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="566">
        <xs:annotation>
          <xs:documentation>AFFLICTED WITH A DANGEROUS CONTAGIOUS DISEASE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="567">
        <xs:annotation>
          <xs:documentation>AFFLICTED WITH A PHYSICAL DEFECT OR DISEASE AFFECTING THE ABILITY TO EARN A LIVING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="568">
        <xs:annotation>
          <xs:documentation>PAUPER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="569">
        <xs:annotation>
          <xs:documentation>PROFESSIONAL BEGGAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="57">
        <xs:annotation>
          <xs:documentation>** MARRIAGE FRAUD < 2 YRS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="570">
        <xs:annotation>
          <xs:documentation>VAGRANT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="571">
        <xs:annotation>
          <xs:documentation>CONVICTED OF CIMT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="572">
        <xs:annotation>
          <xs:documentation>ADMITS COMMISSION OF CIMT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="573">
        <xs:annotation>
          <xs:documentation>ADMITS COMMISSION OF ELEMENTS OF CIMT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="574">
        <xs:annotation>
          <xs:documentation>CONVICTED OF TWO OR MORE CIMT, FIVE OR MORE YEARS IMPOSED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="575">
        <xs:annotation>
          <xs:documentation>ONE WHO IS A POLYGAMIST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="576">
        <xs:annotation>
          <xs:documentation>A PRACTICING POLYGAMIST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="577">
        <xs:annotation>
          <xs:documentation>ADVOCATE OF THE PRACTICE OF POLYGAMY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="578">
        <xs:annotation>
          <xs:documentation>PROSTITUTES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="579">
        <xs:annotation>
          <xs:documentation>HAVE ENGAGED IN PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="58">
        <xs:annotation>
          <xs:documentation>FAILED TO MAKE AVAILABLE FOR INSPECTION THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="580">
        <xs:annotation>
          <xs:documentation>COMING TO ENGAGE IN PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="581">
        <xs:annotation>
          <xs:documentation>PROCURE OR ATTEMPT TO PROCURE A PROSTITUTE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="582">
        <xs:annotation>
          <xs:documentation>HAVE PROCURED OR IMPORTED FOR PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="583">
        <xs:annotation>
          <xs:documentation>SUPPORTED BY THE PROCEEDS OF PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="584">
        <xs:annotation>
          <xs:documentation>HAVE BEEN SUPPORTED BY THE PROCEEDS OF PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="585">
        <xs:annotation>
          <xs:documentation>COMING TO THE UNITED STATES TO ENGAGE IN COMMERCIALIZED VICE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="586">
        <xs:annotation>
          <xs:documentation>COMING TO THE UNITED STATES TO ENGAGE IN AN IMMORAL SEXUAL ACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="587">
        <xs:annotation>
          <xs:documentation>SEEKING TO ENTER TO PERFORM SKILLED OR UNSKILLED LABOR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="588">
        <xs:annotation>
          <xs:documentation>WHO IS LIKELY TO BECOME A PUBLIC CHARGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="589">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY EXCLUDED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="59">
        <xs:annotation>
          <xs:documentation>KNOWINGLY HIRED AND/OR CONTINUED TO EMPLOY (COUNT 1A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="590">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY DEPORTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="591">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY REMOVED AS A DISTRESSED ALIEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="592">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY REMOVED AS AN ALIEN ENEMY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="593">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY REMOVED IN LIEU OF DEPORTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="594">
        <xs:annotation>
          <xs:documentation>STOWAWAY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="595">
        <xs:annotation>
          <xs:documentation>SEEK TO PROCURE VISA OR OTHER DOCUMENT BY FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="596">
        <xs:annotation>
          <xs:documentation>HAVE SOUGHT TO PROCURE VISA OR OTHER DOCUMENT BY FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="597">
        <xs:annotation>
          <xs:documentation>HAVE PROCURED VISA OR DOCUMENT BY FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="598">
        <xs:annotation>
          <xs:documentation>SEEK TO ENTER THE UNITED STATES BY FRAUD OR MISREPRESENTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="599">
        <xs:annotation>
          <xs:documentation>IMMIGRANT NOT IN POSSESSION OF VALID ENTRY DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6">
        <xs:annotation>
          <xs:documentation>FALSE CLAIM TO US CITIZEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="60">
        <xs:annotation>
          <xs:documentation>FAILED TO PREPARE AND/OR MAKE AVAILABLE FOR INSPECTION THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="600">
        <xs:annotation>
          <xs:documentation>IMMIGRANT NOT IN POSSESSION OF VALID PASSPORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="601">
        <xs:annotation>
          <xs:documentation>IMMIGRANT WITH FAULTY VISA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="602">
        <xs:annotation>
          <xs:documentation>INELIGIBLE TO CITIZENSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="603">
        <xs:annotation>
          <xs:documentation>DRAFT EVADERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="604">
        <xs:annotation>
          <xs:documentation>CONVICTION FOR TRAFFICKING IN NARCOTIC DRUGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="605">
        <xs:annotation>
          <xs:documentation>CONVICTION FOR ANY NARCOTIC DRUGS LAW OR REGULATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="606">
        <xs:annotation>
          <xs:documentation>KNOWN DRUG TRAFFICKERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="607">
        <xs:annotation>
          <xs:documentation>ARRIVAL VIA NONSIGNATORY LINE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="608">
        <xs:annotation>
          <xs:documentation>ILLITERATE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="609">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT NOT IN POSSESSION OF VALID PASSPORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="61">
        <xs:annotation>
          <xs:documentation>** TRAFFICKER CONTROLLED SUBSTANC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="610">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT NOT IN POSSESSION OF VALID VISA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="611">
        <xs:annotation>
          <xs:documentation>ACCOMPANYING HELPLESS EXCLUDED ALIEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="612">
        <xs:annotation>
          <xs:documentation>ALIEN SMUGGLING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="613">
        <xs:annotation>
          <xs:documentation>MENTALLY RETARDED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="614">
        <xs:annotation>
          <xs:documentation>AFFLICTED WITH A SEXUAL DEVIATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="615">
        <xs:annotation>
          <xs:documentation>NO LABOR CERTIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="616">
        <xs:annotation>
          <xs:documentation>VISA NOT PROPERLY CHARGED TO FOREIGN STATE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="617">
        <xs:annotation>
          <xs:documentation>NOT AN IMMEDIATE RELATIVE AS DEFINED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="618">
        <xs:annotation>
          <xs:documentation>NOT A SPECIAL IMMIGRANT AS DEFINED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="619">
        <xs:annotation>
          <xs:documentation>IDIOT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="62">
        <xs:annotation>
          <xs:documentation>FAILED TO RETAIN AND/OR MAKE AVAILABLE FOR INSPECTION THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="620">
        <xs:annotation>
          <xs:documentation>IMBECILE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="621">
        <xs:annotation>
          <xs:documentation>FEEBLEMINDED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="622">
        <xs:annotation>
          <xs:documentation>EPILEPTIC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="623">
        <xs:annotation>
          <xs:documentation>INSANE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="624">
        <xs:annotation>
          <xs:documentation>PRIOR INSANITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="625">
        <xs:annotation>
          <xs:documentation>CONSTITUTIONAL PSYCHOPATHIC INFERIORITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="626">
        <xs:annotation>
          <xs:documentation>CHRONIC ALCOHOLIC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="627">
        <xs:annotation>
          <xs:documentation>PAUPER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="628">
        <xs:annotation>
          <xs:documentation>PROFESSIONAL BEGGAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="629">
        <xs:annotation>
          <xs:documentation>VAGRANT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="63">
        <xs:annotation>
          <xs:documentation>** REENTRY AFTER EXCLUSION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="630">
        <xs:annotation>
          <xs:documentation>AFFLICTED WITH TUBERCULOSIS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="631">
        <xs:annotation>
          <xs:documentation>AFFLICTED WITH LOATHSOME OR DANGEROUS CONTAGIOUS DISEASE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="632">
        <xs:annotation>
          <xs:documentation>MENTAL DEFECTIVE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="633">
        <xs:annotation>
          <xs:documentation>PHYSICAL DEFECT AFFECTING ABILITY TO EARN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="634">
        <xs:annotation>
          <xs:documentation>DRAFT EVADER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="635">
        <xs:annotation>
          <xs:documentation>CONVICTED OF ONE CIMT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="636">
        <xs:annotation>
          <xs:documentation>ADMITS HAVING COMMITTED CIMT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="637">
        <xs:annotation>
          <xs:documentation>POLYGAMIST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="638">
        <xs:annotation>
          <xs:documentation>ADVOCATES OF POLYGAMY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="639">
        <xs:annotation>
          <xs:documentation>PROSTITUTE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="64">
        <xs:annotation>
          <xs:documentation>FAILED TO COMPLETE SECTION 2 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9) WITHIN THREE BUSINESS DAYS OF HIRE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="640">
        <xs:annotation>
          <xs:documentation>COMING TO ENGAGE IN PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="641">
        <xs:annotation>
          <xs:documentation>COMING FOR IMMORAL PURPOSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="642">
        <xs:annotation>
          <xs:documentation>PROCURING FOR PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="643">
        <xs:annotation>
          <xs:documentation>IMPORTS A PERSON FOR THE PURPOSE OF PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="644">
        <xs:annotation>
          <xs:documentation>SUPPORTED BY PROCEEDS OF PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="645">
        <xs:annotation>
          <xs:documentation>CONTRACT LABORER (OFFER OR PROMISE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="646">
        <xs:annotation>
          <xs:documentation>CONTRACT LABORER (AGREEMENT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="647">
        <xs:annotation>
          <xs:documentation>CONTRACT LABORER (ADVERTISEMENT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="648">
        <xs:annotation>
          <xs:documentation>PERSON LIKELY TO BECOME A PUBLIC CHARGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="649">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY EXCLUDED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="65">
        <xs:annotation>
          <xs:documentation>FAILED TO PREPARE THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="650">
        <xs:annotation>
          <xs:documentation>ASSISTED ALIEN TO ENTER THE UNITED STATES BY OTHER THAN CORPORATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="651">
        <xs:annotation>
          <xs:documentation>ASSISTED ALIEN TO ENTER THE UNITED STATES BY A CORPORATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="652">
        <xs:annotation>
          <xs:documentation>STOWAWAY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="653">
        <xs:annotation>
          <xs:documentation>UNACCOMPANIED ALIEN UNDER 16 YEARS OLD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="654">
        <xs:annotation>
          <xs:documentation>BARRED ZONE NATIVE -- FROM ASIATIC ISLANDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="655">
        <xs:annotation>
          <xs:documentation>BARRED ZONE NATIVE -- FROM MAINLAND OF ASIA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="656">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY EXCLUDED AS PROSTITUTE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="657">
        <xs:annotation>
          <xs:documentation>ILLITERATE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="658">
        <xs:annotation>
          <xs:documentation>LABORER WITH LIMITED PASSPORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="659">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY EXCLUDED AS PROCURER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="66">
        <xs:annotation>
          <xs:documentation>FAILED TO ENSURE THAT EMPLOYEE COMPLETED PROPERLY SECTION 1 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9) AND/OR FAILED TO COMPLETE SECTION 2 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9) WITHIN THREE BUSINESS DAYS OF HIRE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="660">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY EXCLUDED AS CONNECTED WITH PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="661">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY EXCLUDED AS PERSON CONNECTED WITH THE BUSINESS OF IMPORTATION FOR PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="662">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY EXCLUDED AS PROSTITUTE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="663">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY DEPORTED AS PROCURER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="664">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY DEPORTED AS CONNECTED WITH THE BUSINESS OF PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="665">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY DEPORTED AS CONNECTED WITH THE BUSINESS OF IMPORTATION FOR PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="666">
        <xs:annotation>
          <xs:documentation>ACCOMPANYING HELPLESS EXCLUDED ALIEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="667">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY REMOVED AS DISTRESSED ALIEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="668">
        <xs:annotation>
          <xs:documentation>NONPOSSESSION OF VALID PASSPORT (NONSEAMAN)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="669">
        <xs:annotation>
          <xs:documentation>NONPOSSESSION OF VALID PASSPORT (SEAMAN)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="67">
        <xs:annotation>
          <xs:documentation>KNOWINGLY HIRED AND/OR CONTINUED TO EMPLOY (SECOND AND THIRD TIER)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="670">
        <xs:annotation>
          <xs:documentation>ENTRY PREJUDICIAL TO THE INTERESTS OF THE UNITED STATES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="671">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY EXCLUDED OR DEPORTED AS ANARCHIST -- ENTRY PRIOR TO 9/23/50</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="672">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY EXCLUDED OR DEPORTED AS ANARCHIST -- ENTRY BETWEEN 9/23/50 AND 12/23/52</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="673">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY DEPORTED AS WARTIME UNDESIRABLE ALIEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="674">
        <xs:annotation>
          <xs:documentation>IMMIGRANT NOT IN POSSESSION OF VALID VISA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="675">
        <xs:annotation>
          <xs:documentation>IMMIGRANT NOT IN POSSESSION OF VALID NON-QUOTA VISA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="676">
        <xs:annotation>
          <xs:documentation>NOT NON-QUOTA IMMIGRANT AS SPECIFIED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="677">
        <xs:annotation>
          <xs:documentation>IMMIGRANT NOT PREFERANCE QUOTA AS SPECIFIED IN THE VISA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="678">
        <xs:annotation>
          <xs:documentation>IMMIGRANT NOT OF NATIONALITY SPECIFIED IN THE VISA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="679">
        <xs:annotation>
          <xs:documentation>IMMIGRANT VISA PROCURED BY FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="68">
        <xs:annotation>
          <xs:documentation>** ESPIONAGE, SABOTAGE, TREA, SED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="680">
        <xs:annotation>
          <xs:documentation>INELIGIBLE TO CITIZENSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="681">
        <xs:annotation>
          <xs:documentation>ARRIVAL VIA NONSIGNATORY LINE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="682">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY DEPORTED AND RETURNED WITHIN ONE YEAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="683">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY DEPORTED AND RETURNED WITHOUT CONSENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="684">
        <xs:annotation>
          <xs:documentation>ALIEN WITHOUT VISA, REENTRY PERMIT OR BORDER CROSSING CARD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="685">
        <xs:annotation>
          <xs:documentation>FRAUDULENT CERTIFICATE OF IDENTITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="686">
        <xs:annotation>
          <xs:documentation>ENTRY WITHOUT INSPECTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="687">
        <xs:annotation>
          <xs:documentation>ENTRY AT TIME NOT DESIGNATED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="688">
        <xs:annotation>
          <xs:documentation>ENTRY AT PLACE NOT DESIGNATED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="689">
        <xs:annotation>
          <xs:documentation>MARRIAGE FRAUD -- MARRIAGE TERMINATED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="69">
        <xs:annotation>
          <xs:documentation>** STU-UNAUTH ENROLL AT OTHER SCH</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="690">
        <xs:annotation>
          <xs:documentation>ENTRY WITHOUT PROPER DOCUMENTS -- SUSPENSION OF DEPORTATION CASES ONLY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="691">
        <xs:annotation>
          <xs:documentation>MARRIAGE FRAUD -- NONFULFILLMENT OF MARITAL AGREEMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="692">
        <xs:annotation>
          <xs:documentation>INSTITUTIONALIZED BECAUSE OF MENTAL DISEASE WITHIN 5 YEARS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="693">
        <xs:annotation>
          <xs:documentation>CONVICTED OF CIMT COMMITTED WITHIN 5 YEARS AFTER ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="694">
        <xs:annotation>
          <xs:documentation>CONVICTED OF CIMT COMMITTED WITHIN 5 YEARS AFTER ENTRY, CONFINED ONE YEAR OR MORE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="695">
        <xs:annotation>
          <xs:documentation>CONVICTED OF TWO CIMTS AFTER ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="696">
        <xs:annotation>
          <xs:documentation>FAILURE TO FURNISH ALIEN REGISTRATION INFORMATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="697">
        <xs:annotation>
          <xs:documentation>CONVICTED OF FALSE OR FRAUDULENT STATEMENTS IN ALIEN REGISTRATION INFORMATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="698">
        <xs:annotation>
          <xs:documentation>CONVICTED OF FALSE OR FRAUDULENT STATEMENTS IN ALIEN REGISTRATION INFORMATION, 1940 ACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="699">
        <xs:annotation>
          <xs:documentation>CONVICTED FOR VIOLATING FOREIGN AGENTS REGISTRATION ACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7">
        <xs:annotation>
          <xs:documentation>MATERIAL WITNESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="70">
        <xs:annotation>
          <xs:documentation>** HEALTH GROUNDS-WAIVER OF</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="700">
        <xs:annotation>
          <xs:documentation>CONVICTED FOR VISA FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="701">
        <xs:annotation>
          <xs:documentation>SUBVERSIVE -- ENTRY PRIOR TO 12/24/52 -- 1918 ACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="702">
        <xs:annotation>
          <xs:documentation>SUBVERSIVE -- ENTRY PRIOR TO 12/24/52 -- 1918 ACT, AS AMENDED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="703">
        <xs:annotation>
          <xs:documentation>SUBVERSIVE -- ENTRY ON OR AFTER 12/24/52</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="704">
        <xs:annotation>
          <xs:documentation>HAVE BEEN SUBVERSIVE AFTER ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705">
        <xs:annotation>
          <xs:documentation>BECAME PUBLIC CHARGE WITHIN FIVE YEARS OF ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="706">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAINTAIN NONIMMIGRANT STATUS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="707">
        <xs:annotation>
          <xs:documentation>PETITION FILED TO REMOVE CONDITIONAL BASIS OF STATUS CONTAINED UNTRUE FACTS AND INFORMATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="708">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAINTAIN NONIMMIGRANT STATUS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="709">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAINTAIN OR COMPLY WITH CHANGED NONIMMIGRANT STATUS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="71">
        <xs:annotation>
          <xs:documentation>** FAIL MAINTAIN STATUS-MEX NATL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT -- REMAINED LONGER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="711">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT -- REMAINED LONGER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="712">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT: CREWMAN REFUSED PERMISSION TO LAND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="713">
        <xs:annotation>
          <xs:documentation>QUALIFYING MARRIAGE JUDICIALLY ANNULLED OR TERMINATED OTHER THAN THROUGH DEATH OF SPOUSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="714">
        <xs:annotation>
          <xs:documentation>A FEE OR OTHER CONSIDERATION WAS GIVEN FOR THE FILING OF A PETITION ON ALIENS BEHALF</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="715">
        <xs:annotation>
          <xs:documentation>AG. WORKER FAILED TO MAINTAIN STATUS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="716">
        <xs:annotation>
          <xs:documentation>MARRIAGE ENTERED INTO TO PROCURE ADMISSION AS AN IMMIGRANT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="717">
        <xs:annotation>
          <xs:documentation>AG. WORKER FAILED TO COMPLY WITH CONDITIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="718">
        <xs:annotation>
          <xs:documentation>AG. WORKER REMAINED LONGER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="719">
        <xs:annotation>
          <xs:documentation>CLAIM TO NATIONALITY -- FAILED TO COMPLY WITH CONDITIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="72">
        <xs:annotation>
          <xs:documentation>** CONVICTED UNDER 18 U.S.C. 1546</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="720">
        <xs:annotation>
          <xs:documentation>CLAIM TO NATIONALITY -- FAILED TO MAINTAIN NONIMMIGRANT STATUS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="721">
        <xs:annotation>
          <xs:documentation>ARRIVAL ON NONSIGNATORY LINE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="722">
        <xs:annotation>
          <xs:documentation>NARCOTIC DRUG ADDICTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="723">
        <xs:annotation>
          <xs:documentation>NARCOTIC DRUG ADDICT AFTER ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="724">
        <xs:annotation>
          <xs:documentation>CONVICTION FOR NARCOTIC DRUG TRAFFICKING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="725">
        <xs:annotation>
          <xs:documentation>CONVICTION -- VIOLATION OF NARCOTIC DRUG LAW OR REGULATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="726">
        <xs:annotation>
          <xs:documentation>BECAME A PROSTITUTE AFTER ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="727">
        <xs:annotation>
          <xs:documentation>ENGAGED IN PROSTITUTION AFTER ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="728">
        <xs:annotation>
          <xs:documentation>PROCURED OR ATTEMPTED TO PROCURE PROSTITUTES AFTER ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="729">
        <xs:annotation>
          <xs:documentation>IMPORTED OR ATTEMPTED TO IMPORT PROSTITUTES AFTER ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="73">
        <xs:annotation>
          <xs:documentation>** ADJUST-TERM COND PERM RESIDENC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="730">
        <xs:annotation>
          <xs:documentation>SUPPORTED BY PROCEEDS OF PROSTITUTION AFTER ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="731">
        <xs:annotation>
          <xs:documentation>MANAGER OF HOUSE OF PROSTITUTION AFTER ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="732">
        <xs:annotation>
          <xs:documentation>CONNECTED WITH MANAGEMENT OF HOUSE OF PROSTITUTION AFTER ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="733">
        <xs:annotation>
          <xs:documentation>SMUGGLING FOR GAIN, PRIOR TO ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="734">
        <xs:annotation>
          <xs:documentation>SMUGGLING FOR GAIN AT TIME OF ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="735">
        <xs:annotation>
          <xs:documentation>SMUGGLING FOR GAIN AFTER ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="736">
        <xs:annotation>
          <xs:documentation>CONVICTION FOR MISUSE OF FIREARMS (SAWED-OFF SHOTGUN)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="737">
        <xs:annotation>
          <xs:documentation>CONVICTED ONCE OF VIOLATING THE ALIEN REGISTRATION ACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="738">
        <xs:annotation>
          <xs:documentation>CONVICTED MORE THAN ONCE OF VIOLATING THE ALIEN REGISTRATION ACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="739">
        <xs:annotation>
          <xs:documentation>CONVICTION UNDER WARTIME LAWS AS UNDESIRABLE RESIDENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="74">
        <xs:annotation>
          <xs:documentation>PC-NY KIDNAPPING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="740">
        <xs:annotation>
          <xs:documentation>CONVICTED OF IMPORTATION FOR PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="741">
        <xs:annotation>
          <xs:documentation>CONVICTED OF IMPORTATION FOR PROSTITUTION (PRIOR ACT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="742">
        <xs:annotation>
          <xs:documentation>FAILED TO MAINTAIN STUDENT STATUS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="743">
        <xs:annotation>
          <xs:documentation>FAILED TO MAINTAIN CHANGED NONIMMIGRANT STATUS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="744">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY DEPORTED -- REINSTATEMENT OF PRIOR ORDER OF DEPORTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="745">
        <xs:annotation>
          <xs:documentation>FAILED TO APPEAR FOR INTERVIEW OR FILE A PETITION TO REMOVE CONDITIONAL BASIS OF STATUS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="746">
        <xs:annotation>
          <xs:documentation>NOT OF STATUS SPECIFIED IN NONIMMIGRANT VISA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="747">
        <xs:annotation>
          <xs:documentation>IMMIGRANT VISA NOT IN COMPLIANCE WITH SECTION 203 INA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="748">
        <xs:annotation>
          <xs:documentation>IMMIGRANT VISA NOT PROPERLY CHARGED TO QUOTA SPECIFIED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="749">
        <xs:annotation>
          <xs:documentation>IMMIGRANT VISA NOT NON-QUOTA AS SPECIFIED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="75">
        <xs:annotation>
          <xs:documentation>PC-NY CRIMINAL POSSESSION OF A CONTROLLED SUBSTANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="750">
        <xs:annotation>
          <xs:documentation>IMMIGRANT VISA NOT OF PROPER STATUS UNDER QUOTA AS SPECIFIED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="751">
        <xs:annotation>
          <xs:documentation>NOT ENTITLED TO SPECIAL NON-QUOTA IMMIGRANT VISA ISSUED UNDER SEC. 4(a) REFUGEE RELIEF ACT OF 1953</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="752">
        <xs:annotation>
          <xs:documentation>NOT ENTITLED TO NON-QUOTA IMMIGRANT VISA AS A REFUGEE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="753">
        <xs:annotation>
          <xs:documentation>NOT ENTITLED TO NON-QUOTA IMMIGRANT VISA AS AN ESCAPEE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="754">
        <xs:annotation>
          <xs:documentation>CONVICTED OF CONSPIRACY TRAFFICKING IN NARCOTIC DRUGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="755">
        <xs:annotation>
          <xs:documentation>CONVICTED OF POSSESSION OF NARCOTIC DRUGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="756">
        <xs:annotation>
          <xs:documentation>CONVICTED OF CONSPIRACY TO POSSESS NARCOTIC DRUGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="757">
        <xs:annotation>
          <xs:documentation>CONVICTED OF CONSPIRACY TO VIOLATE ANY NARCOTIC DRUG LAW OR REGULATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="758">
        <xs:annotation>
          <xs:documentation>CONVICTED OF CONSPIRACY TO VIOLATE ANY LAW RELATING TO TRAFFICKING IN NARCOTIC DRUGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="759">
        <xs:annotation>
          <xs:documentation>CONVICTED FOR POSSESSION OF NARCOTIC DRUGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="76">
        <xs:annotation>
          <xs:documentation>PC-NY CRIMINAL SALE OF A CONTROLLED SUBSTANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="760">
        <xs:annotation>
          <xs:documentation>CONVICTED OF CONSPIRACY TO POSSESS NARCOTIC DRUGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="761">
        <xs:annotation>
          <xs:documentation>CONVICTED OF CONSPIRACY TO VIOLATE ANY NARCOTIC DRUG LAW OR REGULATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="77">
        <xs:annotation>
          <xs:documentation>** EWI - LEGALIZATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="78">
        <xs:annotation>
          <xs:documentation>PC-NY CRIMINAL POSSESSION OF MARIHUANA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="79">
        <xs:annotation>
          <xs:documentation>PC-NY PETIT LARCENY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="796">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: ALIEN PREVIOUSLY REMOVED TWO OR MORE TIMES AS AN ARRIVING ALIEN, NOT AGGRAVATED FELONS -- 20 YEAR BAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="798">
        <xs:annotation>
          <xs:documentation>DEPORTATION ONLY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="799">
        <xs:annotation>
          <xs:documentation>ENTRY OF ALIEN AT IMPROPER TIME OR PLACE MISREP/CONCEALMENT OF FACTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8">
        <xs:annotation>
          <xs:documentation>UNLAWFUL POSSESSION OF A FIREARM BY ALIEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="80">
        <xs:annotation>
          <xs:documentation>** REENTRY AFTER DEPORTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="800">
        <xs:annotation>
          <xs:documentation>Cause Or Assist A Conspiracy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="801">
        <xs:annotation>
          <xs:documentation>ALIEN SMUGGLING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="802">
        <xs:annotation>
          <xs:documentation>RE-ENTRY OF REMOVED ALIENS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="803">
        <xs:annotation>
          <xs:documentation>FALSE CLAIM TO CITIZENSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="804">
        <xs:annotation>
          <xs:documentation>RELEASE OR DETENTION OF A MATERIAL WITNESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805">
        <xs:annotation>
          <xs:documentation>RESTRICTIONS ON IMPORTATION OF FIREARMS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="806">
        <xs:annotation>
          <xs:documentation>ASSAULTING, RESISTING AN OFFICER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="807">
        <xs:annotation>
          <xs:documentation>REPRODUCTION OF NATURALIZATION OR CITIZENSHIP PAPERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="808">
        <xs:annotation>
          <xs:documentation>FRAUD AND MISUSE OF VISAS, PERMITS AND OTHER DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="809">
        <xs:annotation>
          <xs:documentation>FAILURE TO PERSONALLY POSSESS ALIEN REGISTRATION DOCUMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="81">
        <xs:annotation>
          <xs:documentation>** TERRORIST ACTIVITIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="810">
        <xs:annotation>
          <xs:documentation>ESCAPES OR ATTEMPTS TO ESCAPE FROM INSTITUTION OR OFFICER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="811">
        <xs:annotation>
          <xs:documentation>MALICIOUS MISCHIEF - GOVERNMENT PROPERTY OR CONTRACTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="812">
        <xs:annotation>
          <xs:documentation>JUVENILE DELINQUENCY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="813">
        <xs:annotation>
          <xs:documentation>FALSE STATEMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="814">
        <xs:annotation>
          <xs:documentation>ALIEN SMUGGLING (HARBORING ALIENS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="815">
        <xs:annotation>
          <xs:documentation>PERJURY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="816">
        <xs:annotation>
          <xs:documentation>KNOWINGLY HIRED AND/OR CONTINUED TO EMPLOY (COUNT 1)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="817">
        <xs:annotation>
          <xs:documentation>PC-NY MANSLAUGHTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="818">
        <xs:annotation>
          <xs:documentation>ALIEN PRESENT WITHOUT ADMISSION OR PAROLE - (PWAs)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="819">
        <xs:annotation>
          <xs:documentation>FAILED TO COMPLETE PROPERLY SECTION 2 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FROM I-9)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="82">
        <xs:annotation>
          <xs:documentation>** OVERTHROW OF GOVERNMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="820">
        <xs:annotation>
          <xs:documentation>FAILED TO MAKE AVAILABLE FOR INSPECTION THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="821">
        <xs:annotation>
          <xs:documentation>KNOWINGLY HIRED AND/OR CONTINUED TO EMPLOY (COUNT 1A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="822">
        <xs:annotation>
          <xs:documentation>FAILED TO PREPARE AND/OR MAKE AVAILABLE FOR INSPECTION THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="823">
        <xs:annotation>
          <xs:documentation>FAILED TO RETAIN AND/OR MAKE AVAILABLE FOR INSPECTION THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="824">
        <xs:annotation>
          <xs:documentation>FAILED TO COMPLETE SECTION 2 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9) WITHIN THREE BUSINESS DAYS OF HIRE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="825">
        <xs:annotation>
          <xs:documentation>FAILED TO PREPARE THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="826">
        <xs:annotation>
          <xs:documentation>FAILED TO ENSURE THAT EMPLOYEE COMPLETED PROPERLY SECTION 1 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9) AND/OR FAILED TO COMPLETE SECTION 2 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9) WITHIN THREE BUSINESS DAYS OF HIRE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="827">
        <xs:annotation>
          <xs:documentation>KNOWINGLY HIRED AND/OR CONTINUED TO EMPLOY (SECOND AND THIRD TIER)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="828">
        <xs:annotation>
          <xs:documentation>PC-NY KIDNAPPING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="829">
        <xs:annotation>
          <xs:documentation>PC-NY CRIMINAL POSSESSION OF A CONTROLLED SUBSTANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="83">
        <xs:annotation>
          <xs:documentation>** CONVICTED UNDER SECTION 266(C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="830">
        <xs:annotation>
          <xs:documentation>PC-NY CRIMINAL SALE OF A CONTROLLED SUBSTANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="831">
        <xs:annotation>
          <xs:documentation>PC-NY CRIMINAL POSSESSION OF MARIHUANA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="832">
        <xs:annotation>
          <xs:documentation>PC-NY PETIT LARCENY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="833">
        <xs:annotation>
          <xs:documentation>FAILED TO COMPLETE SECTION 3 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9) OR A NEW FORM I-9 ("REVERIFY") NOT LATER THAN THE DATE WORK AUTHORIZATION EXPIRED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="834">
        <xs:annotation>
          <xs:documentation>PC-NY ASSAULT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="835">
        <xs:annotation>
          <xs:documentation>KNOWINGLY HIRED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="836">
        <xs:annotation>
          <xs:documentation>ACCEPTED DOCUMENTATION THAT DID NOT REASONABLY APPEAR TO BE GENUINE IN COMPLETING SECTION 2 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="837">
        <xs:annotation>
          <xs:documentation>FAILED TO PROPERLY COMPLETE SECTION 3 OF THE EMPLOYMENT ELIGIBILITY FORM (FORM I-9) OR A NEW FORM I-9 ("REVERIFY")</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="838">
        <xs:annotation>
          <xs:documentation>FAILED TO COMPLETE SECTION 3 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9) OR A NEW FORM I-9 ("REVERIFY")</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="839">
        <xs:annotation>
          <xs:documentation>FAILED TO ENSURE THAT EMPLOYEE COMPLETED PROPERLY SECTION 1 AND/OR FAILED TO COMPLETE PROPERLY SECTION 2 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="84">
        <xs:annotation>
          <xs:documentation>** IMMORAL PURP/LEAVE EXEC ORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="840">
        <xs:annotation>
          <xs:documentation>EEE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="841">
        <xs:annotation>
          <xs:documentation>FAILED TO ENSURE THAT EMPLOYEE COMPLETED PROPERLY SECTION 1 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="842">
        <xs:annotation>
          <xs:documentation>FAILED TO COMPLETE PROPERLY SECTION 2 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9) AND/OR FAILED TO COMPLETE SECTION 2 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9) WITHIN THREE BUSINESS DAYS OF HIRE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="843">
        <xs:annotation>
          <xs:documentation>KNOWINGLY CONTINUED TO EMPLOY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="844">
        <xs:annotation>
          <xs:documentation>PC-NY RAPE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="845">
        <xs:annotation>
          <xs:documentation>PC-NY MURDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="846">
        <xs:annotation>
          <xs:documentation>PC-NY SODOMY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="847">
        <xs:annotation>
          <xs:documentation>PC-NY SEXUAL ABUSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="848">
        <xs:annotation>
          <xs:documentation>PC-NY BURGLARY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="849">
        <xs:annotation>
          <xs:documentation>PC-NY ARSON</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="85">
        <xs:annotation>
          <xs:documentation>** MORAL TURPITUDE-1 CONVICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="850">
        <xs:annotation>
          <xs:documentation>PC-NY CRIMINAL SALE MARIHUANA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="851">
        <xs:annotation>
          <xs:documentation>PC-NY GRAND LARCENY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="852">
        <xs:annotation>
          <xs:documentation>PC-NY ROBBERY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="853">
        <xs:annotation>
          <xs:documentation>PC-NY CRIMINAL POSSESSION OF STOLEN PROPERTY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="854">
        <xs:annotation>
          <xs:documentation>PC-NY FORGERY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="855">
        <xs:annotation>
          <xs:documentation>PC-NY CRIMINAL POSSESSION OF A WEAPON</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="856">
        <xs:annotation>
          <xs:documentation>PC-NY CONSPIRACY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="857">
        <xs:annotation>
          <xs:documentation>ALIEN SMUGGLING (GUIDE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="858">
        <xs:annotation>
          <xs:documentation>ALIEN SMUGGLING (DRIVER)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="859">
        <xs:annotation>
          <xs:documentation>FRAUD AND RELATED ACTIVITY IN CONNECTION WITH ID DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="86">
        <xs:annotation>
          <xs:documentation>** FAIL TO MAINTAIN EMPLOY (RAW)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="860">
        <xs:annotation>
          <xs:documentation>MAKE FALSE STATEMENT OR WRITING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="861">
        <xs:annotation>
          <xs:documentation>SHAM MARRIAGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="862">
        <xs:annotation>
          <xs:documentation>USES PROOF OF CITIZENSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="863">
        <xs:annotation>
          <xs:documentation>UNLAWFUL PROCUREMENT OF CITIZENSHIP OR NATURALIZATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="864">
        <xs:annotation>
          <xs:documentation>REMOVAL PROCEEDINGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="865">
        <xs:annotation>
          <xs:documentation>COMMUNICABLE DISEASE OF PUBLIC HEALTH SIGNIFICANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="866">
        <xs:annotation>
          <xs:documentation>NO DOCUMENTATION TO PROVE VACCINATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="867">
        <xs:annotation>
          <xs:documentation>PHYSICAL OR MENTAL DISORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="868">
        <xs:annotation>
          <xs:documentation>RECURRING PHYSICAL OR MENTAL DISORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="869">
        <xs:annotation>
          <xs:documentation>DRUG ABUSER OR ADDICT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="87">
        <xs:annotation>
          <xs:documentation>** ALIEN SMUGGLING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="870">
        <xs:annotation>
          <xs:documentation>CONVICTION OR COMMISSION OF A CRIME INVOLVING MORAL TURPITUDE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="871">
        <xs:annotation>
          <xs:documentation>CONTROLLED SUBSTANCE CONVICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="872">
        <xs:annotation>
          <xs:documentation>MULTIPLE CONVICTIONS WITH AGGREGATE SENTENCE OF FIVE YEARS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="873">
        <xs:annotation>
          <xs:documentation>SUSPECTED CONTROLLED SUBSTANCE TRAFFICKER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="874">
        <xs:annotation>
          <xs:documentation>CONTROLLED SUBSTANCE TRAFFICKER WITH A CONVICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="875">
        <xs:annotation>
          <xs:documentation>PROSTITUTION WITHIN 10 YEARS OF APPLICATION FOR ADMISSION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="876">
        <xs:annotation>
          <xs:documentation>PROCURED OR IMPORTED PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="877">
        <xs:annotation>
          <xs:documentation>RECEIVED PROCEEDS OF PROSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="878">
        <xs:annotation>
          <xs:documentation>COMMERCIALIZED VICE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="879">
        <xs:annotation>
          <xs:documentation>EXERCISE OF CRIMINAL IMMUNITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="88">
        <xs:annotation>
          <xs:documentation>** FAIL TO MAINTAIN STATUS-CRIME</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="880">
        <xs:annotation>
          <xs:documentation>ESPIONAGE OR SABOTAGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="881">
        <xs:annotation>
          <xs:documentation>ESPIONAGE OR SABOTAGE: EXPORT OF GOODS, TECHNOLOGY, OR SENSITIVE INFORMATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="882">
        <xs:annotation>
          <xs:documentation>UNLAWFUL ACTIVITY (SECURITY & RELATED GROUNDS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="883">
        <xs:annotation>
          <xs:documentation>CONTROL OR OVERTHROW OF U.S. GOVERNMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="884">
        <xs:annotation>
          <xs:documentation>ENGAGED IN TERRORIST ACTIVITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="885">
        <xs:annotation>
          <xs:documentation>LIKELY TO ENGAGE IN TERRORIST ACTIVITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="886">
        <xs:annotation>
          <xs:documentation>INCITED TERRORIST ACTIVITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="887">
        <xs:annotation>
          <xs:documentation>REPRESENTATIVE OF FOREIGN TERRORIST ORGANIZATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="888">
        <xs:annotation>
          <xs:documentation>MEMBER OF FOREIGN TERRORIST ORGANIZATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="889">
        <xs:annotation>
          <xs:documentation>FOREIGN POLICY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="89">
        <xs:annotation>
          <xs:documentation>** EWI - SPECIAL AGRICUL WORKER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="890">
        <xs:annotation>
          <xs:documentation>IMMIGRANT WITH COMMUNIST OR TOTALITARIAN AFFILIATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="891">
        <xs:annotation>
          <xs:documentation>PARTICIPATION IN NAZI PERSECUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="892">
        <xs:annotation>
          <xs:documentation>PARTICIPATION IN GENOCIDE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="893">
        <xs:annotation>
          <xs:documentation>PUBLIC CHARGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="894">
        <xs:annotation>
          <xs:documentation>NO AFFIDAVIT OF SUPPORT, FAMILY-SPONSORED IMMIGRANT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="895">
        <xs:annotation>
          <xs:documentation>NO AFFIDAVIT OF SUPPORT: EMPLOYMENT-BASED IMMIGRANT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="896">
        <xs:annotation>
          <xs:documentation>NO LABOR CERTIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="897">
        <xs:annotation>
          <xs:documentation>NO HEALTH CARE WORKER CERTIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="898">
        <xs:annotation>
          <xs:documentation>FAILURE TO ATTEND REMOVAL PROCEEDING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="899">
        <xs:annotation>
          <xs:documentation>FRAUD OR WILLFUL MISREPRESENTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9">
        <xs:annotation>
          <xs:documentation>ASSAULT ON FEDERAL OFFICER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="90">
        <xs:annotation>
          <xs:documentation>** NONIMMIGRANT OVERSTAY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="900">
        <xs:annotation>
          <xs:documentation>FALSE CLAIM TO U.S. CITIZENSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="901">
        <xs:annotation>
          <xs:documentation>ALIEN SMUGGLING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="902">
        <xs:annotation>
          <xs:documentation>274C FINAL ORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="903">
        <xs:annotation>
          <xs:documentation>STUDENT VISA ABUSERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="904">
        <xs:annotation>
          <xs:documentation>IMMIGRANT WITHOUT AN IMMIGRANT VISA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="905">
        <xs:annotation>
          <xs:documentation>IMMIGRANT WITHOUT AN IMMIGRANT VISA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="906">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT WITHOUT A VALID PASSPORT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="907">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT WITHOUT A VALID NONIMMIGRANT VISA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="908">
        <xs:annotation>
          <xs:documentation>IMMIGRANT INELIGIBLE FOR CITIZENSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="909">
        <xs:annotation>
          <xs:documentation>DRAFT EVADER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="91">
        <xs:annotation>
          <xs:documentation>** FAIL TO MAINTAIN NONIMM STATUS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="910">
        <xs:annotation>
          <xs:documentation>ALIEN PREVIOUSLY REMOVED ONCE, AS AN ARRIVING ALIEN (NOT AGGRAVATED FELONS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="911">
        <xs:annotation>
          <xs:documentation>ALIEN PREVIOUSLY REMOVED TWO OR MORE TIMES AS AN ARRIVING ALIEN (NOT AGGRAVATED FELONS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="912">
        <xs:annotation>
          <xs:documentation>ALIEN PREVIOUSLY REMOVED AS AN ARRIVING ALIEN - AGGRAVATED FELONY CONVICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="913">
        <xs:annotation>
          <xs:documentation>ALIEN PREVIOUSLY REMOVED ONCE, NOT AS AN ARRIVING ALIEN (NOT AGGRAVATED FELONS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="914">
        <xs:annotation>
          <xs:documentation>ALIEN PREVIOUSLY REMOVED TWO OR MORE TIMES, NOT AS AN ARRIVING ALIEN, NOT AGGRAVATED FELONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="915">
        <xs:annotation>
          <xs:documentation>ALIEN PREVIOUSLY REMOVED, NOT AS AN ARRIVING ALIEN & AGGRAVATED FELONY CONVICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="916">
        <xs:annotation>
          <xs:documentation>NON-LPR UNLAWFULLY PRESENT IN U.S. FOR 180-364 DAYS [AFTER 4/1/97] & DEPARTED VOLUNTARILY DEPARTED PRIOR TO COMMENCEMENT OF REMOVAL PROCEEDINGS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="917">
        <xs:annotation>
          <xs:documentation>NON-LPR UNLAWFULLY PRESENT IN U.S. ONE YEAR OR MORE [AFTER 4/1/97]</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="918">
        <xs:annotation>
          <xs:documentation>UNLAWFULLY PRESENT FOR ONE-YEAR AGGREGRATE [AFTER 4/1/97] AND ENTERED OR ATTEMPTED TO ENTER WITHOUT BEING ADMITTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="919">
        <xs:annotation>
          <xs:documentation>PREVIOUSLY ORDERED REMOVED AND ENTERED OR ATTEMPTED TO ENTER WITHOUT BEING ADMITTED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="92">
        <xs:annotation>
          <xs:documentation>FAILED TO COMPLETE SECTION 3 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9) OR A NEW FORM I-9 ("REVERIFY") NOT LATER THAN THE DATE WORK AUTHORIZATION EXPIRED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="920">
        <xs:annotation>
          <xs:documentation>POLYGAMY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="921">
        <xs:annotation>
          <xs:documentation>GUARDIAN REQUIRED TO ACCOMPANY HELPLESS INADMISSIBLE ALIEN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="922">
        <xs:annotation>
          <xs:documentation>INTERNATIONAL CHILD ADBUCTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="923">
        <xs:annotation>
          <xs:documentation>UNLAWFUL VOTERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="924">
        <xs:annotation>
          <xs:documentation>FORMER U.S. CITIZENS WHO RENOUNCED CITIZENSHIP TO AVOID TAXATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="925">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: CIMT CONVICTION BEFORE ENTRY OR ADJUSTMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="926">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: CONTROLLED SUBSTANCE CONVICTION BEFORE ENTRY OR ADJUSTMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="927">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: TWO OR MORE CONVICTIONS & SENTENCED TO AT LEAST FIVE YEARS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="928">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: PROSTITUTION WITHIN 10 YEARS OF ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="929">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: NO LABOR CERTIFICATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="93">
        <xs:annotation>
          <xs:documentation>REINSTATEMENT OF DEPORTATION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="930">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: SEEKING ADMISSION OR OTHER BENEFIT BY FRAUD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="931">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: ALIEN SMUGGLING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="932">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: 274C FINAL ORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="933">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: IMMIGRANT ADMITTED WITHOUT VALID DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="934">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: NONIMMIGRANT ADMITTED WITHOUT VALID DOCUMENTS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="935">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: ALIEN PREVIOUSLY REMOVED ONCE, AS AN ARRIVING ALIEN, NOT AGGRAVATED FELONS -- 5 YEAR BAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="936">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: ALIEN PREVIOUSLY REMOVED AS AN ARRIVING ALIEN - AGGRAVATED FELONY CONVICTION -- PERMANENT BAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="937">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: ALIEN PREVIOUSLY REMOVED ONCE, NOT AS AN ARRIVING ALIEN, NOT AGGRAVATED FELONS -- 10 YEAR BAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="938">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: ALIEN PREVIOUSLY REMOVED TWO OR MORE TIMES, NOT AS AN ARRIVING ALIEN, NOT AGGRAVATED FELONS -- 20 YEAR BAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="939">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: ALIEN PREVIOUSLY REMOVED, NOT AS AN ARRIVING ALIEN, AGGRAVATED FELONY -- PERMANENT BAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="94">
        <xs:annotation>
          <xs:documentation>** MARRIAGE FRAUD NON FULFILL MAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="940">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: POLYGAMY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="941">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: INTERNATIONAL CHILD ABDUCTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="942">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: UNLAWFUL VOTING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="943">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: RENOUNCED CITIZENSHIP FOR TAX PURPOSES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="944">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT OVERSTAY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="945">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT OVERSTAY: CREWMEMBER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="946">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT OUT OF STATUS: MEXICAN BORDER CROSSER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="947">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT FAILURE TO MAINTAIN STATUS AFTER STATUS CHANGED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="948">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT WITH UNAUTHORIZED EMPLOYMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="949">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAINTAIN STATUS: CRIME OF VIOLENCE UNDER 8 C.F.R. 214.1(g)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="95">
        <xs:annotation>
          <xs:documentation>PC-NY ASSAULT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="950">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT STUDENT OUT OF STATUS: FAILURE TO ATTEND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="951">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT STUDENT OUT OF STATUS: FAILURE TO ATTEND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="952">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT STUDENT OUT OF STATUS: FAILURE TO CARRY FULL COURSE OF STUDY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="953">
        <xs:annotation>
          <xs:documentation>NONIMMIGRANT STUDENT OUT OF STATUS: UNAUTHORIZED ENROLLMENT AT A DIFFERENT SCHOOL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="954">
        <xs:annotation>
          <xs:documentation>VIOLATED CONDITION OF ENTRY: SECTION 212(g) WAIVER OF HEALTH GROUNDS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="955">
        <xs:annotation>
          <xs:documentation>TERMINATION OF CONDITIONAL PERMANENT RESIDENCE: ADJUSTMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="956">
        <xs:annotation>
          <xs:documentation>TERMINATION OF CONDITIONAL PERMANENT RESIDENCE: ENTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="957">
        <xs:annotation>
          <xs:documentation>ALIEN SMUGGLING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="958">
        <xs:annotation>
          <xs:documentation>MARRIAGE FRAUD: MARRIAGE ENDED WITHIN TWO YEARS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="959">
        <xs:annotation>
          <xs:documentation>MARRIAGE FRAUD: REFUSAL OR FAILURE TO FULFILL MARITAL AGREEMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="96">
        <xs:annotation>
          <xs:documentation>KNOWINGLY HIRED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="960">
        <xs:annotation>
          <xs:documentation>CONVICTION OF ONE CRIME INVOLVING MORAL TURPITUDE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="961">
        <xs:annotation>
          <xs:documentation>CONVICTION OF TWO CRIMES INVOLVING MORAL TURPITUDE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="962">
        <xs:annotation>
          <xs:documentation>AGGRAVATED FELONY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="963">
        <xs:annotation>
          <xs:documentation>AGGRAVATED FELONY: 101(a)(43)(B) CONTROLLED SUBSTANCE TRAFFICKING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="964">
        <xs:annotation>
          <xs:documentation>AGGRAVATED FELONY: 101(a)(43)(B) TWO POSSESSIONS OF A CONTROLLED SUBSTANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="965">
        <xs:annotation>
          <xs:documentation>AGGRAVATED FELONY: 101(a)(43)(F) CRIME OF VIOLENCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="966">
        <xs:annotation>
          <xs:documentation>AGGRAVATED FELONY: 101(a)(43)(S) OBSTRUCTION OF JUSTICE, PERJURY, BRIBERY OF A WITNESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="967">
        <xs:annotation>
          <xs:documentation>HIGH SPEED FLIGHT CONVICTION, 18 U.S.C. ? 758</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="968">
        <xs:annotation>
          <xs:documentation>DRUG CONVICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="969">
        <xs:annotation>
          <xs:documentation>CURRENT DRUG ABUSER OR ADDICT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="97">
        <xs:annotation>
          <xs:documentation>ACCEPTED DOCUMENTATION THAT DID NOT REASONABLY APPEAR TO BE GENUINE IN COMPLETING SECTION 2 OF THE EMPLOYMENT ELIGIBILITY VERIFICATION FORM (FORM I-9)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="970">
        <xs:annotation>
          <xs:documentation>FORMER DRUG ABUSER OR ADDICT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="971">
        <xs:annotation>
          <xs:documentation>FIREARMS CONVICTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="972">
        <xs:annotation>
          <xs:documentation>MISCELLANEOUS CRIMES: ESPIONAGE, SABOTAGE, TREASON AND SEDITION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="973">
        <xs:annotation>
          <xs:documentation>MISCELLANEOUS CRIMES: VIOLATION OF MILITARY SELECTIVE SERVICE ACT OR TRADING WITH THE ENEMY ACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="974">
        <xs:annotation>
          <xs:documentation>MISCELLANEOUS CRIMES: INA ? 278, IMPORTING AN ALIEN FOR PROSTITUTION OR ANY OTHER IMMORAL PURPOSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="975">
        <xs:annotation>
          <xs:documentation>DOMESTIC VIOLENCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="976">
        <xs:annotation>
          <xs:documentation>STALKING AND CHILD ABUSE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="977">
        <xs:annotation>
          <xs:documentation>VIOLATION OF PROTECTION ORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="978">
        <xs:annotation>
          <xs:documentation>FAILURE TO REGISTER CHANGE OF ADDRESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="979">
        <xs:annotation>
          <xs:documentation>KNOWINGLY FALSE STATEMENTS OR FRAUDULENT PROCUREMENT IN APPLICATION FOR REGISTRATION: CONVICTED UNDER INA SECTION 266(c)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="98">
        <xs:annotation>
          <xs:documentation>FAILED TO PROPERLY COMPLETE SECTION 3 OF THE EMPLOYMENT ELIGIBILITY FORM (FORM I-9) OR A NEW FORM I-9 ("REVERIFY")</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="980">
        <xs:annotation>
          <xs:documentation>FRAUD AND MISUSE OF VISAS, PERMITS AND OTHER DOCUMENTS: CONVICTED UNDER 18 U.S.C. ? 1546</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="981">
        <xs:annotation>
          <xs:documentation>FORGED, COUNTERFEITED, ALTERED, OR FALSELY MADE DOCUMENT, OR WRONGFUL USE OF A LAWFULLY ISSUED DOCUMENT: 274C FINAL ORDER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="982">
        <xs:annotation>
          <xs:documentation>FALSE CLAIM OF UNITED STATES CITIZENSHIP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="983">
        <xs:annotation>
          <xs:documentation>SECURITY AND RELATED GROUNDS: ESPIONAGE AND SABOTAGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="984">
        <xs:annotation>
          <xs:documentation>SECURITY AND RELATED GROUNDS: ENDANGERING PUBLIC SAFETY OR NATIONAL SECURITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="985">
        <xs:annotation>
          <xs:documentation>SECURITY AND RELATED GROUNDS: OVERTHROW OF GOVERNMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="986">
        <xs:annotation>
          <xs:documentation>SECURITY AND RELATED GROUNDS: TERRORIST ACTIVITY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="987">
        <xs:annotation>
          <xs:documentation>FOREIGN POLICY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="988">
        <xs:annotation>
          <xs:documentation>SECURITY AND RELATED GROUNDS: GENOCIDE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="989">
        <xs:annotation>
          <xs:documentation>SECURITY AND RELATED GROUNDS: NAZI PERSECUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="99">
        <xs:annotation>
          <xs:documentation>** FRAUD-ENTRY/BENEFITS PROCURED</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="990">
        <xs:annotation>
          <xs:documentation>PUBLIC CHARGE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="991">
        <xs:annotation>
          <xs:documentation>UNLAWFUL VOTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="992">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: UNLAWFULLY PRESENT FOR 180-364 DAYS [AFTER 4/1/97] & VOLUNTARILY DEPARTED BEFORE THE COMMENCEMENT OF REMOVAL PROCEEDINGS -- 3 YEAR BAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="993">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: UNLAWFULLY PRESENT IN U.S. ONE YEAR OR MORE [AFTER 4/1/97] -- 10 YEAR BAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="994">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: UNLAWFULLY PRESENT FOR ONE-YEAR AGGREGATE PERIOD AND ENTERED OR ATTEMPTED TO ENTER WITHOUT BEING ADMITTED [AFTER 4/1/97] -- 10 YEAR BAR AND AG CONSENT REQUIRED AFTER 10 YEARS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="995">
        <xs:annotation>
          <xs:documentation>INADMISSIBLE AT ENTRY OR ADJUSTMENT: PREVIOUSLY ORDERED REMOVED AND ENTERED OR ATTEMPTED TO ENTER WITHOUT BEING ADMITTED -- 10 YEAR BAR AND AG CONSENT REQUIRED AFTER 10 YEARS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="996">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(C) Trafficking in Firearms, Destructive Devices, or Explosive Materials</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="997">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(D) Laundering of Monetary Instruments or Monetary Property Transactions</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="998">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(E) Explosive Materials or Firearms Offenses</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="999">
        <xs:annotation>
          <xs:documentation>Aggravated Felony: 101(a)(43)(G) Theft or Burglary Offense with Minimum One Year Imprisonment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ChargeCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of apprehension charges</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:ChargeCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ComplexionCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of complexion.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ALB">
        <xs:annotation>
          <xs:documentation>ALBINO</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BLK">
        <xs:annotation>
          <xs:documentation>BLACK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DBR">
        <xs:annotation>
          <xs:documentation>DARK BROWN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DRK">
        <xs:annotation>
          <xs:documentation>DARK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FAR">
        <xs:annotation>
          <xs:documentation>FAIR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LBR">
        <xs:annotation>
          <xs:documentation>LIGHT BROWN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LGT">
        <xs:annotation>
          <xs:documentation>LIGHT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MBR">
        <xs:annotation>
          <xs:documentation>MEDIUM BROWN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MED">
        <xs:annotation>
          <xs:documentation>MEDIUM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OLV">
        <xs:annotation>
          <xs:documentation>OLIVE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RUD">
        <xs:annotation>
          <xs:documentation>RUDDY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SAL">
        <xs:annotation>
          <xs:documentation>SALLOW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="YEL">
        <xs:annotation>
          <xs:documentation>YELLOW</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ComplexionCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of complexion.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:ComplexionCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ConfidenceLevelCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of confidence level.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Low</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Medium</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>High</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="High">
        <xs:annotation>
          <xs:documentation>High</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Low">
        <xs:annotation>
          <xs:documentation>Low</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Medium">
        <xs:annotation>
          <xs:documentation>Medium</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ConfidenceLevelCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of confidence level.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:ConfidenceLevelCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="ConfidenceLevelType">
    <xs:annotation>
      <xs:documentation>A data type for detailing the reliability of the associated information.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:ConfidenceLevelCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ConfidenceLevelCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ConfidenceLevelAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="ConveyanceCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of conveyance.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Airplane</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Automobile</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>Boat</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>Bus</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6">
        <xs:annotation>
          <xs:documentation>Train</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ConveyanceCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of conveyance.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:ConveyanceCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ConveyanceIdentificationCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of conveyance identification.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="LPN">
        <xs:annotation>
          <xs:documentation>License Plate Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MVRN">
        <xs:annotation>
          <xs:documentation>Motor Vehicle Registration Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VIN">
        <xs:annotation>
          <xs:documentation>Vehicle Identification Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ConveyanceIdentificationCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of conveyance identification.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:ConveyanceIdentificationCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ConveyanceIDIssuingJurisdictionCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of jurisdictions issuing Conveyance registrations</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="A1">
        <xs:annotation>
          <xs:documentation>Commercial Flights - All</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A2">
        <xs:annotation>
          <xs:documentation>Commercial Flights - ACE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A3">
        <xs:annotation>
          <xs:documentation>Commercial Flights - ACE - Nbr of PAX</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A4">
        <xs:annotation>
          <xs:documentation>Commercial Flights - APIS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A5">
        <xs:annotation>
          <xs:documentation>Commercial Flights - APIS - Nbr of PAX</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A6">
        <xs:annotation>
          <xs:documentation>Charter Flights</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A7">
        <xs:annotation>
          <xs:documentation>Private Flights</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A8">
        <xs:annotation>
          <xs:documentation>Military Flights</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A9">
        <xs:annotation>
          <xs:documentation>In-Transit Lounge Passengers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Commercial Cargo Ship">
        <xs:annotation>
          <xs:documentation>Commercial Cargo Ship</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Commercial Cargo Vehicle">
        <xs:annotation>
          <xs:documentation>Commercial Cargo Vehicle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="L1">
        <xs:annotation>
          <xs:documentation>Non-Commercial Vehicles</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="L2">
        <xs:annotation>
          <xs:documentation>Commercial Vehicles</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="L3">
        <xs:annotation>
          <xs:documentation>Buses</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="L4">
        <xs:annotation>
          <xs:documentation>Trains</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="L5">
        <xs:annotation>
          <xs:documentation>Dedicated Commuter Lane(DCL)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="L6">
        <xs:annotation>
          <xs:documentation>Pedestrians</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Medical Board of Maryland">
        <xs:annotation>
          <xs:documentation>Medical Board of Maryland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Private Aircraft">
        <xs:annotation>
          <xs:documentation>Private Aircraft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S1">
        <xs:annotation>
          <xs:documentation>Commercial Passenger Vessels</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S2">
        <xs:annotation>
          <xs:documentation>Commercial Cargo Vessels</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S3">
        <xs:annotation>
          <xs:documentation>Private Vessels</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Train">
        <xs:annotation>
          <xs:documentation>Train</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="US Department of State">
        <xs:annotation>
          <xs:documentation>US Department of State</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Virginia State Department of Transportation">
        <xs:annotation>
          <xs:documentation>Virginia State Department of Transportation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ConveyanceIDIssuingJurisdictionCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of jurisdictions issuing Conveyance registrations</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:ConveyanceIDIssuingJurisdictionCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="CountryAugmentationType">
    <xs:annotation>
      <xs:documentation>A data type for additional information about a country.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:AugmentationType">
        <xs:sequence>
          <xs:element ref="scr:CountryINSLookoutIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:CountryNameID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:CountryNameBeginDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:CountryNameEndDate" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="CountrySubdivisionCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a COUNTRY SUBDIVISION TYPE.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Department">
        <xs:annotation>
          <xs:documentation>Department</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Province">
        <xs:annotation>
          <xs:documentation>Province</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Region">
        <xs:annotation>
          <xs:documentation>Region</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="State">
        <xs:annotation>
          <xs:documentation>State</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Territory">
        <xs:annotation>
          <xs:documentation>Territory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="CountrySubdivisionCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a COUNTRY SUBDIVISION TYPE.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:CountrySubdivisionCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="DepartureCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of departure.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Deportation">
        <xs:annotation>
          <xs:documentation>Deportation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Expedited Removal">
        <xs:annotation>
          <xs:documentation>Expedited Removal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Normal Departure">
        <xs:annotation>
          <xs:documentation>Normal Departure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Voluntary Departure">
        <xs:annotation>
          <xs:documentation>Voluntary Departure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="DepartureCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of departure.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:DepartureCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="DepartureClassificationType">
    <xs:annotation>
      <xs:documentation>A data type for a classification of how a Person departed the United States.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:DepartureCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:DepartureCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:DepartureClassificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="DetentionReleaseReasonCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of release reasons for Detention release</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="BDLF">
        <xs:annotation>
          <xs:documentation>Bonded out - lack of funds</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BDLS">
        <xs:annotation>
          <xs:documentation>Bonded out - lack of space</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BOND">
        <xs:annotation>
          <xs:documentation>Bonded Out</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DEP">
        <xs:annotation>
          <xs:documentation>Deported/Removed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DIED">
        <xs:annotation>
          <xs:documentation>Died</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ESC">
        <xs:annotation>
          <xs:documentation>Escaped</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LFND">
        <xs:annotation>
          <xs:documentation>LFND</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LSPC">
        <xs:annotation>
          <xs:documentation>LSPC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OREC">
        <xs:annotation>
          <xs:documentation>Order of recognizance</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ORLF">
        <xs:annotation>
          <xs:documentation>Order of recognizance - lack of funds</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ORLS">
        <xs:annotation>
          <xs:documentation>Order of recognizance - lack of space</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OSLF">
        <xs:annotation>
          <xs:documentation>Order of supervision - lack of funds</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OSLS">
        <xs:annotation>
          <xs:documentation>Order of supervision - lack of space</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OSUP">
        <xs:annotation>
          <xs:documentation>Order of supervision</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PALF">
        <xs:annotation>
          <xs:documentation>Paroled - lack of funds</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PALS">
        <xs:annotation>
          <xs:documentation>Paroled - lack of space</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PARO">
        <xs:annotation>
          <xs:documentation>Paroled</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="T">
        <xs:annotation>
          <xs:documentation>Transferred</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TERM">
        <xs:annotation>
          <xs:documentation>Proceedings Terminated</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USM">
        <xs:annotation>
          <xs:documentation>U.S. Marshal or other agency (explain on CCOM)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VD">
        <xs:annotation>
          <xs:documentation>Voluntary departure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VDLF">
        <xs:annotation>
          <xs:documentation>Voluntary departure - lack of funds</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VDLS">
        <xs:annotation>
          <xs:documentation>Voluntary departure - lack of space</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WILF">
        <xs:annotation>
          <xs:documentation>Withdrawal - lack of funds</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WILS">
        <xs:annotation>
          <xs:documentation>Withdrawal - lack of space</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WITH">
        <xs:annotation>
          <xs:documentation>Withdrawal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="DetentionReleaseReasonCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of release reasons for Detention release</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:DetentionReleaseReasonCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="DeviceBasedEncounterAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for an association between a person, DHS encounter device and the person encounter.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="nc:PersonEncounter" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:Device" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:DeviceBasedEncounterAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="DocumentCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of document.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="AAP">
        <xs:annotation>
          <xs:documentation>Advanced Authorization for Parole</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ACL">
        <xs:annotation>
          <xs:documentation>Alien Crewman Landing Permit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ADR">
        <xs:annotation>
          <xs:documentation>Arrival-Departure Record</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ADT">
        <xs:annotation>
          <xs:documentation>ADIT Stamp</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ARC">
        <xs:annotation>
          <xs:documentation>Alien Registration Receipt Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ARR">
        <xs:annotation>
          <xs:documentation>Alien Registration Receipt Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BAC">
        <xs:annotation>
          <xs:documentation>Baptismal Certificate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Benefit Application">
        <xs:annotation>
          <xs:documentation>Benefit Credential</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Benefit Credential">
        <xs:annotation>
          <xs:documentation>Benefit Credential</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BIC">
        <xs:annotation>
          <xs:documentation>Birth Certificate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BP">
        <xs:annotation>
          <xs:documentation>Border Pass</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CBB">
        <xs:annotation>
          <xs:documentation>Canadian Border Boat Landing Permit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CBD">
        <xs:annotation>
          <xs:documentation>Certificate of Birth Abroad (State Department)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CBF">
        <xs:annotation>
          <xs:documentation>Certificate of Birth Abroad (State Department)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CC">
        <xs:annotation>
          <xs:documentation>Certificate of Citizenship</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CDL">
        <xs:annotation>
          <xs:documentation>Canadian Drivers License</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CIC">
        <xs:annotation>
          <xs:documentation>Certificate of Citizenship</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CID">
        <xs:annotation>
          <xs:documentation>United States Citizen Identification Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CLP">
        <xs:annotation>
          <xs:documentation>Crewmans Landing Permit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CMM">
        <xs:annotation>
          <xs:documentation>U.S. Coast Card Merchant Mariner Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CON">
        <xs:annotation>
          <xs:documentation>Certificate of Naturalization</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Deportation Document">
        <xs:annotation>
          <xs:documentation>Deportation Document</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DL">
        <xs:annotation>
          <xs:documentation>Drivers License</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DSR">
        <xs:annotation>
          <xs:documentation>Day-care/nursery school record (under 18 only)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EAC">
        <xs:annotation>
          <xs:documentation>Employment Authorization Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EAD">
        <xs:annotation>
          <xs:documentation>Employment Authorization Document</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EC">
        <xs:annotation>
          <xs:documentation>Employment Authorization Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EEV">
        <xs:annotation>
          <xs:documentation>Employment Eligibility Verification</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Financial Document">
        <xs:annotation>
          <xs:documentation>Financial Document</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FP">
        <xs:annotation>
          <xs:documentation>Foreign passport w/stamp/I-94</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GC">
        <xs:annotation>
          <xs:documentation>Green Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HR">
        <xs:annotation>
          <xs:documentation>Clinic, Doctor or Hospital Record (under 18 only)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IDC">
        <xs:annotation>
          <xs:documentation>ID Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Interview Statement">
        <xs:annotation>
          <xs:documentation>Interview Statement</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IV">
        <xs:annotation>
          <xs:documentation>Immigrant Visa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LV">
        <xs:annotation>
          <xs:documentation>Laser Visa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Manifest">
        <xs:annotation>
          <xs:documentation>Manifest List</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MC">
        <xs:annotation>
          <xs:documentation>Marriage Certificate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MSC">
        <xs:annotation>
          <xs:documentation>U.S. Military/Draft (Selective Service) Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NAT">
        <xs:annotation>
          <xs:documentation>Certificate of Naturalization</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NIC">
        <xs:annotation>
          <xs:documentation>National Identity Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NO">
        <xs:annotation>
          <xs:documentation>None</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NSC">
        <xs:annotation>
          <xs:documentation>Non work Social Security Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NTD">
        <xs:annotation>
          <xs:documentation>Native American Tribal Document</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="O">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OLN">
        <xs:annotation>
          <xs:documentation>Operator License</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="P">
        <xs:annotation>
          <xs:documentation>Passport</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PAS">
        <xs:annotation>
          <xs:documentation>INS Passenger Accelerated Service System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PR">
        <xs:annotation>
          <xs:documentation>Proof of Residency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RCC">
        <xs:annotation>
          <xs:documentation>Resident U.S. Citizen ID Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="REP">
        <xs:annotation>
          <xs:documentation>Re-entry Permit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RSC">
        <xs:annotation>
          <xs:documentation>Restricted Social Security Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RTD">
        <xs:annotation>
          <xs:documentation>Refugee Travel Document</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S">
        <xs:annotation>
          <xs:documentation>Sanctions</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SCD">
        <xs:annotation>
          <xs:documentation>School ID w/photo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SR">
        <xs:annotation>
          <xs:documentation>School Record (under 18 only)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SSC">
        <xs:annotation>
          <xs:documentation>Social Security Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TN">
        <xs:annotation>
          <xs:documentation>Trade NAFTA Professional</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Travel Document">
        <xs:annotation>
          <xs:documentation>Travel Document</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Traveler Credential">
        <xs:annotation>
          <xs:documentation>Traveler Credential</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TRC">
        <xs:annotation>
          <xs:documentation>Temporary Resident Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TRN">
        <xs:annotation>
          <xs:documentation>Transportation Letter from Department of State</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V">
        <xs:annotation>
          <xs:documentation>Visa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VRD">
        <xs:annotation>
          <xs:documentation>Voter Registration Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Warrant">
        <xs:annotation>
          <xs:documentation>Warrant</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WR">
        <xs:annotation>
          <xs:documentation>Wrong Document</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="DocumentCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of document.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:DocumentCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="DocumentOrganizationAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for a relationship between an ORGANIZATION and a DOCUMENT.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="nc:Organization" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:Document" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BeginDocumentUseDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EndDocumentUseDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:DocumentOrganizationAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="DocumentStatusCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of status of a document.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Closed">
        <xs:annotation>
          <xs:documentation>Closed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Open">
        <xs:annotation>
          <xs:documentation>Open</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Pending">
        <xs:annotation>
          <xs:documentation>Pending</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Refused">
        <xs:annotation>
          <xs:documentation>Refused</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="DocumentStatusCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of status of a document.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:DocumentStatusCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="DocumentStatusType">
    <xs:annotation>
      <xs:documentation>A data type for detailing the status of a document.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:DocumentStatusID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:Document" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:DocumentStatusDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:DocumentStatusAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="EFTSFeatureType">
    <xs:annotation>
      <xs:documentation>A data type for a screening fingerprint binary transmission.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="nc:BinaryCaptureDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:Base64BinaryObject" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:BinaryFormatText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:ImageHeightValue" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:ImageWidthValue" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EFTSFeatureAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="ElectronicAddressCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of electronic address.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Email">
        <xs:annotation>
          <xs:documentation>Email</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IP">
        <xs:annotation>
          <xs:documentation>IP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Web">
        <xs:annotation>
          <xs:documentation>Web</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="EmploymentAssociationAugmentationType">
    <xs:annotation>
      <xs:documentation>A data type for additional information about an employment association.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:AugmentationType">
        <xs:sequence>
          <xs:element ref="scr:BeginSalaryAmount" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EndSalaryAmount" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EmployeeStarNumberID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EmployeeBadgeNumberID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EmployeeCallNumberID" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="EncounterCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of encounter.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Application">
        <xs:annotation>
          <xs:documentation>Application being or to be initiated or processed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Enforcement">
        <xs:annotation>
          <xs:documentation>Enforcement action</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Enrollment">
        <xs:annotation>
          <xs:documentation>Enrollment for benefits or credentials</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Interview">
        <xs:annotation>
          <xs:documentation>Interview for benefits or encounter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Person Crossing">
        <xs:annotation>
          <xs:documentation>Person Crossing the Border</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Primary">
        <xs:annotation>
          <xs:documentation>Port of Entry Primary Inspection</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Secondary">
        <xs:annotation>
          <xs:documentation>Port of Entry Secondary Inspection</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="EncounterCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of encounter.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:EncounterCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="EncounterDeviceCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of encounter device.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="KIOSK">
        <xs:annotation>
          <xs:documentation>KIOSK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="READER">
        <xs:annotation>
          <xs:documentation>READER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RFID">
        <xs:annotation>
          <xs:documentation>RFID</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SCANNER">
        <xs:annotation>
          <xs:documentation>SCANNER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="EncounterDeviceCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of encounter device.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:EncounterDeviceCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="EncounterDeviceClassificationType">
    <xs:annotation>
      <xs:documentation>A data type for the classification of a kind of encounter device.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:PersonEncounterDeviceCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EncounterDeviceDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EncounterDeviceClassificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="EncounterDeviceType">
    <xs:annotation>
      <xs:documentation>A data type for providing details for an encounter device.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:EncounterDeviceClassification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="cbrn:EncounterDeviceID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EncounterDeviceAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="EncounterMethodCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of encounter method.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Device Based Encounter">
        <xs:annotation>
          <xs:documentation>Device Based Encounter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Physical Encounter">
        <xs:annotation>
          <xs:documentation>Physical Encounter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="EncounterMethodCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of encounter method.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:EncounterMethodCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="EncounterMethodType">
    <xs:annotation>
      <xs:documentation>A data type for providing details for an encounter method (Person or Device).</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:EncounterMethodDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EncounterMethodCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EncounterMethodAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="EnforcementCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a classification of ENFORCEMENT</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="APPREHENSION">
        <xs:annotation>
          <xs:documentation>Apprehension</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Arrest">
        <xs:annotation>
          <xs:documentation>Arrest</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Deportation">
        <xs:annotation>
          <xs:documentation>Alien Deportation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Detention">
        <xs:annotation>
          <xs:documentation>Detention</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Interdiction">
        <xs:annotation>
          <xs:documentation>Screening Interdiction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="EnforcementCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a classification of ENFORCEMENT</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:EnforcementCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="EnforcementDocumentCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of enforcement document.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Background Check">
        <xs:annotation>
          <xs:documentation>Background Check Record</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Criminal Record">
        <xs:annotation>
          <xs:documentation>Criminal Record</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Financial Record">
        <xs:annotation>
          <xs:documentation>Financial Record</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lookout">
        <xs:annotation>
          <xs:documentation>Lookout</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Warrant">
        <xs:annotation>
          <xs:documentation>Warrant</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Watchlist">
        <xs:annotation>
          <xs:documentation>Watchlist</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="EnforcementDocumentCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of enforcement document.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:EnforcementDocumentCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="EnforcementDocumentType">
    <xs:annotation>
      <xs:documentation>A data type for the document details of an ENFORCEMENT ENCOUNTER.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:DocumentType">
        <xs:sequence>
          <xs:element ref="scr:EnforcementEncounter" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EnforcementDocumentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="EnforcementEncounterChargeAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for a relationship between an ENFORCEMENT ENCOUNTER and the CHARGE (Apprehension or Arrest) details.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="scr:ChargeDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EnforcementEncounter" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="j:Charge" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EnforcementEncounterChargeAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="EnforcementEncounterType">
    <xs:annotation>
      <xs:documentation>A data type for details concerning a PERSON ENCOUNTER resulting in a legal action.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:PersonEncounterType">
        <xs:sequence>
          <xs:element ref="scr:EntryLocationName" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:MilesFromPortOfEntryQuantity" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:SmuggledClaimVerifiedIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:SmuggledMethodCategoryText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TreatAsAdultIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TimeInUS" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EntryStatusFoundDetails" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="j:Arrest" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:EnforcedDeparture" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:EnforcementEncounterCategoryText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:AlienDetentionEncounter" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:Enforcement" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EntryStatusCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EnforcementEncounterAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="EnforcementType">
    <xs:annotation>
      <xs:documentation>A data type for classifying the type of Enforcement action.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:EnforcementCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EnforcementCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EnforcementAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="EnrollmentCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of enrollment.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Employment Programs">
        <xs:annotation>
          <xs:documentation>Employment Programs</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Exchange Visitor Programs">
        <xs:annotation>
          <xs:documentation>Exchange Visitor Programs</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FAST">
        <xs:annotation>
          <xs:documentation>F.A.S.T.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HAZMAT">
        <xs:annotation>
          <xs:documentation>Hazard Material Program</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IRT">
        <xs:annotation>
          <xs:documentation>International Registered Traveler</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MMLD">
        <xs:annotation>
          <xs:documentation>Merchant Mariner License</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PRECHECK">
        <xs:annotation>
          <xs:documentation>Traveler Precheck</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RT">
        <xs:annotation>
          <xs:documentation>Registered Traveler</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SENTRI">
        <xs:annotation>
          <xs:documentation>S.E.N.T.R.I.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TWIC">
        <xs:annotation>
          <xs:documentation>Transportation Worker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="EnrollmentCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of enrollment.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:EnrollmentCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="EnrollmentClassificationType">
    <xs:annotation>
      <xs:documentation>A data type for describing the classification of the ENROLLMENT STATUS.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:EnrollmentCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EnrollmentCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EnrollmentClassificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="EnrollmentStatusClassificationType">
    <xs:annotation>
      <xs:documentation>A data type for describing the Classification of ENROLLMENT TYPE.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:EnrollmentCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EnrollmentCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EnrollmentStatusClassificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="EnrollmentType">
    <xs:annotation>
      <xs:documentation>A data type for the text describing the ENROLLMENT TYPE.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:EnrollmentStatusClassification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EnrollmentClassification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EnrollmentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="EntryStatusCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of entry status at time of his most recent entry.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="324">
        <xs:annotation>
          <xs:documentation>Smuggler</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A">
        <xs:annotation>
          <xs:documentation>Asylum</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ABSC">
        <xs:annotation>
          <xs:documentation>Absconder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ALT">
        <xs:annotation>
          <xs:documentation>False Claim with Altered Document</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BCC">
        <xs:annotation>
          <xs:documentation>Border Crossing Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Crew</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CFT">
        <xs:annotation>
          <xs:documentation>False Claim with Counterfeit Document</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CR">
        <xs:annotation>
          <xs:documentation>Conditional Resident</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DFC">
        <xs:annotation>
          <xs:documentation>False Claim with Valid Document</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DSTR">
        <xs:annotation>
          <xs:documentation>Deserter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EWI">
        <xs:annotation>
          <xs:documentation>Entry Without Inspection</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EWIC">
        <xs:annotation>
          <xs:documentation>EWI Canada</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EWIM">
        <xs:annotation>
          <xs:documentation>EWI Mexico</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EWIO">
        <xs:annotation>
          <xs:documentation>EWI Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GVW">
        <xs:annotation>
          <xs:documentation>Guam Visa Waiver</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="I">
        <xs:annotation>
          <xs:documentation>Immigrant</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IMP">
        <xs:annotation>
          <xs:documentation>Imposter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LPR">
        <xs:annotation>
          <xs:documentation>Legal Permanent Resident</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NIC">
        <xs:annotation>
          <xs:documentation>Not in Custody</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NIM">
        <xs:annotation>
          <xs:documentation>Non-Immigrant</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="O">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OFC">
        <xs:annotation>
          <xs:documentation>ORAL FALSE CLAIMS TO OTHER THAN U.S. CITZ-</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OFCU">
        <xs:annotation>
          <xs:documentation>Oral False Claim to U.S. Citizenship</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PAR">
        <xs:annotation>
          <xs:documentation>Parolee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PWA">
        <xs:annotation>
          <xs:documentation>Present Without Admission</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PWAC">
        <xs:annotation>
          <xs:documentation>PWA Canada</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PWAM">
        <xs:annotation>
          <xs:documentation>PWA Mexico</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PWAO">
        <xs:annotation>
          <xs:documentation>PWA Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="R">
        <xs:annotation>
          <xs:documentation>Refugee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="STOW">
        <xs:annotation>
          <xs:documentation>Stowaway</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="STUD">
        <xs:annotation>
          <xs:documentation>Student</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TR">
        <xs:annotation>
          <xs:documentation>Temporary Resident</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TWA">
        <xs:annotation>
          <xs:documentation>Temporary Work Agriculture</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TWO">
        <xs:annotation>
          <xs:documentation>Temporary Worker Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TWOV">
        <xs:annotation>
          <xs:documentation>TWOV</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USC">
        <xs:annotation>
          <xs:documentation>US Citizen</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USCW">
        <xs:annotation>
          <xs:documentation>U.S. Citizen Crew</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V">
        <xs:annotation>
          <xs:documentation>Visitor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VWP">
        <xs:annotation>
          <xs:documentation>Visa Waiver Program</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="EntryStatusCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of entry status at time of his most recent entry.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:EntryStatusCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="EntryStatusFoundCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of entry status that exists when encountering subjects</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="A">
        <xs:annotation>
          <xs:documentation>AGRICULTURE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>CONSTRUCTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HI">
        <xs:annotation>
          <xs:documentation>HEAVY INDUSTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="II">
        <xs:annotation>
          <xs:documentation>IN INSTITUTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IT">
        <xs:annotation>
          <xs:documentation>IN TRAVEL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LI">
        <xs:annotation>
          <xs:documentation>LIGHT INDUSTRY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="O">
        <xs:annotation>
          <xs:documentation>OTHER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S">
        <xs:annotation>
          <xs:documentation>SERVICES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SE">
        <xs:annotation>
          <xs:documentation>SEEKING EMPLOYMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TOT">
        <xs:annotation>
          <xs:documentation>TURNED OVER TO</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TS">
        <xs:annotation>
          <xs:documentation>TRAVEL/SEEKING</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="W">
        <xs:annotation>
          <xs:documentation>WELFARE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="EntryStatusFoundCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of entry status that exists when encountering subjects</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:EntryStatusFoundCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="EscortReasonCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of reasons for escorting subjects</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Criminal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M">
        <xs:annotation>
          <xs:documentation>Medical</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="EscortReasonCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of reasons for escorting subjects</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:EscortReasonCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="EthnicityCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of ethnicity.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="A">
        <xs:annotation>
          <xs:documentation>ASIAN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ARMEN">
        <xs:annotation>
          <xs:documentation>Armenian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AZERB">
        <xs:annotation>
          <xs:documentation>Azerbaijanie</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="B">
        <xs:annotation>
          <xs:documentation>BLACK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BASQU">
        <xs:annotation>
          <xs:documentation>Basque</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CHINE">
        <xs:annotation>
          <xs:documentation>Chinese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ERITR">
        <xs:annotation>
          <xs:documentation>Eritrean</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ESTON">
        <xs:annotation>
          <xs:documentation>Estonian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GEORG">
        <xs:annotation>
          <xs:documentation>Georgian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GYPSY">
        <xs:annotation>
          <xs:documentation>Gipsy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="H">
        <xs:annotation>
          <xs:documentation>Hispanic Origin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HMONG">
        <xs:annotation>
          <xs:documentation>Mong</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HUNGA">
        <xs:annotation>
          <xs:documentation>Hungarian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="I">
        <xs:annotation>
          <xs:documentation>AMERICAN INDIAN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="INDIA">
        <xs:annotation>
          <xs:documentation>Indian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KHMER">
        <xs:annotation>
          <xs:documentation>Khmer Rouge</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KURD">
        <xs:annotation>
          <xs:documentation>Kurd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LATVI">
        <xs:annotation>
          <xs:documentation>Latvian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LITHU">
        <xs:annotation>
          <xs:documentation>Lithuanian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MONG">
        <xs:annotation>
          <xs:documentation>Mong</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="N">
        <xs:annotation>
          <xs:documentation>Not of Hispanic Origin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OTHER">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RUSSI">
        <xs:annotation>
          <xs:documentation>Russian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TAMIL">
        <xs:annotation>
          <xs:documentation>Tamil</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TIBIT">
        <xs:annotation>
          <xs:documentation>Tibetan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TIGRE">
        <xs:annotation>
          <xs:documentation>Tigre</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TURK">
        <xs:annotation>
          <xs:documentation>Turk</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="U">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UNKNO">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="W">
        <xs:annotation>
          <xs:documentation>CAUCASIAN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="EthnicityCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of ethnicity.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:EthnicityCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ExchangeVisitorCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of exchange visitor.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="10">
        <xs:annotation>
          <xs:documentation>SPECIALIST</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="11">
        <xs:annotation>
          <xs:documentation>CAMP COUNSELOR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="12">
        <xs:annotation>
          <xs:documentation>SUMMER TRAVEL/WORK</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="13">
        <xs:annotation>
          <xs:documentation>AU PAIR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="14">
        <xs:annotation>
          <xs:documentation>NOT AVAILABLE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="15">
        <xs:annotation>
          <xs:documentation>NOT AVAILABLE (INTERN)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1A">
        <xs:annotation>
          <xs:documentation>STUDENT SECONDARY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1B">
        <xs:annotation>
          <xs:documentation>STUDENT ASSOCIATE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1C">
        <xs:annotation>
          <xs:documentation>STUDENT BACHELORS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1D">
        <xs:annotation>
          <xs:documentation>STUDENT MASTERS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1E">
        <xs:annotation>
          <xs:documentation>STUDENT DOCTORATE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1F">
        <xs:annotation>
          <xs:documentation>STUDENT NON-DEGREE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2A">
        <xs:annotation>
          <xs:documentation>TRAINEE (SPECIALTY)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2B">
        <xs:annotation>
          <xs:documentation>TRAINEE (NON-SPECIALTY)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>TEACHER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>PROFESSOR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5">
        <xs:annotation>
          <xs:documentation>INTERNATIONAL VISITOR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6">
        <xs:annotation>
          <xs:documentation>ALIEN PHYSICIAN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7">
        <xs:annotation>
          <xs:documentation>GOVERNMENT VISITOR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8">
        <xs:annotation>
          <xs:documentation>RESEARCH SCHOLAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9">
        <xs:annotation>
          <xs:documentation>SHORT-TERM SCHOLAR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ExchangeVisitorCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of exchange visitor.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:ExchangeVisitorCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ExchangeVisitorTerminationCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of exchange visitor termination.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CONVIC">
        <xs:annotation>
          <xs:documentation>CONVICTION OF A CRIME</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DISCIP">
        <xs:annotation>
          <xs:documentation>DISCIPLINARY ACTION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ENGEMP">
        <xs:annotation>
          <xs:documentation>ENGAGING IN UNAUTHORIZED EMPLOYMENT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FALACT">
        <xs:annotation>
          <xs:documentation>FAILURE TO PURSUE EV PROGRAM ACTIVITIES</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FALADD">
        <xs:annotation>
          <xs:documentation>FAILURE TO SUBMIT CHANGE OF CURRENT ADDRESS WITHIN 10 DAYS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FALINS">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAINTAIN HEALTH INSURANCE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FALSTD">
        <xs:annotation>
          <xs:documentation>FAILURE TO MAINTAIN A FULL COURSE OF STUDY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="INVSUS">
        <xs:annotation>
          <xs:documentation>INVOLUNTARY SUSPENSION</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OTHER">
        <xs:annotation>
          <xs:documentation>OTHER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VIOEXV">
        <xs:annotation>
          <xs:documentation>VIOLATING EXCHANGE VISITOR PROGRAM REGULATIONS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VIOSPN">
        <xs:annotation>
          <xs:documentation>VIOLATING SPONSOR RULES GOVERNING THE PROGRAM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ExchangeVisitorTerminationCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of exchange visitor termination.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:ExchangeVisitorTerminationCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="FacialImagePoseCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a FACIAL IMAGE POSE TYPE.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Frontal">
        <xs:annotation>
          <xs:documentation>The object in the image is facing the front</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Oblique">
        <xs:annotation>
          <xs:documentation>The object in the image is facing a quarter view</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Side">
        <xs:annotation>
          <xs:documentation>The object in the image is facing the side</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="FacialImagePoseCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a FACIAL IMAGE POSE TYPE.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:FacialImagePoseCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="FingerprintCaptureTechniqueCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of fingerprint capture technique type.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Flat">
        <xs:annotation>
          <xs:documentation>Flat</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rolled">
        <xs:annotation>
          <xs:documentation>Rolled</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Slapped">
        <xs:annotation>
          <xs:documentation>Slapped</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="FingerprintCaptureTechniqueCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of fingerprint capture technique type.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:FingerprintCaptureTechniqueCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="FingerprintCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of fingerprint type.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Right Thumb</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="10">
        <xs:annotation>
          <xs:documentation>Left Little</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="11">
        <xs:annotation>
          <xs:documentation>Plain Right Thumb</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="12">
        <xs:annotation>
          <xs:documentation>Plain Left Thumb</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="13">
        <xs:annotation>
          <xs:documentation>Plain Right Four Fingers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="14">
        <xs:annotation>
          <xs:documentation>Plain Left Four Fingers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="15">
        <xs:annotation>
          <xs:documentation>Left and Right Thumbs</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Right Index</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>Right Middle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>Right Ring</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5">
        <xs:annotation>
          <xs:documentation>Right Little</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6">
        <xs:annotation>
          <xs:documentation>Left Thumb</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7">
        <xs:annotation>
          <xs:documentation>Left Index</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8">
        <xs:annotation>
          <xs:documentation>Left Middle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9">
        <xs:annotation>
          <xs:documentation>Left Ring</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="FingerprintCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of fingerprint type.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:FingerprintCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="FingerprintImpressionCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of fingerprint impression.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="0">
        <xs:annotation>
          <xs:documentation>Live-scan plain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Live-scan rolled</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Nonlive-scan plain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>Nonlive-scan rolled</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>Latent impression</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5">
        <xs:annotation>
          <xs:documentation>Latent tracing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6">
        <xs:annotation>
          <xs:documentation>Latent photo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7">
        <xs:annotation>
          <xs:documentation>Latent lift</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="FingerprintPatternCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a classification of fingerprint patterns into distinct groups based on general similarities.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="UP">
        <xs:annotation>
          <xs:documentation>Unable to Print (e.g., bandaged)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XX">
        <xs:annotation>
          <xs:documentation>Missing/Amputated Finger</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="FlightPlanSummaryType">
    <xs:annotation>
      <xs:documentation>A data type for representing information related to a specific flight plan</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:DocumentType">
        <xs:sequence>
          <xs:element ref="scr:FlightAlternateArrivalDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:FlightAlternateArrivalTime" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:FlightAlternateDestinationAirport" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:FlightFinalArrivalDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:FlightFinalArrivalTime" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:FlightFinalDestinationAirport" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:FlightFinalDestinationLocation" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:FlightIdentification" minOccurs="0" maxOccurs="1"/>
          <xs:element ref="scr:FlightOriginatingAirport" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:FlightOriginatingFlightDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:FlightOriginatingFlightTime" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:FlightOriginatingLocation" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:FlightPlannedArrivalDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:FlightPlannedArrivalTime" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:FlightPlannedDestinationAirport" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:FlightPlanTransmittedDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:FlightPlanSummaryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="IdentificationAugmentationType">
    <xs:annotation>
      <xs:documentation>A data type for additional information about an identification.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:AugmentationType">
        <xs:sequence>
          <xs:element ref="scr:IdentificationStatusAdvisoryText" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="ImageFeatureExtractionType">
    <xs:annotation>
      <xs:documentation>A data type that specifies details of the image extraction</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:ImageFeatureExtractionSoftware" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ImageFeatureExtractionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="ImmigrationStatusType">
    <xs:annotation>
      <xs:documentation>A data type that supplements screening information for nc:StatusType</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:StatusType">
        <xs:sequence>
          <xs:element ref="scr:AdmitMaximumDayQuantity" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AdmitDefaultDayQuantity" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ClassOfAdmissionDurationBasisCategoryText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ClassOfAdmissionDurationBasisCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ImmigrationStatusAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="IncidentLeadAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for a relationship between INCIDENT and LEAD</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="nc:Incident" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:Lead" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:IncidentLeadAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="IncidentPersonEncounterAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for a relationship between INCIDENT and PERSON ENCOUNTER REL</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="nc:Incident" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonEncounter" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:IncidentPersonEncounterAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="InterviewEncounterType">
    <xs:annotation>
      <xs:documentation>A data type for a meeting between one or more representatives of an agency of the Department of Homeland Security (DHS) and a PERSON who is being interviewed.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:PersonEncounterType">
        <xs:sequence>
          <xs:element ref="scr:RecordingMethodText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:StatementIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TransportTimeText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:UnverifiedParticipantName" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:InterviewStatement" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:InterviewEncounterAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="InterviewStatementType">
    <xs:annotation>
      <xs:documentation>A data type for a DOCUMENT resulting from a meeting between a representative of an agency of the Department of Homeland Security (DHS) and an individual.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:DocumentType">
        <xs:sequence>
          <xs:element ref="scr:StatementReviewDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:StatementSignedDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:StatementText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:InterviewStatementAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="LeadSourceCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a LEAD SOURCE TYPE</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ANO">
        <xs:annotation>
          <xs:documentation>Anonymous Complaint</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ATF">
        <xs:annotation>
          <xs:documentation>ATF Referral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BOP">
        <xs:annotation>
          <xs:documentation>BOP Referral (Bureau of Prisons)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CGR">
        <xs:annotation>
          <xs:documentation>Coast Guard Referral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CUS">
        <xs:annotation>
          <xs:documentation>Customs Referral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="D91">
        <xs:annotation>
          <xs:documentation>DOL(Department of Labor) Referral Using Form ESA-91</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DEA">
        <xs:annotation>
          <xs:documentation>DEA Referral (Drug Enforcement Agency)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DEP">
        <xs:annotation>
          <xs:documentation>Deportations Referral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DOI">
        <xs:annotation>
          <xs:documentation>DOI Referral (Department of the Interior)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DOL">
        <xs:annotation>
          <xs:documentation>DOL Referral (Department of Labor)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DOO">
        <xs:annotation>
          <xs:documentation>DOL(Department of Labor) Referral Using Form Other Than ESA-91</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DOS">
        <xs:annotation>
          <xs:documentation>Dept of State Referral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DOT">
        <xs:annotation>
          <xs:documentation>DOT Referral (Department of Transportation)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EVI">
        <xs:annotation>
          <xs:documentation>Evidence</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EXM">
        <xs:annotation>
          <xs:documentation>Examinations Referral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FBI">
        <xs:annotation>
          <xs:documentation>FBI Referral (Federal Bureau of Investigation)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FGR">
        <xs:annotation>
          <xs:documentation>Foreign Government Referral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FLE">
        <xs:annotation>
          <xs:documentation>Foreign Local Enforcement Agency Referral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FLU">
        <xs:annotation>
          <xs:documentation>Follow-up Investigation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GAP">
        <xs:annotation>
          <xs:documentation>GAP Referral (General Administrative Plan)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GAS">
        <xs:annotation>
          <xs:documentation>GAP(General Administrative Plan) special</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="INF">
        <xs:annotation>
          <xs:documentation>Informant</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IRS">
        <xs:annotation>
          <xs:documentation>IRS Referral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ISP">
        <xs:annotation>
          <xs:documentation>Inspections Referral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LA">
        <xs:annotation>
          <xs:documentation>Link Analysis</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LEA">
        <xs:annotation>
          <xs:documentation>LEA Referral (Local Enforcement Agency)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NSR">
        <xs:annotation>
          <xs:documentation>National Security Referral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NTP">
        <xs:annotation>
          <xs:documentation>National Targeting Plan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NVS">
        <xs:annotation>
          <xs:documentation>Non-Visual Surveillance</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OAR">
        <xs:annotation>
          <xs:documentation>Other Agency Referral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OTH">
        <xs:annotation>
          <xs:documentation>Other Lead</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PC">
        <xs:annotation>
          <xs:documentation>Private Citizen</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SAC">
        <xs:annotation>
          <xs:documentation>SAC Discretion 8 CFR 274a.9(b)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TRS">
        <xs:annotation>
          <xs:documentation>Treasury Referral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USM">
        <xs:annotation>
          <xs:documentation>USMS Referral (US Marshalls Service)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VS">
        <xs:annotation>
          <xs:documentation>Visual Surveillance</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WSC">
        <xs:annotation>
          <xs:documentation>Written, Signed Complaint</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="LeadSourceCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a LEAD SOURCE TYPE</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:LeadSourceCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="LeadSourceType">
    <xs:annotation>
      <xs:documentation>A data type for the classification of the origin of information regarding a LEAD</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:LeadSourceCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LeadSourceCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LeadSourceAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="LeadStatusCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of lead status.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ASN">
        <xs:annotation>
          <xs:documentation>Assign</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NA1">
        <xs:annotation>
          <xs:documentation>No Action Taken -- not likely to result in success</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NA2">
        <xs:annotation>
          <xs:documentation>No Action Taken -- not an investigative matter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NA3">
        <xs:annotation>
          <xs:documentation>No Action Taken -- information not timely</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NA4">
        <xs:annotation>
          <xs:documentation>No Action Taken -- other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NA5">
        <xs:annotation>
          <xs:documentation>No Action Taken - QRT Response Policy (status is open)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NA6">
        <xs:annotation>
          <xs:documentation>No Action Taken - Lack of Resources</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PRP">
        <xs:annotation>
          <xs:documentation>Place in Reserve Pool</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ROA">
        <xs:annotation>
          <xs:documentation>Refer to Other Agency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RTS">
        <xs:annotation>
          <xs:documentation>Return to Sender</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RVW">
        <xs:annotation>
          <xs:documentation>Review</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TRN">
        <xs:annotation>
          <xs:documentation>Transfer Assignment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="LeadStatusCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of lead status.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:LeadStatusCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="LeadStatusType">
    <xs:annotation>
      <xs:documentation>A data type for classification of the state or status of a LEAD</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:StatusType">
        <xs:sequence>
          <xs:element ref="scr:LeadStatusCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LeadStatusAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="LeadType">
    <xs:annotation>
      <xs:documentation>A data type for describing the information that may require additional action on the part of the Department of Homeland Security (DHS).</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:LeadIdentification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LeadApprovalDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LeadLockedIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LeadReceivedDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LeadRecordedDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LeadSource" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LeadStatus" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LeadAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="LocationAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for a relationship between one LOCATION and another LOCATION.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="scr:PrimaryLocation" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:SecondaryLocation" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LocationAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="LocationAugmentationType">
    <xs:annotation>
      <xs:documentation>A data type for additional information about a location.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:AugmentationType">
        <xs:sequence>
          <xs:element ref="scr:LocationBlockGroupText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LocationBorderCodeText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LocationCarrierRouteText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LocationElement" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LocationPortOfEntryCodeText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LocationTractText" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="LocationCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a code indicating the location type.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="A">
        <xs:annotation>
          <xs:documentation>Port of Entry (POE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="B">
        <xs:annotation>
          <xs:documentation>BOP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>REGIONAL SERVICE CENTER</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="D">
        <xs:annotation>
          <xs:documentation>District</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="E">
        <xs:annotation>
          <xs:documentation>Sector</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="F">
        <xs:annotation>
          <xs:documentation>FCO</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="G">
        <xs:annotation>
          <xs:documentation>Region</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="H">
        <xs:annotation>
          <xs:documentation>Hearing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="I">
        <xs:annotation>
          <xs:documentation>Training</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="K">
        <xs:annotation>
          <xs:documentation>Deferred Inspections</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M">
        <xs:annotation>
          <xs:documentation>Enforcement Support Activity</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="N">
        <xs:annotation>
          <xs:documentation>Non-Specific (for unknown agencies)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="O">
        <xs:annotation>
          <xs:documentation>ORI</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="R">
        <xs:annotation>
          <xs:documentation>EOIR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S">
        <xs:annotation>
          <xs:documentation>Station</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="T">
        <xs:annotation>
          <xs:documentation>Docket Control Office</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="U">
        <xs:annotation>
          <xs:documentation>Sub-Office</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V">
        <xs:annotation>
          <xs:documentation>Preinspections Office</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="W">
        <xs:annotation>
          <xs:documentation>ICE SAC Office</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="X">
        <xs:annotation>
          <xs:documentation>ICE Sub-Office (ASAC, AIRG, RAC, RA)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Z">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="LocationCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a code indicating the location type.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:LocationCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="LocationElementCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of location element.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Airport">
        <xs:annotation>
          <xs:documentation>Airport Office Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BPO">
        <xs:annotation>
          <xs:documentation>Border Patrol Office Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DO">
        <xs:annotation>
          <xs:documentation>District Office Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Floor">
        <xs:annotation>
          <xs:documentation>Location Floor Designation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Headquarters">
        <xs:annotation>
          <xs:documentation>Headquarters Office Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IO">
        <xs:annotation>
          <xs:documentation>Interview Office Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lane">
        <xs:annotation>
          <xs:documentation>Lane Designation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Port of Entry">
        <xs:annotation>
          <xs:documentation>Port of Entry Designation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Room">
        <xs:annotation>
          <xs:documentation>Room Designation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="LocationElementCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of location element.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:LocationElementCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="LocationElementClassificationType">
    <xs:annotation>
      <xs:documentation>A data type for classification of part or sub-division (ELEMENT) of a location.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:LocationElementCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LocationElementCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LocationElementClassificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="LocationElementType">
    <xs:annotation>
      <xs:documentation>A data type for a part or sub-division of a location.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:LocationElementIdentification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LocationElementClassification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LocationElementAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="LPRCanadianProvinceCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a code which indicates the Canadian Province on the Conveyance License Plate</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="AB">
        <xs:annotation>
          <xs:documentation>Alberta</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BC">
        <xs:annotation>
          <xs:documentation>British Columbia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CD">
        <xs:annotation>
          <xs:documentation>Canada</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MB">
        <xs:annotation>
          <xs:documentation>Manitoba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NB">
        <xs:annotation>
          <xs:documentation>New Brunswick</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NF">
        <xs:annotation>
          <xs:documentation>Newfoundland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NK">
        <xs:annotation>
          <xs:documentation>New Brunswick</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NL">
        <xs:annotation>
          <xs:documentation>Newfoundland And Labrador</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NS">
        <xs:annotation>
          <xs:documentation>Nova Scotia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NT">
        <xs:annotation>
          <xs:documentation>Northwest Territories</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NU">
        <xs:annotation>
          <xs:documentation>Nunavat</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ON">
        <xs:annotation>
          <xs:documentation>Ontario</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PE">
        <xs:annotation>
          <xs:documentation>Prince Edward Island</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PQ">
        <xs:annotation>
          <xs:documentation>Quebec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="QC">
        <xs:annotation>
          <xs:documentation>Quebec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SK">
        <xs:annotation>
          <xs:documentation>Saskatchewan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SN">
        <xs:annotation>
          <xs:documentation>Saskatchewan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="YT">
        <xs:annotation>
          <xs:documentation>Yukon Territory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="LPRCanadianProvinceCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a code which indicates the Canadian Province on the Conveyance License Plate</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:LPRCanadianProvinceCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="LPRConveyanceCheckMessageType">
    <xs:annotation>
      <xs:documentation>A data type for a Screening conveyance check message</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="nc:Incident" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LPRModeOfOperationCode" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LPRHitIndicatorCode" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LPRImageSourceCode" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LPRMexicanStateCode" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LPRCanadianProvinceCode" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:Image" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="j:ConveyanceRegistration" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LocationBorderCodeText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:Location2DGeospatialCoordinate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LPRMessageCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="cbrn:SystemEventDateTime" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LPRConveyanceCheckMessageAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="LPRHitIndicatorCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a code indicating whether a hit is encountered in the records for the conveyance under question.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="F">
        <xs:annotation>
          <xs:documentation>No Hit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="T">
        <xs:annotation>
          <xs:documentation>Hit found</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="LPRHitIndicatorCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a code indicating whether a hit is encountered in the records for the conveyance under question.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:LPRHitIndicatorCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="LPRImageSourceCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a code which indicates the type of image</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="DF">
        <xs:annotation>
          <xs:documentation>Driver Front Image</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DS">
        <xs:annotation>
          <xs:documentation>Driver Side Image</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="F">
        <xs:annotation>
          <xs:documentation>Front LPR Image</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="H">
        <xs:annotation>
          <xs:documentation>Image sent from Handheld device</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="R">
        <xs:annotation>
          <xs:documentation>Rear LPR Image</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S">
        <xs:annotation>
          <xs:documentation>Side Image</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="LPRImageSourceCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a code which indicates the type of image</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:LPRImageSourceCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="LPRMessageCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for the values of a license plate reader (LPR) message category.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="LPR">
        <xs:annotation>
          <xs:documentation>Response Sent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LPRIMAGE">
        <xs:annotation>
          <xs:documentation>Image sent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="LPRMessageCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a license plate reader (LPR) message category.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:LPRMessageCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="LPRMexicanStateCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a code which indicates the Mexican state on the Conveyance License Plate</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="AG">
        <xs:annotation>
          <xs:documentation>Aguascalientes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BA">
        <xs:annotation>
          <xs:documentation>Baja California Norte</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BJ">
        <xs:annotation>
          <xs:documentation>Baja California Sur</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CE">
        <xs:annotation>
          <xs:documentation>Campeche</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CH">
        <xs:annotation>
          <xs:documentation>Chihuahua</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CI">
        <xs:annotation>
          <xs:documentation>Chiapaso</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CL">
        <xs:annotation>
          <xs:documentation>Colima</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CU">
        <xs:annotation>
          <xs:documentation>Coahuila</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DF">
        <xs:annotation>
          <xs:documentation>Distrito Federal Mexico</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DO">
        <xs:annotation>
          <xs:documentation>Durango</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GR">
        <xs:annotation>
          <xs:documentation>Guerrero</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GU">
        <xs:annotation>
          <xs:documentation>Guanajuato</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HL">
        <xs:annotation>
          <xs:documentation>Hidalgo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JL">
        <xs:annotation>
          <xs:documentation>Jalisco</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MC">
        <xs:annotation>
          <xs:documentation>Michoacan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MM">
        <xs:annotation>
          <xs:documentation>CBP's only Mexican State Code</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MR">
        <xs:annotation>
          <xs:documentation>Morelos</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MX">
        <xs:annotation>
          <xs:documentation>Mexico</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NA">
        <xs:annotation>
          <xs:documentation>Nayarit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NL">
        <xs:annotation>
          <xs:documentation>Nuevo Leon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OA">
        <xs:annotation>
          <xs:documentation>Qaxaca</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PB">
        <xs:annotation>
          <xs:documentation>Puebla</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="QR">
        <xs:annotation>
          <xs:documentation>Quintana Roo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="QU">
        <xs:annotation>
          <xs:documentation>Queretaro</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SI">
        <xs:annotation>
          <xs:documentation>Sinaloa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SL">
        <xs:annotation>
          <xs:documentation>San Luis Potosi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SO">
        <xs:annotation>
          <xs:documentation>Sonora</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TA">
        <xs:annotation>
          <xs:documentation>Tamaulipas</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TB">
        <xs:annotation>
          <xs:documentation>Tabasco</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TL">
        <xs:annotation>
          <xs:documentation>Tlaxcala</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VC">
        <xs:annotation>
          <xs:documentation>Veracruz</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="YU">
        <xs:annotation>
          <xs:documentation>Yucatan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZA">
        <xs:annotation>
          <xs:documentation>Zacatecas</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="LPRMexicanStateCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a code which indicates the Mexican state on the Conveyance License Plate</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:LPRMexicanStateCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="LPRModeOfOperationCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a code indicating the type of vehicle lane where LPR system is located</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="B">
        <xs:annotation>
          <xs:documentation>BorderPatrol Checkpoint</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="I">
        <xs:annotation>
          <xs:documentation>Inbound</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="O">
        <xs:annotation>
          <xs:documentation>Outbound</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="LPRModeOfOperationCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a code indicating the type of vehicle lane where LPR system is located</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:LPRModeOfOperationCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ManifestCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of manifest.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Cargo">
        <xs:annotation>
          <xs:documentation>Cargo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Crew">
        <xs:annotation>
          <xs:documentation>Crew</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Passenger">
        <xs:annotation>
          <xs:documentation>Passenger</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ManifestCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of manifest.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:ManifestCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="ManifestPersonAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for a relationship for the Persons on a Manifest</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="nc:Manifest" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ManifestPersonAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="MedicalConditionAugmentationType">
    <xs:annotation>
      <xs:documentation>A data type for additional information about a medical condition of a person.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:AugmentationType">
        <xs:sequence>
          <xs:element ref="scr:NCICDataIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonMedicalConditionCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonMedicalConditionStatus" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="NameTranslationRepresentationCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of representations for names being translated</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Arabic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="10">
        <xs:annotation>
          <xs:documentation>Hp-roman8</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="11">
        <xs:annotation>
          <xs:documentation>Huu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="12">
        <xs:annotation>
          <xs:documentation>Hz-gb-2312</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="13">
        <xs:annotation>
          <xs:documentation>Ibm437</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="14">
        <xs:annotation>
          <xs:documentation>Ibm737</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="15">
        <xs:annotation>
          <xs:documentation>Ibm775</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="16">
        <xs:annotation>
          <xs:documentation>Ibm850</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="17">
        <xs:annotation>
          <xs:documentation>Ibm851</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="18">
        <xs:annotation>
          <xs:documentation>Ibm852</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="19">
        <xs:annotation>
          <xs:documentation>Ibm855</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Big5</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="20">
        <xs:annotation>
          <xs:documentation>Ibm857</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="21">
        <xs:annotation>
          <xs:documentation>Ibm860</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="22">
        <xs:annotation>
          <xs:documentation>Ibm861</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="23">
        <xs:annotation>
          <xs:documentation>Ibm862</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="24">
        <xs:annotation>
          <xs:documentation>Ibm863</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="25">
        <xs:annotation>
          <xs:documentation>Ibm864</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="26">
        <xs:annotation>
          <xs:documentation>Ibm865</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="27">
        <xs:annotation>
          <xs:documentation>Ibm866</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="28">
        <xs:annotation>
          <xs:documentation>Ibm869</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="29">
        <xs:annotation>
          <xs:documentation>ISO-2022-cn</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>Din-66003</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="30">
        <xs:annotation>
          <xs:documentation>ISO-2022-jp</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="31">
        <xs:annotation>
          <xs:documentation>ISO-2022-kr</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="32">
        <xs:annotation>
          <xs:documentation>ISO-8859-10</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="33">
        <xs:annotation>
          <xs:documentation>ISO-8859-15</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="34">
        <xs:annotation>
          <xs:documentation>ISO-8859-2</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="35">
        <xs:annotation>
          <xs:documentation>ISO-8859-3</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="36">
        <xs:annotation>
          <xs:documentation>ISO-8859-4</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="37">
        <xs:annotation>
          <xs:documentation>ISO-8859-5</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="38">
        <xs:annotation>
          <xs:documentation>ISO-8859-7</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="39">
        <xs:annotation>
          <xs:documentation>ISO-8859-supp</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>Euc-jp</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="40">
        <xs:annotation>
          <xs:documentation>JIS-x0201</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="41">
        <xs:annotation>
          <xs:documentation>JIS-x0208</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="42">
        <xs:annotation>
          <xs:documentation>JIS-x0212</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="43">
        <xs:annotation>
          <xs:documentation>Koi8-u</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="44">
        <xs:annotation>
          <xs:documentation>Ksc5636</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="45">
        <xs:annotation>
          <xs:documentation>Latin1</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="46">
        <xs:annotation>
          <xs:documentation>Latin5</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="47">
        <xs:annotation>
          <xs:documentation>Macos-arabic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="48">
        <xs:annotation>
          <xs:documentation>Macos-centraleurope</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="49">
        <xs:annotation>
          <xs:documentation>Macos-croatian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5">
        <xs:annotation>
          <xs:documentation>Euc-jp-fixed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="50">
        <xs:annotation>
          <xs:documentation>Macos-cyrillic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="51">
        <xs:annotation>
          <xs:documentation>Macos-greek</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="52">
        <xs:annotation>
          <xs:documentation>Macos-hebrew</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="53">
        <xs:annotation>
          <xs:documentation>Macos-roman</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="54">
        <xs:annotation>
          <xs:documentation>Macos-thai</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="55">
        <xs:annotation>
          <xs:documentation>Macos-ukranian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="56">
        <xs:annotation>
          <xs:documentation>Thai</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="57">
        <xs:annotation>
          <xs:documentation>Unicode</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="58">
        <xs:annotation>
          <xs:documentation>US-ascii</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="59">
        <xs:annotation>
          <xs:documentation>UTF-8</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6">
        <xs:annotation>
          <xs:documentation>Euc-kr</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="60">
        <xs:annotation>
          <xs:documentation>Windows-1251</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="61">
        <xs:annotation>
          <xs:documentation>Windows-1256</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="62">
        <xs:annotation>
          <xs:documentation>Windows-1258</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="63">
        <xs:annotation>
          <xs:documentation>Macos-greek2</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="64">
        <xs:annotation>
          <xs:documentation>Macos-icelandic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="65">
        <xs:annotation>
          <xs:documentation>Macos-romanian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="66">
        <xs:annotation>
          <xs:documentation>Macos-turkish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="67">
        <xs:annotation>
          <xs:documentation>Shift-jis</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="68">
        <xs:annotation>
          <xs:documentation>USC-4</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="69">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7">
        <xs:annotation>
          <xs:documentation>Gb1988</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="70">
        <xs:annotation>
          <xs:documentation>UTF-7</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="71">
        <xs:annotation>
          <xs:documentation>Windows-1250</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="72">
        <xs:annotation>
          <xs:documentation>Windows-1253</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="73">
        <xs:annotation>
          <xs:documentation>Windows-1257</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="74">
        <xs:annotation>
          <xs:documentation>Winlat-7bit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8">
        <xs:annotation>
          <xs:documentation>Gb2312</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9">
        <xs:annotation>
          <xs:documentation>Hebrew</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Barcode">
        <xs:annotation>
          <xs:documentation>Barcode</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Soundex">
        <xs:annotation>
          <xs:documentation>Soundex</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="STC">
        <xs:annotation>
          <xs:documentation>Standard Telegraphic Code</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="NameTranslationRepresentationCodeType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of representations for names being translated</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:NameTranslationRepresentationCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="OccupationCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of occupation.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Construction Worker">
        <xs:annotation>
          <xs:documentation>Construction Worker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Farm Worker">
        <xs:annotation>
          <xs:documentation>Farmer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Supermodel">
        <xs:annotation>
          <xs:documentation>Supermodel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="OccupationCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of occupation.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:OccupationCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="OrganizationAddressAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for a relationship between ORGANIZATION that conducts business at the ADDRESS for an associated duration of time.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="nc:Organization" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:Address" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:OrganizationIdentification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:OrganizationAddressEffectiveDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:OrganizationAddressEndDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:OrganizationAddressAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="OrganizationAugmentationType">
    <xs:annotation>
      <xs:documentation>A data type for additional information about an organization.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:AugmentationType">
        <xs:sequence>
          <xs:element ref="scr:CriminalAffiliationIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:FraudulentIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:GrossAnnualIncomeAmount" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:OrganizationSizeQuantity" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:SuspiciousIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:OrganizationNameIdentification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:OrganizationStatusClassificationCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="OrganizationCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of organizations involved in screening activities</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Business">
        <xs:annotation>
          <xs:documentation>BUSINESS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Community Group">
        <xs:annotation>
          <xs:documentation>COMMUNITY GROUP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Federal Agency">
        <xs:annotation>
          <xs:documentation>FEDERAL AGENCY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Gang">
        <xs:annotation>
          <xs:documentation>GANG</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Local Agency">
        <xs:annotation>
          <xs:documentation>LOCAL AGENCY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Political Group">
        <xs:annotation>
          <xs:documentation>POLITICAL GROUP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Religious Group">
        <xs:annotation>
          <xs:documentation>RELIGIOUS GROUP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="School">
        <xs:annotation>
          <xs:documentation>SCHOOL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="State Agency">
        <xs:annotation>
          <xs:documentation>STATE AGENCY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Surety Company">
        <xs:annotation>
          <xs:documentation>SURETY COMPANY</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="OrganizationCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of organizations involved in screening activities</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:OrganizationCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="OrganizationEncounterAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for a relationship between an interface between a person of interest in an ENCOUNTER and a representative of the ORGANIZATION of the federal government.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="nc:PersonEncounter" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:Organization" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:OrganizationEncounterAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="OrganizationPhoneAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for a relationship between a unit ORGANIZATION which conducts some sort of business or operations and it's PHONE.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="nc:Organization" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:TelephoneNumber" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:OrganizationPhoneAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="OrganizationStatusCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of status values associated with an organization</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Bankruptcy">
        <xs:annotation>
          <xs:documentation>Bankruptcy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Foreclosure">
        <xs:annotation>
          <xs:documentation>Foreclosure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IPO">
        <xs:annotation>
          <xs:documentation>IPO</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Suspended">
        <xs:annotation>
          <xs:documentation>Suspended</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="OrganizationStatusCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of status values associated with an organization</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:OrganizationStatusCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="PerformanceMetricsType">
    <xs:annotation>
      <xs:documentation>A data type that describes performance metrics details</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:ServiceOperationCategoryText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ServiceDuration" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PerformanceMetricsAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="PersonAddressAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for a relationship between a PERSON who conducts some sort of business or operations and his or hers postal ADDRESS.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:Address" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonAddressAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="PersonAlertAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for an association between a Person and an Alert Type that identifies the person of interest details.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="em:AlertNotification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:ExpirationDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AlertIdentification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AlertEntryDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AlertEntryText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonAlertStatus" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AlertMedicalIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonAlertAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="PersonAlertStatusCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a person alert status.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Demoted">
        <xs:annotation>
          <xs:documentation>Demoted</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Promoted">
        <xs:annotation>
          <xs:documentation>Promoted</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="PersonAlertStatusCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a person alert status.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:PersonAlertStatusCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="PersonAlertStatusType">
    <xs:annotation>
      <xs:documentation>A data type for the information on a PERSON ALERT STATUS</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:StatusType">
        <xs:sequence>
          <xs:element ref="scr:PersonAlertStatusCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonAlertStatusAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="PersonBiometricAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for an association that distinguishes physical characteristics captured at the time of person encounter.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonEncounter" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:IdentityStatusAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonBiometricAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="PersonCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of person type.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Alien">
        <xs:annotation>
          <xs:documentation>Alien</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Asylumee">
        <xs:annotation>
          <xs:documentation>Asylumee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Parolee">
        <xs:annotation>
          <xs:documentation>Parolee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Protected">
        <xs:annotation>
          <xs:documentation>Protected</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Refugee">
        <xs:annotation>
          <xs:documentation>Refugee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="US CItizen">
        <xs:annotation>
          <xs:documentation>US CItizen</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="US National">
        <xs:annotation>
          <xs:documentation>US National</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="PersonCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of person type.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:PersonCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="PersonCategoryType">
    <xs:annotation>
      <xs:documentation>A data type for the category of a PERSON.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:PersonCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonCategoryCodeAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonCategoryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="PersonCrossingCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a direction of a person crossing the U.S. border.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Alien Children">
        <xs:annotation>
          <xs:documentation>Unaccompanied Alien Children</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Arrival">
        <xs:annotation>
          <xs:documentation>Arrival</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Departure">
        <xs:annotation>
          <xs:documentation>Departure</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Smuggling">
        <xs:annotation>
          <xs:documentation>Smuggling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Trafficking">
        <xs:annotation>
          <xs:documentation>Human Trafficking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Undocumented">
        <xs:annotation>
          <xs:documentation>Undocumented Crossing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="PersonCrossingCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a direction of a person crossing the U.S. border.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:PersonCrossingCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="PersonCrossingEncounterType">
    <xs:annotation>
      <xs:documentation>A data type for a Person Encounter involving the activity of a person while crossing the borders of United States.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:PersonEncounterType">
        <xs:sequence>
          <xs:element ref="scr:PrimaryDispositionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:SourceCountryOfTravelID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TravelModeText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ScreeningArrival" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ScreeningDeparture" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonCrossingLegalIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonCrossingClassification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:CrossingAgencyCodeText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:CrossingReferralAgencyCodeText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ReasonExcludedAdmissionCodeText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AdvancedPassengerInformationIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ClassOfAdmissionClassificationAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonCrossingEncounterAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="PersonCrossingType">
    <xs:annotation>
      <xs:documentation>A data type for classification of the direction of a PERSON CROSSING United States Borders.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:PersonCrossingDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonCrossingCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonCrossingAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="PersonDerogatoryInformationType">
    <xs:annotation>
      <xs:documentation>A data type for an electronic exchange containing derogatory information about a person from an organization.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:Organization" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:DerogatoryInformationIdentification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:DerogatoryCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:DerogatoryInformationExpirationDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:DerogatoryStatusAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EncounterStatusAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonDerogatoryInformationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="PersonDesignatorCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of person designator.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ALIEN">
        <xs:annotation>
          <xs:documentation>Alien Registration Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AS">
        <xs:annotation>
          <xs:documentation>Air National Guard Serial Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BANK">
        <xs:annotation>
          <xs:documentation>Bank Account</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BIRTH">
        <xs:annotation>
          <xs:documentation>Birth Registration</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BOP">
        <xs:annotation>
          <xs:documentation>BOP</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CAN">
        <xs:annotation>
          <xs:documentation>Canadian Social Insurance Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CEDUL">
        <xs:annotation>
          <xs:documentation>Cedula (Foreign ID)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CG">
        <xs:annotation>
          <xs:documentation>U.S. Coast Guard Serial Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CREDC">
        <xs:annotation>
          <xs:documentation>Credit Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CTECS">
        <xs:annotation>
          <xs:documentation>Customs TECS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DCDC">
        <xs:annotation>
          <xs:documentation>D.C. Department of Corrections</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DCPD">
        <xs:annotation>
          <xs:documentation>D.C. Police Department ID</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DEANA">
        <xs:annotation>
          <xs:documentation>DEA NADDIS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DRIVE">
        <xs:annotation>
          <xs:documentation>Drivers License (State and Country)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EIN">
        <xs:annotation>
          <xs:documentation>Employer Identification Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FBI">
        <xs:annotation>
          <xs:documentation>FBI</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FID">
        <xs:annotation>
          <xs:documentation>Foreign Identification Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FMID">
        <xs:annotation>
          <xs:documentation>Foreign Military Identification Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FPS">
        <xs:annotation>
          <xs:documentation>Royal Canadian Mounted Police Id</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FSS">
        <xs:annotation>
          <xs:documentation>Foreign Social Security Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FTD">
        <xs:annotation>
          <xs:documentation>Foreign Travel Document</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="I94">
        <xs:annotation>
          <xs:documentation>Arrival-Departure Record</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="INMCI">
        <xs:annotation>
          <xs:documentation>Inmate Number - City Jail</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="INMCN">
        <xs:annotation>
          <xs:documentation>Inmate Number - County Jail</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="INMFJ">
        <xs:annotation>
          <xs:documentation>Inmate Number - Foreign Jail/Prison</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="INMST">
        <xs:annotation>
          <xs:documentation>Inmate Number - State Prison</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LEN">
        <xs:annotation>
          <xs:documentation>Law Enforcement Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MD">
        <xs:annotation>
          <xs:documentation>Mariners Document or Identification Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MHN">
        <xs:annotation>
          <xs:documentation>Modified Henry Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NCIC">
        <xs:annotation>
          <xs:documentation>NCIC Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NEC">
        <xs:annotation>
          <xs:documentation>NEC Fingerprint Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NIV">
        <xs:annotation>
          <xs:documentation>Issuing Post/Location</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NS">
        <xs:annotation>
          <xs:documentation>Navy Serial Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="O">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OA">
        <xs:annotation>
          <xs:documentation>Originating Agency Police or Identification Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OAFN">
        <xs:annotation>
          <xs:documentation>Other Alien File Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OBIOM">
        <xs:annotation>
          <xs:documentation>Other Biometric</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PAFDP">
        <xs:annotation>
          <xs:documentation>Passport - Foreign Diplomat</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PAFOF">
        <xs:annotation>
          <xs:documentation>Passport - Foreign Official</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PAFRG">
        <xs:annotation>
          <xs:documentation>Passport - Foreign Regular</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PAUDP">
        <xs:annotation>
          <xs:documentation>Passport - U.S. Diplomat</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PAUOF">
        <xs:annotation>
          <xs:documentation>Passport - U.S. Official</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PAURG">
        <xs:annotation>
          <xs:documentation>Passport - U.S.Regular</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PI">
        <xs:annotation>
          <xs:documentation>Personal Identification Number(applies only to state-issued numbers)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PS">
        <xs:annotation>
          <xs:documentation>Port Security Card Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RN">
        <xs:annotation>
          <xs:documentation>Register Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SELSV">
        <xs:annotation>
          <xs:documentation>Selective Service Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SEVIS">
        <xs:annotation>
          <xs:documentation>SEVIS Identification Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SEVP">
        <xs:annotation>
          <xs:documentation>I-515 Status</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SID">
        <xs:annotation>
          <xs:documentation>State Criminal Number/State Bureau Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="STAID">
        <xs:annotation>
          <xs:documentation>State Identification Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="STAPL">
        <xs:annotation>
          <xs:documentation>State Professional License</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="STATL">
        <xs:annotation>
          <xs:documentation>State Tradesman License</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="STNDV">
        <xs:annotation>
          <xs:documentation>State Non-Driver ID Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USAFR">
        <xs:annotation>
          <xs:documentation>U.S. Air Force Registration</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USARR">
        <xs:annotation>
          <xs:documentation>U.S. Army Registration</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USMCR">
        <xs:annotation>
          <xs:documentation>Marine Corps Serial Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USMDC">
        <xs:annotation>
          <xs:documentation>U.S. Military Dependent Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USMIL">
        <xs:annotation>
          <xs:documentation>U.S. Military Identification</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USSSN">
        <xs:annotation>
          <xs:documentation>U.S. Social Security Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USVIS">
        <xs:annotation>
          <xs:documentation>U.S. Visa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VA">
        <xs:annotation>
          <xs:documentation>Veterans Administration Claim Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WN">
        <xs:annotation>
          <xs:documentation>Warrant Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="PersonDesignatorCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of person designator.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:PersonDesignatorCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="PersonDesignatorType">
    <xs:annotation>
      <xs:documentation>A data type for an alternate identifier assigned to a PERSON</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:PersonDesignatorID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonDesignatorValueText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonDesignatorCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonDesignatorCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:NCICRecordID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TECSRecordID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonEnumeratorIdentification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonDesignatorAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="PersonEncounterAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for a relationship of a PERSON of interest to a specific ENCOUNTER with a representative of the federal government.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="scr:EncounterMethodKind" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonEncounterCategory" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonEncounter" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonEncounterAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="PersonEncounterCategoryType">
    <xs:annotation>
      <xs:documentation>A data type for information on a person encounter.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:PersonEncounterCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonEncounterCategoryCodeAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonEncounterCategoryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="PersonEncounterDocumentAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for a relationship for a DOCUMENT associated with a PERSON related to a specific ENCOUNTER.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="nc:Document" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonEncounter" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonEncounterDocumentAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="PersonEncounterLeadAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for a relationship between a Person of interest associated to a specific ENCOUNTER through a LEAD.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="nc:PersonEncounter" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:Lead" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:Address" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonEncounterLeadAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="PersonLeadAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for a relationship between a person, their role, and a lead incident.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:Lead" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonRoleCodeAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonLeadAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="PersonMedicalConditionCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of medical conditions for a person involved in a screening activity</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="20">
        <xs:annotation>
          <xs:documentation>Known to abuse drugs</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="25">
        <xs:annotation>
          <xs:documentation>Escape risk</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5">
        <xs:annotation>
          <xs:documentation>Violent tendencies</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="50">
        <xs:annotation>
          <xs:documentation>Heart condition</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="55">
        <xs:annotation>
          <xs:documentation>Alcoholic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="60">
        <xs:annotation>
          <xs:documentation>Allergies</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="65">
        <xs:annotation>
          <xs:documentation>Epilepsy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="70">
        <xs:annotation>
          <xs:documentation>Suicidal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="80">
        <xs:annotation>
          <xs:documentation>Medication required</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="85">
        <xs:annotation>
          <xs:documentation>Hemophiliac</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="90">
        <xs:annotation>
          <xs:documentation>Diabetic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="PersonMedicalConditionCodeType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of medical conditions for a person involved in a screening activity</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:PersonMedicalConditionCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="PersonMedicalConditionStatusCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of status changes for medical conditions of a person involved in a screening activity</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Hansen's disease">
        <xs:annotation>
          <xs:documentation>Hansens disease</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HIV">
        <xs:annotation>
          <xs:documentation>HIV</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="tuberculosis">
        <xs:annotation>
          <xs:documentation>tuberculosis</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="venereal disease">
        <xs:annotation>
          <xs:documentation>venereal disease</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="PersonMedicalConditionStatusCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of status changes for medical conditions of a person involved in a screening activity</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:PersonMedicalConditionStatusCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="PersonMedicalConditionStatusType">
    <xs:annotation>
      <xs:documentation>A data type for a PERSONs health problem and physical limitation that an officer should be cautious of.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:StatusType">
        <xs:sequence>
          <xs:element ref="scr:PersonMedicalConditionStatusCodeAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonMedicalConditionStatusAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="PersonMetadataType">
    <xs:annotation>
      <xs:documentation>A data type for metadata about the data associated with a person being screened.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:MetadataType">
        <xs:sequence>
          <xs:element ref="scr:ConfidenceLevel" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonConfidenceLevelPercent" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="PersonNameAugmentationType">
    <xs:annotation>
      <xs:documentation>A data type for additional information about a person name.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:AugmentationType">
        <xs:sequence>
          <xs:element ref="scr:SoundexIndexValueText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonNameOriginText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:DesignationCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
        <xs:attribute ref="scr:nameTranslationCategoryCode" use="optional"/>
        <xs:attribute ref="scr:nameTranslationCategoryDescriptionText" use="optional"/>
        <xs:attribute ref="scr:nameTranslationRepresentationID" use="optional"/>
        <xs:attribute ref="scr:nameTranslationRepresentationText" use="optional"/>
        <xs:attribute ref="scr:nameTranslationShortName" use="optional"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="PersonNameDesignationCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of words or phrase that represents a professional title of an individual.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CPA">
        <xs:annotation>
          <xs:documentation>CPA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="J.D.">
        <xs:annotation>
          <xs:documentation>J.D.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M.D">
        <xs:annotation>
          <xs:documentation>M.D</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ph.D.">
        <xs:annotation>
          <xs:documentation>Ph.D.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="PersonNameDesignationCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of words or phrase that represents a professional title of an individual.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:PersonNameDesignationCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="PersonPhoneAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for a relationship between a PERSON and a PHONE.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:TelephoneNumber" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonPhoneAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="PersonRoleCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of person role.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Agent">
        <xs:annotation>
          <xs:documentation>Agent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Attorney">
        <xs:annotation>
          <xs:documentation>Attorney</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Employee">
        <xs:annotation>
          <xs:documentation>Federal Employee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ICE Employee">
        <xs:annotation>
          <xs:documentation>ICE Employee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Officer">
        <xs:annotation>
          <xs:documentation>Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Witness">
        <xs:annotation>
          <xs:documentation>Witness</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="PersonRoleCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of person role.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:PersonRoleCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="PersonRoleType">
    <xs:annotation>
      <xs:documentation>A data type for a part played by a Person in an Encounter.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:PersonRoleID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonRoleEffectiveDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonRoleEndDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonRoleCategoryText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonRoleCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonRoleAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="PersonSearchResultType">
    <xs:annotation>
      <xs:documentation>A data type used for returning person status information to the requesting organization</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:VisaFoilNumberID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VisaControlNumberID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:SEVISID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PhotoRequestIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AdmittedDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:IdentificationStatusAdvisoryText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonSearchResultAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="PersonStatusSummaryType">
    <xs:annotation>
      <xs:documentation>A data type that specifies requesting person status information from Screening encounters</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="im:NaturalizedCitizenRole" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:AlienNumberIdentification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonName" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonBirthDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonDeathDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:EducationLevelText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonSexText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonNationalityCountry" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonReligionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonArrivalDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ArrivalReasonText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LocationPortOfEntryCodeText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonCitizenshipCountry" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:FileControlOfficeText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:AddressState" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:AddressPostalCode" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonDepartureDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:DepartureReasonText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:FormNameDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="im:FormSubmittedDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonEnumeratorIdentification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ScreeningImmigrationStatus" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonRaceAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonStatusSummaryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="PhoneCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of phone devices</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="B">
        <xs:annotation>
          <xs:documentation>Beeper/Pager</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Business">
        <xs:annotation>
          <xs:documentation>Business</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Cellular</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="F">
        <xs:annotation>
          <xs:documentation>Fax</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Home">
        <xs:annotation>
          <xs:documentation>Home</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M">
        <xs:annotation>
          <xs:documentation>Computer Modem</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Satellite">
        <xs:annotation>
          <xs:documentation>Satellite</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="T">
        <xs:annotation>
          <xs:documentation>Telephone</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="PhoneCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of phone devices</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:PhoneCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="PhysicalEncounterAgentAssociationType">
    <xs:annotation>
      <xs:documentation>A data type for a relationship for a physical encounter between a DHS Agent and a Person.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:AssociationType">
        <xs:sequence>
          <xs:element ref="scr:AgentPerson" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonEncounter" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AgentPersonRole" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PhysicalEncounterAgentAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="PhysicalMarkingCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a classification of the kind of PERSON PHYSICAL MARKING.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ART ARM">
        <xs:annotation>
          <xs:documentation>Arm, Nonspecific, Artificial</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ART BRST">
        <xs:annotation>
          <xs:documentation>Breast, Nonspecific, Artificial</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ART BRSTS">
        <xs:annotation>
          <xs:documentation>Breast implant, left and right</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VASC Proth">
        <xs:annotation>
          <xs:documentation>Vascular Prosthesis</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Wheelchair">
        <xs:annotation>
          <xs:documentation>Wheelchair</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Wire Sutur">
        <xs:annotation>
          <xs:documentation>Wire Sutures</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="RiskCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of risk categories for screening purposes</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Alert">
        <xs:annotation>
          <xs:documentation>Medium high risk. Historically, this has been used to indicate a higher level of attention then Recidivist, but not a WatchList.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Derogatory History">
        <xs:annotation>
          <xs:documentation>Low risk or Noteworthy. Some derogatory information is associated. Historically this has indicated a past or expired want or warrant.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="None">
        <xs:annotation>
          <xs:documentation>Lowest risk. There is no applicable derogatory information.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Recidivist">
        <xs:annotation>
          <xs:documentation>Medium risk. Historically, this has been used to indicate that a pattern of behavior indicates a potential to return to criminal habits.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Watchlist">
        <xs:annotation>
          <xs:documentation>High risk. This indicates the need for further investigation.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="RiskCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of risk categories for screening purposes</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:RiskCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ScaleUnitCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of measurement unit scales being used</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="0">
        <xs:annotation>
          <xs:documentation>No scale given</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Pixels per inch</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Pixels per centimeter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ScaleUnitCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of measurement unit scales being used</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:ScaleUnitCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="ScanningResolutionCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for an indication of whether minimal (nominal) or native scanning resolution applies to a biometric image.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="0">
        <xs:annotation>
          <xs:documentation>Minimum scanning resolution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Native scanning resolution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="ScreenedAlienType">
    <xs:annotation>
      <xs:documentation>A data type for additional information about an Alien being screened.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="im:RoleOfAlienAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PrincipalIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VisaWaiverIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AlienCategoryText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AlienCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ScreenedAlienAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="ScreeningArrivalType">
    <xs:annotation>
      <xs:documentation>A data type for an encounter representing the entry of a Person or Conveyance into the United States</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:PersonArrivalDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ArrivalReasonText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AccompaniedByFamilyIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AdmitDurationStatusIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AdmitToDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BoardingLocationCityName" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VisaCancel" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ScreeningArrivalAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="ScreeningDepartureType">
    <xs:annotation>
      <xs:documentation>A data type for information concerning a PERSON or Conveyance exiting from the United States</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:PersonDepartureDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:DepartureReasonText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EligibleForReliefIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ReliefDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:DepartureClassification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VoluntaryDeparture" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:Deportation" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ScreeningDepartureAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="ScreeningPersonType">
    <xs:annotation>
      <xs:documentation>A data type for additional information about Persons being Screened</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonCategory" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonRole" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonTelephoneNumber" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:PersonIdentification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:Biographic" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BirthplaceNearLargeCityName" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:BirthplaceNearLargeCityDistanceMilesLengthMeasure" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ScreeningPersonAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="ScreeningProcessType">
    <xs:annotation>
      <xs:documentation>A data type that specifies the service requester transaction performance metrics information.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:ActivityType">
        <xs:sequence>
          <xs:element ref="scr:ServiceRequesterMetric" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ServiceProviderMetric" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TransactionControlNumberIdentification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityProcessClassification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityRequestClassification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityResultsClassification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityResponseClassification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityResponseQuantity" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityResponseRuleText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityPriorityQuantity" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityResponseText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityUserLogonID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityTerminalID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivitySiteID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ActivityCommentText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:NotificationCategoryCodeText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:SubscriberOrganization" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AcknowledgementDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ScreeningProcessAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="ScreeningTECSRecordInfoType">
    <xs:annotation>
      <xs:documentation>A data type for the Screening record information received from the CBP Traveler Encounter Compliance System (TECS).</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="nc:DocumentFileControlID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ASAAgencyCodeText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ASASubAgencyCodeText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EntryTECSUserID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EntryDateTime" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:EntryTerminalID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:OwnerTECSUserID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LastUpdateTECSUserID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:LastUpdatedDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:LastUpdateTerminalID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:DeleteIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:AccessControlLevelCodeValue" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ControlLevelLastUpdateDateTime" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ScreeningTECSRecordInfoAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="ScreeningTravelDocumentType">
    <xs:annotation>
      <xs:documentation>A data type for information about a screening Travel Document</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="scr:TravelDocumentType">
        <xs:sequence>
          <xs:element ref="scr:ScreeningTECSRecordInformation" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:Image" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonSexAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonNationalityCountry" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:AddressCountry" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:StateID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonCitizenshipCountry" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ScreeningTravelDocumentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="StateAugmentationType">
    <xs:annotation>
      <xs:documentation>A data type for additional information about a state.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:AugmentationType">
        <xs:sequence>
          <xs:element ref="scr:StateID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:StateNameID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:StateNameBeginDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:StateNameEndDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:StateCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:StateCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="SupportLevelType">
    <xs:annotation>
      <xs:documentation>A data type for a classification of the extent of dependence based on FAMILY ASSOCIATION.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:SupportLevelCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:SupportLevelCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:SupportLevelAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="TelephoneNumberAugmentationType">
    <xs:annotation>
      <xs:documentation>A data type for additional information about a telephone number.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:AugmentationType">
        <xs:sequence>
          <xs:element ref="scr:TelephoneIdentification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:InternationalNumberIndicator" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TelephoneNumberEndDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TelephoneNumberEffectiveDate" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="TimeInUSCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a quantity of time a subject has been in the United States illegally.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="38718">
        <xs:annotation>
          <xs:documentation>1 month to 1 year</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="38837">
        <xs:annotation>
          <xs:documentation>4 to 30 days</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AE">
        <xs:annotation>
          <xs:documentation>At Entry</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NA">
        <xs:annotation>
          <xs:documentation>Not Applicable</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OVER1">
        <xs:annotation>
          <xs:documentation>Over 1 year</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WI72">
        <xs:annotation>
          <xs:documentation>Within 72 hours</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="TimeInUSCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a quantity of time a subject has been in the United States illegally.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:TimeInUSCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="TimeInUSType">
    <xs:annotation>
      <xs:documentation>A data type for the length of time an alien has been in the United States illegally.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:TimeInUSCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TimeInUSCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TimeInUSAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="TravelDocumentCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of travel documents</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="A">
        <xs:annotation>
          <xs:documentation>Permanent Resident Card Prior to 1998</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="B">
        <xs:annotation>
          <xs:documentation>Border Crossing Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Permanent Resident Card</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="F">
        <xs:annotation>
          <xs:documentation>Facilitation Document</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="I">
        <xs:annotation>
          <xs:documentation>INSPASS Document</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M">
        <xs:annotation>
          <xs:documentation>Military</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="P">
        <xs:annotation>
          <xs:documentation>Passport</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S">
        <xs:annotation>
          <xs:documentation>Social Security Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="T">
        <xs:annotation>
          <xs:documentation>Reentry Permit Refugee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="V">
        <xs:annotation>
          <xs:documentation>Visa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="TravelDocumentCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type describing the kinds of travel documents</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:TravelDocumentCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="TravelDocumentType">
    <xs:annotation>
      <xs:documentation>A data type for a classification of a Screening Travel Document</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:DocumentType">
        <xs:sequence>
          <xs:element ref="scr:TravelDocumentReceivedDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TravelDocumentRequestedDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TravelDocumentRefusedDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:CountryNameID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:StateNameID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TravelDocumentCodeAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TravelDocumentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="TravelModeCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a means of transport used by the alien.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="A">
        <xs:annotation>
          <xs:documentation>Air</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="L">
        <xs:annotation>
          <xs:documentation>Land</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S">
        <xs:annotation>
          <xs:documentation>Sea</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="TravelModeCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a means of transport used by the alien.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:TravelModeCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="TravelModeType">
    <xs:annotation>
      <xs:documentation>A data type for the manner of transport used by a person during a person crossing the US Borders.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:TravelModeCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TravelModeCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:TravelModeAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="VehicleAugmentationType">
    <xs:annotation>
      <xs:documentation>A data type for additional information about a vehicle.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:AugmentationType">
        <xs:sequence>
          <xs:element ref="scr:VehicleSubjectCategoryCodeText" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="VisaCancelCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a category of reason for invalidating a previously issued permission to enter the United States.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="DEPARTREQ">
        <xs:annotation>
          <xs:documentation>Departure required (8 CFR 242.5)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DEPORTINIT">
        <xs:annotation>
          <xs:documentation>Deportation proceedings initiated</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IMPOSTER">
        <xs:annotation>
          <xs:documentation>Imposter presented document</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IVEXCLUDE">
        <xs:annotation>
          <xs:documentation>IV Holder excluded</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NIVEXCLUDE">
        <xs:annotation>
          <xs:documentation>NIV Holder excluded</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WAIVREVOK">
        <xs:annotation>
          <xs:documentation>Waiver revoked (212)(d)(3)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WDRAW186">
        <xs:annotation>
          <xs:documentation>Application for Admission withdrawn (Holder of Form I-186 Issued by Consul)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WDRAWNIV">
        <xs:annotation>
          <xs:documentation>Application for Admission withdrawn (NIV Holder)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="VisaCancelCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a category of reason for invalidating a previously issued permission to enter the United States.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:VisaCancelCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="VisaCancelType">
    <xs:annotation>
      <xs:documentation>A data type for a category of reason for invalidating a previously issued permission to enter the United States.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:VisaCancelCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VisaCancelCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VisaCancelAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="VisaType">
    <xs:annotation>
      <xs:documentation>A data type for a travel document allowing international travelers to enter a country for a designated purpose within a designated period of time.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:DocumentType">
        <xs:sequence>
          <xs:element ref="nc:PersonBirthDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonBirthLocation" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonCitizenshipCountry" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonName" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="nc:PersonSexAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VisaApplicationDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VisaApplicationDispositionStatus" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VisaApplicationLocation" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VisaNumberID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VisaControlNumberID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VisaFoilNumberID" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:ClassOfAdmissionClassificationAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VisaAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="VoluntaryDepartureDecisionType">
    <xs:annotation>
      <xs:documentation>A data type for a classification of the VOLUNTARY DECISION to depart from United States.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:VoluntaryDepartDecisionCategoryText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VoluntaryDepartDecisionCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VoluntaryDepartureDecisionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="VoluntaryDepartureType">
    <xs:annotation>
      <xs:documentation>A data type for a willing DEPARTURE of a PERSON in response to a judicial decision for an expedited removal.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:VoluntaryDepartDecisionDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VoluntaryDepartExpireDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VoluntaryDepartureDecision" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:VoluntaryDepartureAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="WarrantAugmentationType">
    <xs:annotation>
      <xs:documentation>A data type for additional information about a warrant.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:AugmentationType">
        <xs:sequence>
          <xs:element ref="j:Charge" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:WarrantIdentification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:WarrantOffenseOccurredDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:WarrantDeportDemandDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:WarrantDeportServeDate" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:WarrantDeportSurrenderDate" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:simpleType name="WarrantCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of warrant.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Arrest">
        <xs:annotation>
          <xs:documentation>Arrest</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Deportation">
        <xs:annotation>
          <xs:documentation>Deportation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Search">
        <xs:annotation>
          <xs:documentation>Search</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="WarrantCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of warrant.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:WarrantCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="WatchlistCategoryCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of watchlist.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>IBIS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>CLASS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>TUSCAN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>TACTICS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5">
        <xs:annotation>
          <xs:documentation>VGTOF</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6">
        <xs:annotation>
          <xs:documentation>TSANOF</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7">
        <xs:annotation>
          <xs:documentation>TSASEL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Terrorist">
        <xs:annotation>
          <xs:documentation>Terrorist</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="WatchlistCategoryCodeType">
    <xs:annotation>
      <xs:documentation>A data type for a kind of watchlist.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="scr:WatchlistCategoryCodeSimpleType">
        <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="WatchlistClassificationType">
    <xs:annotation>
      <xs:documentation>A data type for a classification of the WATCHLIST.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="structures:ObjectType">
        <xs:sequence>
          <xs:element ref="scr:WatchlistCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:WatchlistCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:WatchlistClassificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="WatchlistType">
    <xs:annotation>
      <xs:documentation>A data type for a DOCUMENT which contains a nomination list prepared and approved by the National Center of Counter Terrorism.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="nc:DocumentType">
        <xs:sequence>
          <xs:element ref="intel:SubjectCategoryCodeText" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="intel:SubjectHandling" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="intel:AgencyInterestCategory" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:WatchlistClassification" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="scr:WatchlistAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:attribute name="nameTranslationCategoryCode" type="scr:NameTranslationRepresentationCodeSimpleType">
    <xs:annotation>
      <xs:documentation>A kind of name translation.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="nameTranslationCategoryDescriptionText" type="xs:string">
    <xs:annotation>
      <xs:documentation>A description of the values used for Name translation.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="nameTranslationRepresentationID" type="xs:string">
    <xs:annotation>
      <xs:documentation>An identifier that represents a NAME TRANSLATION REPRESENTATION</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="nameTranslationRepresentationText" type="xs:string">
    <xs:annotation>
      <xs:documentation>A translation representation of a name</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="nameTranslationShortName" type="xs:string">
    <xs:annotation>
      <xs:documentation>A short name that describes the translation.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:element name="AccessControlLevelCodeValue" type="niem-xs:integer" nillable="true">
    <xs:annotation>
      <xs:documentation>A number value for the access control level to be applied to the record</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AccompaniedByFamilyIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if a subject is accompanied by a family member when entering the United States; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AcknowledgementDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date that the request is ready for processing in the US-VISIT/IDENT system.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityCommentText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A note or comment about an activity.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityPriorityQuantity" type="nc:QuantityType" nillable="true">
    <xs:annotation>
      <xs:documentation>A number of the Priority value of the activity, with 0-4 as gradient normal, 4 as the default, and 5-9 as gradient expedited priority.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityProcessCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of activity process.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityProcessCategoryCode" type="scr:ActivityProcessCategoryCodeType" substitutionGroup="scr:ActivityProcessCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of activity process.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityProcessClassification" type="scr:ActivityProcessClassificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of activity process.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityProcessClassificationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for ActivityProcessClassificationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityProcessDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a kind of activity process.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityRequestCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of activity request.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityRequestCategoryCode" type="scr:ActivityRequestCategoryCodeType" substitutionGroup="scr:ActivityRequestCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of activity request.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityRequestClassification" type="scr:ActivityRequestClassificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of activity request.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityRequestClassificationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for ActivityRequestClassificationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityRequestDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a kind of activity request.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityResponseCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of activity response.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityResponseCategoryCode" type="scr:ActivityResponseCategoryCodeType" substitutionGroup="scr:ActivityResponseCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of activity response.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityResponseClassification" type="scr:ActivityResponseClassificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of activity response.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityResponseClassificationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for ActivityResponseClassificationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityResponseDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a kind of activity response.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityResponseQuantity" type="nc:QuantityType" nillable="true">
    <xs:annotation>
      <xs:documentation>A number indicating the number of results to return for the request.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityResponseRuleText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A Rule defining how to handle the results being returned for the request.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityResponseText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text that contains the ACTIVITY RESPONSE value</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityResultsCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of activity results.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityResultsCategoryCode" type="scr:ActivityResultsCategoryCodeType" substitutionGroup="scr:ActivityResultsCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of activity results.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityResultsClassification" type="scr:ActivityResultsClassificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of activity results.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityResultsClassificationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for ActivityResultsClassificationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityResultsDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a kind of activity results.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivitySiteID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier for the site where the information was collected.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityTerminalID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier for the terminal device where the information was collected.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ActivityUserLogonID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier for a person in the form of a person's system access (logon) id.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AddressAugmentation" type="scr:AddressAugmentationType" substitutionGroup="nc:AddressAugmentationPoint" nillable="true">
    <xs:annotation>
      <xs:documentation>Additional information about an address.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AddressClassificationCategoryCode" type="scr:AddressCategoryCodeType" substitutionGroup="nc:AddressCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of address.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AddressIdentification" type="nc:IdentificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An identification value for an ADDRESS.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AdmitDefaultDayQuantity" type="nc:QuantityType" nillable="true">
    <xs:annotation>
      <xs:documentation>A number indicating quantity of days after the visa maximum day quantity that the subject is authorized to stay in the United States based on the CLASS OF ADMISSION.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AdmitDurationStatusIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the admittance length for a person at ARRIVAL is based on Duration of Status; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AdmitMaximumDayQuantity" type="nc:QuantityType" nillable="true">
    <xs:annotation>
      <xs:documentation>A quantity of maximum number of days a specified in the CLASS OF ADMISSION TYPE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AdmittedDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date an immigrant was admitted into the US.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AdmitToDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date , as specified at ARRIVAL, on which the alien is no longer authorized to stay in the United State.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AdvancedPassengerInformationIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if DHS had advanced manifest information on the traveler prior to person crossing; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AgentAssociation" type="scr:AgentAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between a PERSON and a PERSON ROLE</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AgentAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for AgentAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AgentPerson" type="nc:PersonType" nillable="true">
    <xs:annotation>
      <xs:documentation>An Agent of Department of Homeland Security.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AgentPersonRole" type="scr:PersonRoleType" nillable="true">
    <xs:annotation>
      <xs:documentation>A part played by a Person in an Encounter.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AircraftFlightPlanSummaryAssociation" type="scr:AircraftFlightPlanSummaryAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between a flight plan summary, an aircraft, and a carrier.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AircraftFlightPlanSummaryAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for AircraftFlightPlanSummaryAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlertCategoryClassificationAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of alert Category</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlertCategoryClassificationCode" type="scr:AlertCategoryCodeType" substitutionGroup="scr:AlertCategoryClassificationAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of alert Category</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlertEntryDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the alien alert was entered into the system.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlertEntryText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text of additional information on PERSON ALERT.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlertIdentification" type="nc:IdentificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An identification for the PERSON ALERT.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlertMedicalIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the alert code is for a medical condition; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlertNotificationAugmentation" type="scr:AlertNotificationAugmentationType" substitutionGroup="em:AlertNotificationAugmentationPoint" nillable="true">
    <xs:annotation>
      <xs:documentation>Additional information about an alert notification.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlertReceivedDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the ALERT was received.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlienCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a kind of alien.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlienCategoryText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of alien.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlienDeportation" type="scr:AlienDeportationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An involuntary DEPARTURE of a PERSON based on a judicial decision or inspectors discretion.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlienDeportationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for AlienDeportationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlienDeportationEscortReason" type="scr:AlienDeportationEscortReasonType" nillable="true">
    <xs:annotation>
      <xs:documentation>An explanation why a DHS designated person is required to accompany the person during DEPORTATION.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlienDeportationEscortReasonAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for AlienDeportationEscortReasonType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlienDetention" type="scr:AlienDetentionType" substitutionGroup="nc:Supervision" nillable="true">
    <xs:annotation>
      <xs:documentation>A data type that supplements nc:SupervisionType</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlienDetentionAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for AlienDetentionType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlienEncounterIdentification" type="nc:IdentificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An identification for a kind of fingerprint image retrieved during an encounter with an alien.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlienEntryStatus" type="scr:AlienEntryStatusType" nillable="true">
    <xs:annotation>
      <xs:documentation>An entry status of an alien.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlienEntryStatusAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for AlienEntryStatusType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlienExchangeVisitor" type="scr:AlienExchangeVisitorType" nillable="true">
    <xs:annotation>
      <xs:documentation>An alien exchange visitor.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlienExchangeVisitorAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for AlienExchangeVisitorType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlienStatusWhenFound" type="scr:AlienStatusWhenFoundType" nillable="true">
    <xs:annotation>
      <xs:documentation>A classification of an aliens activity when apprehended during entry into the United States.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlienStatusWhenFoundAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for AlienStatusWhenFoundType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlienStatusWhenFoundCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a subjects activity or status when apprehended.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlienStatusWhenFoundCategoryCode" type="scr:EntryStatusFoundCategoryCodeType" substitutionGroup="scr:AlienStatusWhenFoundCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A subjects activity or status when apprehended.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="AlienStatusWhenFoundDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A field indicating the description for the associated entry status found code.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ApplicationStatusReasonText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>An explanation of the BENEFIT APPLICATION status.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ApprehensionChargeIdentification" type="nc:IdentificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An identification that represents an Apprehension Charge.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ArrestAugmentation" type="scr:ArrestAugmentationType" substitutionGroup="j:ArrestAugmentationPoint" nillable="true">
    <xs:annotation>
      <xs:documentation>Additional information about an arrest.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ArrestMethod" type="scr:ArrestMethodType" nillable="true">
    <xs:annotation>
      <xs:documentation>A classification of the manner of ARREST</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ArrestMethodAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for ArrestMethodType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ArrestMethodCode" type="scr:ArrestMethodCategoryCodeType" substitutionGroup="scr:ArrestMethodCodeAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>An ARREST METHOD TYPE</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ArrestMethodCodeAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for an ARREST METHOD TYPE</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ArrestMethodDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of the values used for the ARREST METHOD.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ArrivalReasonText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text that explains the reason for a non-immigrant Alien's arrival in the U.S.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ASAAgencyCodeText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text for the code for the agency that owns the record; e.g., DoJ</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ASASubAgencyCodeText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text for the code for the subagency that owns the record; e.g., FBI</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BeginDocumentUseDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date representing the beginning or starting time frame of using a document.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BeginSalaryAmount" type="nc:AmountType" nillable="true">
    <xs:annotation>
      <xs:documentation>A remuneration amount for Person's starting salary.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitApplication" type="scr:BenefitApplicationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A classification of the nature of the BENEFIT APPLICATION ENCOUNTER.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitApplicationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for BenefitApplicationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitApplicationCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of benefit application.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitApplicationCategoryCode" type="scr:BenefitApplicationCategoryCodeType" substitutionGroup="scr:BenefitApplicationCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of benefit application.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitApplicationCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a kind of benefit application.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitApplicationClassificationAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of benefit application.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitApplicationClassificationCode" type="scr:BenefitApplicationCategoryCodeType" substitutionGroup="scr:BenefitApplicationClassificationAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of benefit application.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitApplicationEncounter" type="scr:BenefitApplicationEncounterType" nillable="true">
    <xs:annotation>
      <xs:documentation>A PERSON ENCOUNTER involving the processing of a service request.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitApplicationEncounterAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for BenefitApplicationEncounterType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitApplicationReceiptNumberID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier for the proof of receipt of a benefit application given to the petitioner to account for his benefit application submission.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitApplicationStatus" type="scr:BenefitApplicationStatusType" nillable="true">
    <xs:annotation>
      <xs:documentation>A status of a benefit application.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitApplicationStatusAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for BenefitApplicationStatusType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitApplicationStatusCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a status of a benefit application.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitApplicationStatusCategoryCode" type="scr:BenefitApplicationStatusCategoryCodeType" substitutionGroup="scr:BenefitApplicationStatusCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A status of a benefit application.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitApplicationSubmittedDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date that U.S. Government received an Alien's Benefit application</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitDocument" type="scr:BenefitDocumentType" nillable="true">
    <xs:annotation>
      <xs:documentation>A classification of the BENEFIT DOCUMENT</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitDocumentAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for BenefitDocumentType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitDocumentCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of benefit document.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitDocumentCategoryCode" type="scr:BenefitDocumentCategoryCodeType" substitutionGroup="scr:BenefitDocumentCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of benefit document.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitDocumentCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a kind of benefit document.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitDocumentStatus" type="scr:BenefitDocumentStatusType" nillable="true">
    <xs:annotation>
      <xs:documentation>A state of a benefit document.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitDocumentStatusAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for BenefitDocumentStatusType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitDocumentStatusCode" type="scr:BenefitDocumentStatusCategoryCodeType" substitutionGroup="scr:BenefitDocumentStatusCodeAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A status of a benefit document.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BenefitDocumentStatusCodeAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a status of a benefit document.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="Biographic" type="scr:BiographicType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a PERSON at a specific point in time</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BiographicAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for BiographicType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BiographicCaptureDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date when the PERSON BIOGRAPHIC is recorded</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BiographicIdentification" type="nc:IdentificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An identification for a BIOGRAPHIC</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BirthID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>A unique system generated identifier for the person birth.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BirthplaceNearLargeCityDistanceMilesLengthMeasure" type="nc:LengthMeasureType" nillable="true">
    <xs:annotation>
      <xs:documentation>A number of miles between the location where an individual was born, and the nearest urban area.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BirthplaceNearLargeCityName" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A name of an urban area nearest to where an individual was born.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="BoardingLocationCityName" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A name indicating the city where the alien boarded a conveyance for ARRIVAL to the United States</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="CaptureDuration" type="niem-xs:duration" nillable="true">
    <xs:annotation>
      <xs:documentation>A duration for the specific range of capture time.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="CaptureSoftware" type="nc:SoftwareType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text that describes the details of Capture Software</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="CargoFlightPlanSummaryAssociation" type="scr:CargoFlightPlanSummaryAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between a flight plan summary and cargo.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="CargoFlightPlanSummaryAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for CargoFlightPlanSummaryAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ChargeAugmentation" type="scr:ChargeAugmentationType" substitutionGroup="j:ChargeAugmentationPoint" nillable="true">
    <xs:annotation>
      <xs:documentation>Additional information about a charge.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ChargeCategoryClassificationAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of charge.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ChargeCategoryClassificationCode" type="scr:ChargeCategoryCodeType" substitutionGroup="scr:ChargeCategoryClassificationAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of charge.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ChargeDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date of the CHARGE</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ChargeSectionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text that describes the section of law applicable to the CHARGE TYPE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ClassOfAdmissionClassificationAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a category of class of admission for a Person</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ClassOfAdmissionClassificationCode" type="im:ImmigrationClassOfAdmissionCategoryCodeType" substitutionGroup="scr:ClassOfAdmissionClassificationAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A category of class of admission for a Person</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ClassOfAdmissionCode" type="im:ImmigrationClassOfAdmissionCategoryCodeType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of NonImmigrant class of admission</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ClassOfAdmissionDurationBasisCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of the values used for authorized stay duration basis specified in the CLASS OF ADMISSION DURATION BASIS TYPE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ClassOfAdmissionDurationBasisCategoryText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of authorized stay duration basis specified in the CLASS OF ADMISSION DURATION BASIS TYPE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ClientApplicationSoftware" type="nc:SoftwareType" nillable="true">
    <xs:annotation>
      <xs:documentation>A data type that specifies client application software information</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ComplexionCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of complexion.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ComplexionCategoryCode" type="scr:ComplexionCategoryCodeType" substitutionGroup="scr:ComplexionCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of complexion.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ConfidenceLevel" type="scr:ConfidenceLevelType" nillable="true">
    <xs:annotation>
      <xs:documentation>A classification of the reliability of the PERSON ALERT.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ConfidenceLevelAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for ConfidenceLevelType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ConfidenceLevelCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of confidence level.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ConfidenceLevelCategoryCode" type="scr:ConfidenceLevelCategoryCodeType" substitutionGroup="scr:ConfidenceLevelCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of confidence level.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ConfidenceLevelCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a kind of confidence level.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ConsulateIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the consulate for a person being processed was notified; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ControlLevelLastUpdateDateTime" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A dateTime on which the access control level was last modified</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ConveyanceCategoryCode" type="scr:ConveyanceCategoryCodeType" substitutionGroup="nc:ConveyanceCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of conveyance.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ConveyanceIdentificationCategoryCode" type="scr:ConveyanceIdentificationCategoryCodeType" substitutionGroup="nc:IdentificationCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of conveyance identification.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ConveyanceIDIssuingJurisdictionAbstract" substitutionGroup="nc:JurisdictionAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a conveyance ID issuing jurisdiction type.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ConveyanceIDIssuingJurisdictionCode" type="scr:ConveyanceIDIssuingJurisdictionCategoryCodeType" substitutionGroup="scr:ConveyanceIDIssuingJurisdictionAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A conveyance ID issuing jurisdiction type.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="CountryAugmentation" type="scr:CountryAugmentationType" substitutionGroup="nc:CountryAugmentationPoint" nillable="true">
    <xs:annotation>
      <xs:documentation>Additional information about a country.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="CountryIdentification" type="nc:IdentificationType" substitutionGroup="nc:CountryRepresentation" nillable="true">
    <xs:annotation>
      <xs:documentation>An identification value that represents a country.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="CountryINSLookoutIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the COUNTRY is on the DHS list as a potential threat to the United States; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="CountryNameBeginDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the COUNTRY NAME came into existence</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="CountryNameEndDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the COUNTRY NAME ended.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="CountryNameID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier for a COUNTRY NAME.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="CreditCardIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the alien indicated he/she has any credit cards; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="CriminalAffiliationIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if an ORGANIZATION is suspected of illegal activities; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="CrossingAgencyCodeText" type="niem-xs:token" nillable="true">
    <xs:annotation>
      <xs:documentation>A government agency that processed the border crossing.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="CrossingReferralAgencyCodeText" type="niem-xs:token" nillable="true">
    <xs:annotation>
      <xs:documentation>A government agency that handled the secondary inspection referral.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DeleteIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the record has been logically deleted from the system; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DepartureCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of departure.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DepartureCategoryCode" type="scr:DepartureCategoryCodeType" substitutionGroup="scr:DepartureCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of departure.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DepartureCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a kind of departure.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DepartureClassification" type="scr:DepartureClassificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A classification of DEPARTURE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DepartureClassificationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for DepartureClassificationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DepartureReasonText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text that explains the reason that an Alien departed the U.S. as a result of an Alien deportation, removal or voluntary departure.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DeportAsArrivedIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the subject was ordered to be deported using the vessel or aircraft on which the subject entered the U.S.; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="Deportation" type="scr:AlienDeportationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An involuntary DEPARTURE of a PERSON based on a judicial decision or inspectors discretion.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DeportationDepartProof" type="im:ImmigrationDeportationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A detail defining Evidence of removal of an alien from the United States.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DerogatoryCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of the values used for a kind of derogatory information.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DerogatoryInformationExpirationDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>An expiration date of derogatory information for a Person</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DerogatoryInformationIdentification" type="nc:IdentificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An identification that represents the PERSON DEROGATORY INFORMATION</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DerogatoryStatusAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a status of biometrically linked encounters at which the owning organization perceives the derogatory information.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DerogatoryStatusCode" type="scr:RiskCategoryCodeType" substitutionGroup="scr:DerogatoryStatusAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A status of biometrically linked encounters at which the owning organization perceives the derogatory information.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DesignatedCountryOfDeportationID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier that represents a COUNTRY.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DesignationCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of designation.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DesignationCategoryCode" type="scr:PersonNameDesignationCategoryCodeType" substitutionGroup="scr:DesignationCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of designation.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="Device" type="scr:EncounterDeviceType" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier that represents an ENCOUNTER DEVICE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DeviceBasedEncounterAssociation" type="scr:DeviceBasedEncounterAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between a person, DHS encounter device, and the person encounter.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DeviceBasedEncounterAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for DeviceBasedEncounterAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DocumentCategoryCode" type="scr:DocumentCategoryCodeType" substitutionGroup="nc:DocumentCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of document.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DocumentOrganizationAssociation" type="scr:DocumentOrganizationAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between an ORGANIZATION and a DOCUMENT.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DocumentOrganizationAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for DocumentOrganizationAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DocumentStatusAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for DocumentStatusType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DocumentStatusCategoryCode" type="scr:DocumentStatusCategoryCodeType" substitutionGroup="nc:DocumentStatusCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of status of a document.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DocumentStatusDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A last date the document status was updated.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="DocumentStatusID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier that represents a DOCUMENT STATUS.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EFTSFeatureAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for EFTSFeatureType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ElectronicAddressText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text that describes the ELECTRONIC ADDRESS.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EligibleForReliefIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the alien can be relieved from deportation under statute 212; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EmployeeBadgeNumberID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier number for the the badge of the EMPLOYEE</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EmployeeCallNumberID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier for the call number of the EMPLOYEE</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EmployeeStarNumberID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier for a number representing the call number of an EMPLOYEE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EmploymentAssociationAugmentation" type="scr:EmploymentAssociationAugmentationType" substitutionGroup="nc:EmploymentAssociationAugmentationPoint" nillable="true">
    <xs:annotation>
      <xs:documentation>Additional information about an employment association.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EncounterCategoryCode" type="scr:EncounterCategoryCodeType" substitutionGroup="nc:EncounterCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of encounter.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EncounterDeviceAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for EncounterDeviceType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EncounterDeviceCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a category of encounter device.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EncounterDeviceCategoryText" type="nc:TextType" substitutionGroup="scr:EncounterDeviceCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of device category to capture data in the process of an encounter.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EncounterDeviceClassification" type="scr:EncounterDeviceClassificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of encounter device.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EncounterDeviceClassificationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for EncounterDeviceClassificationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EncounterDeviceDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a kind of encounter device.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EncounterMethodAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for EncounterMethodType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EncounterMethodCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of encounter method.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EncounterMethodCategoryCode" type="scr:EncounterMethodCategoryCodeType" substitutionGroup="scr:EncounterMethodCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of encounter method.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EncounterMethodDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of kind of encounter method.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EncounterMethodKind" type="scr:EncounterMethodType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of encounter method.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EncounterStatusAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a status of an individual encounter as an aggregation of any associated derogatory information.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EncounterStatusCode" type="scr:RiskCategoryCodeType" substitutionGroup="scr:EncounterStatusAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A status of an individual encounter as an aggregation of any associated derogatory information.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EndDocumentUseDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date representing the ending time frame of using a document.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EndSalaryAmount" type="nc:AmountType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date when the remuneration for PERSON EMPLOYMENT ended.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="Enforcement" type="scr:EnforcementType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date of the CHARGE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnforcementAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for EnforcementType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnforcementCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a classification of ENFORCEMENT</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnforcementCategoryCode" type="scr:EnforcementCategoryCodeType" substitutionGroup="scr:EnforcementCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A classification of ENFORCEMENT</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnforcementCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of the values used for ENFORCEMENT TYPE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnforcementDocument" type="scr:EnforcementDocumentType" nillable="true">
    <xs:annotation>
      <xs:documentation>A classification of an ENFORCEMENT DOCUMENT.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnforcementDocumentAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for EnforcementDocumentType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnforcementDocumentCategoryCode" type="scr:EnforcementDocumentCategoryCodeType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of enforcement document.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnforcementEncounter" type="scr:EnforcementEncounterType" nillable="true">
    <xs:annotation>
      <xs:documentation>A PERSON ENCOUNTER resulting in a legal action.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnforcementEncounterAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for EnforcementEncounterType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnforcementEncounterChargeAssociation" type="scr:EnforcementEncounterChargeAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between an ENFORCEMENT ENCOUNTER and an CHARGE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnforcementEncounterChargeAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for EnforcementEncounterChargeAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="Enrollment" type="scr:EnrollmentType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text describing the ENROLLMENT TYPE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnrollmentAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for EnrollmentType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnrollmentCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of enrollment.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnrollmentCategoryCode" type="scr:EnrollmentCategoryCodeType" substitutionGroup="scr:EnrollmentCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of enrollment.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnrollmentCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a kind of enrollment.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnrollmentClassification" type="scr:EnrollmentClassificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text that describes the ENROLLMENT STATUS.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnrollmentClassificationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for EnrollmentClassificationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnrollmentStatusClassification" type="scr:EnrollmentStatusClassificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text that describes ENFORCEMENT TYPE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EnrollmentStatusClassificationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for EnrollmentStatusClassificationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EntryDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the PERSON ALERT was entered into the application.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EntryDateTime" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A DateTime the TECS record information was originally entered</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EntryLocationName" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A name of the location where the alien entered the United States most recently.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EntryStatusCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of entry status at time of his most recent entry.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EntryStatusCategoryCode" type="scr:EntryStatusCategoryCodeType" substitutionGroup="scr:EntryStatusCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of entry status at time of his most recent entry.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EntryStatusFoundDetails" type="scr:AlienStatusWhenFoundType" nillable="true">
    <xs:annotation>
      <xs:documentation>A subject's activity or status when apprehended.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EntryTECSUserID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier for the individual who entered the record originally</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EntryTerminalID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier for the terminal device from which the original record was created</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EscortAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a reason why an escort is required to deport the subject.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EscortCode" type="scr:EscortReasonCategoryCodeType" substitutionGroup="scr:EscortAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A reason why an escort is required to deport the subject.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EscortDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A field indicating the unique description for the associated ESCORT code.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EscortReasonCategory" type="scr:AlienDeportationEscortReasonType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of reason why an escort is required to deport the subject.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="EthnicityCategoryCode" type="scr:EthnicityCategoryCodeType" substitutionGroup="nc:PersonEthnicityAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of ethnicity.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ExchangeVisitorCategoryCode" type="scr:ExchangeVisitorCategoryCodeType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of exchange visitor.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ExchangeVisitorCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a kind of exchange visitor.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FinalAdoptionDecreeIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if a copy of the final adoption decree for the ADOPTED CHILD was received by USCIS; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FingerPrintCardIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if a legal hard copy of the BIOMETRIC IMAGE containing the patterns or ridges on the pad of a human finger exists; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FingerprintCompressionSoftware" type="nc:SoftwareType" nillable="true">
    <xs:annotation>
      <xs:documentation>A data type that specifies fingerprint compression software information</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FlightAlternateArrivalDate" type="niem-xs:date" nillable="true">
    <xs:annotation>
      <xs:documentation>A date for an authorized flight to arrive at an alternate destination airport facility</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FlightAlternateArrivalTime" type="niem-xs:time" nillable="true">
    <xs:annotation>
      <xs:documentation>A time for an authorized flight to arrive at an alternate destination airport facility</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FlightAlternateDestinationAirport" type="nc:AirportType" nillable="true">
    <xs:annotation>
      <xs:documentation>An airport facility identified as an alternate destination for a flight.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FlightFinalArrivalDate" type="niem-xs:date" nillable="true">
    <xs:annotation>
      <xs:documentation>A date for an authorized flight to arrive at a final destination airport facility</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FlightFinalArrivalTime" type="niem-xs:time" nillable="true">
    <xs:annotation>
      <xs:documentation>A time for an authorized flight to arrive at a final destination airport facility</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FlightFinalDestinationAirport" type="nc:AirportType" nillable="true">
    <xs:annotation>
      <xs:documentation>An airport facility identified as the final destination for a flight.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FlightFinalDestinationLocation" type="nc:LocationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A location identified as the final destination place where a flight will land</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FlightIdentification" type="nc:IdentificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An identification value assigned to an authorized flight</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FlightOriginatingAirport" type="nc:AirportType" nillable="true">
    <xs:annotation>
      <xs:documentation>An airport facility identified as the originating airport for a flight.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FlightOriginatingFlightDate" type="niem-xs:date" nillable="true">
    <xs:annotation>
      <xs:documentation>A date for an authorized flight to leave from an originating airport facility</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FlightOriginatingFlightTime" type="niem-xs:time" nillable="true">
    <xs:annotation>
      <xs:documentation>A time for an authorized flight to leave from an originating airport facility</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FlightOriginatingLocation" type="nc:LocationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A location identified as a place of origin</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FlightPlannedArrivalDate" type="niem-xs:date" nillable="true">
    <xs:annotation>
      <xs:documentation>A date for an authorized flight to arrive at a planned destination airport facility</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FlightPlannedArrivalTime" type="niem-xs:time" nillable="true">
    <xs:annotation>
      <xs:documentation>A time for an authorized flight to arrive at a planned destination airport facility</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FlightPlannedDestinationAirport" type="nc:AirportType" nillable="true">
    <xs:annotation>
      <xs:documentation>An airport facility identified as a planned destination for a flight.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FlightPlanSummary" type="scr:FlightPlanSummaryType" nillable="true">
    <xs:annotation>
      <xs:documentation>A data type representing information related to a specific flight plan</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FlightPlanSummaryAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for FlightPlanSummaryType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FlightPlanTransmittedDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date a flight plan was transmitted.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ForeignAuthorityNotifiedIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the foreign authorities have been notified about this CHARGE; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="FraudulentIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the ORGANIZATION is determined to be fraudulent; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="GrossAnnualIncomeAmount" type="nc:AmountType" nillable="true">
    <xs:annotation>
      <xs:documentation>An amount of money (dollars) earned by the ORGANIZATION each year.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="HearingRequestIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the person arrested has requested a court hearing; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="IdentificationAugmentation" type="scr:IdentificationAugmentationType" substitutionGroup="nc:IdentificationAugmentationPoint" nillable="true">
    <xs:annotation>
      <xs:documentation>Additional information about an identification.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="IdentificationStatusAdvisoryText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text that describes special or advisory information about a particular Identification ID</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="IdentityStatusAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for an aggregated status of biometrically linked encounters for an identified individual.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="IdentityStatusCode" type="scr:RiskCategoryCodeType" substitutionGroup="scr:IdentityStatusAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>An aggregated status of biometrically linked encounters for an identified individual.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ImageFeatureExtraction" type="scr:ImageFeatureExtractionType" nillable="true">
    <xs:annotation>
      <xs:documentation>A details of the image extraction</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ImageFeatureExtractionAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for ImageFeatureExtractionType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ImageFeatureExtractionSoftware" type="nc:SoftwareType" nillable="true">
    <xs:annotation>
      <xs:documentation>An Image feature extraction information</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ImageQualitySoftware" type="nc:SoftwareType" nillable="true">
    <xs:annotation>
      <xs:documentation>An Image Capture Software information</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ImagesConcatenatedIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if biometric images are concatenated; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ImageSegmentationSoftware" type="nc:SoftwareType" nillable="true">
    <xs:annotation>
      <xs:documentation>A data type that specifies image segmentation software information</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ImmigrationStatusAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for ImmigrationStatusType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="IncidentLeadAssociation" type="scr:IncidentLeadAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between INCIDENT and LEAD</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="IncidentLeadAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for IncidentLeadAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="IncidentPersonEncounterAssociation" type="scr:IncidentPersonEncounterAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between INCIDENT and PERSON ENCOUNTER REL</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="IncidentPersonEncounterAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for IncidentPersonEncounterAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="InmateNumberID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier assigned to the detainee by the detention facility.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="InternationalNumberIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the number for the PHONE is an international number; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="InterviewEncounter" type="scr:InterviewEncounterType" nillable="true">
    <xs:annotation>
      <xs:documentation>A meeting between one or more representatives of an agency of the Department of Homeland Security (DHS) and a PERSON to discuss an ENCOUNTER.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="InterviewEncounterAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for InterviewEncounterType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="InterviewStatement" type="scr:InterviewStatementType" nillable="true">
    <xs:annotation>
      <xs:documentation>A DOCUMENT resulting from a meeting between a representative of an agency of the Department of Homeland Security (DHS) and an individual.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="InterviewStatementAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for InterviewStatementType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="JuvenileClaimedIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the alien claims to be a juvenile; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="JuvenileVerifiedIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the aliens claim to be a juvenile is confirmed; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LastUpdateTECSUserID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier for the user ID of the individual who last updated the record</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LastUpdateTerminalID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier for the terminal device from which the last update to the record was made</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="Lead" type="scr:LeadType" nillable="true">
    <xs:annotation>
      <xs:documentation>A data type for information that may require additional action on the part of the Department of Homeland Security (DHS).</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LeadApprovalDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the lead was approved to become an event.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LeadAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for LeadType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LeadIdentification" type="nc:IdentificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An identification value that represents a LEAD</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LeadLockedIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the Lead event has been locked; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LeadReceivedDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the lead was received for evaluation.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LeadRecordedDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the lead/event was initially recorded.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LeadSource" type="scr:LeadSourceType" nillable="true">
    <xs:annotation>
      <xs:documentation>A classification of the origin of information regarding a LEAD</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LeadSourceAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for LeadSourceType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LeadSourceCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a LEAD SOURCE TYPE</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LeadSourceCategoryCode" type="scr:LeadSourceCategoryCodeType" substitutionGroup="scr:LeadSourceCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A LEAD SOURCE TYPE</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LeadSourceCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of the values used for LEAD SOURCE TYPE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LeadStatus" type="scr:LeadStatusType" nillable="true">
    <xs:annotation>
      <xs:documentation>A classification state of a lead.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LeadStatusAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for LeadStatusType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LeadStatusCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of lead status.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LeadStatusCategoryCode" type="scr:LeadStatusCategoryCodeType" substitutionGroup="scr:LeadStatusCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of lead status.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LegalReferenceText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text of the section of Immigration and Nationality Act under which the DEPORTATION is ordered.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LocationAssociation" type="scr:LocationAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between one LOCATION and another LOCATION.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LocationAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for LocationAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LocationAugmentation" type="scr:LocationAugmentationType" substitutionGroup="nc:LocationAugmentationPoint" nillable="true">
    <xs:annotation>
      <xs:documentation>Additional information about a location.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LocationBlockGroupText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A real estate subdivision of the GEOPHYSICAL ADDRESS.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LocationBorderCodeText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text representing a code for a DHS Border location on the Northern and Southern borders of the US.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LocationCarrierRouteText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A postal carrier route serving the GEOPHYSICAL ADDRESS.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LocationCategoryCode" type="scr:LocationCategoryCodeType" substitutionGroup="nc:LocationCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of or functional description of a location.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LocationElement" type="scr:LocationElementType" nillable="true">
    <xs:annotation>
      <xs:documentation>A part or sub-division of a location.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LocationElementAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for LocationElementType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LocationElementCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of location element.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LocationElementCategoryCode" type="scr:LocationElementCategoryCodeType" substitutionGroup="scr:LocationElementCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of location element.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LocationElementCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a kind of location element.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LocationElementClassification" type="scr:LocationElementClassificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A classification of LOCATION ELEMENT.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LocationElementClassificationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for LocationElementClassificationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LocationElementIdentification" type="nc:IdentificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An identification value that represents a LOCATION ELEMENT</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LocationPortOfEntryCodeText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text representing a code for a DHS organization location where a traveler or alien entered or departed the US.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LocationTractText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A real estate tract of the GEOPHYSICAL ADDRESS.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LPRCanadianProvinceCode" type="scr:LPRCanadianProvinceCodeType" nillable="true">
    <xs:annotation>
      <xs:documentation>A code which indicates the Canadian Province on the Conveyance License Plate</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LPRConveyanceCheckMessageAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for scr:LPRConveyanceCheckMessageType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LPRHitIndicatorCode" type="scr:LPRHitIndicatorCodeType" nillable="true">
    <xs:annotation>
      <xs:documentation>A code indicating whether a hit is encountered in the records for the conveyance under question.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LPRImageSourceCode" type="scr:LPRImageSourceCodeType" nillable="true">
    <xs:annotation>
      <xs:documentation>A code which indicates the type of image</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LPRMessageCategoryCode" type="scr:LPRMessageCategoryCodeType" nillable="true">
    <xs:annotation>
      <xs:documentation>A code indicating Image or response message type</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LPRMexicanStateCode" type="scr:LPRMexicanStateCodeType" nillable="true">
    <xs:annotation>
      <xs:documentation>A code which indicates the Mexican state on the Conveyance License Plate</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="LPRModeOfOperationCode" type="scr:LPRModeOfOperationCodeType" nillable="true">
    <xs:annotation>
      <xs:documentation>A code indicating the type of vehicle lane where LPR system is located</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ManifestCategoryCode" type="scr:ManifestCategoryCodeType" substitutionGroup="nc:ManifestCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of manifest.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ManifestPersonAssociation" type="scr:ManifestPersonAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A relationship between Persons traveling and a Manifest.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ManifestPersonAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for ManifestPersonAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="MedicalConditionAugmentation" type="scr:MedicalConditionAugmentationType" substitutionGroup="nc:MedicalConditionAugmentationPoint" nillable="true">
    <xs:annotation>
      <xs:documentation>Additional information about a medical condition.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="MedicationText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text that describes the medication that needs to be provided during DETENTION.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="MilesFromPortOfEntryQuantity" type="nc:QuantityType" nillable="true">
    <xs:annotation>
      <xs:documentation>A number indicating the distance in miles from the port of entry to where the alien last entered.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="NameTranslationRepresentationCode" type="scr:NameTranslationRepresentationCodeType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of Name Translation Representation</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="NaturalizationCourtName" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A name of a court where the alien was naturalized.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="NCICDataIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the National Crime Information Center (NCIC) data administered by the Federal Bureau of Investigation (FBI) is either primary, fraudulent, or supplemental; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="NCICRecordID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier for an entity within NCIC domain.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="NotificationCategoryCodeText" type="niem-xs:token" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of notification activity.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="OccupationCategoryCode" type="scr:OccupationCategoryCodeType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of occupation.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="OrganizationAddressAssociation" type="scr:OrganizationAddressAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between ORGANIZATION and ADDRESS.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="OrganizationAddressAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for OrganizationAddressAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="OrganizationAddressEffectiveDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date when the ORGANIZATION ADDRESS came into existence.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="OrganizationAddressEndDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date when the ORGANIZATION ADDRESS ended.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="OrganizationAugmentation" type="scr:OrganizationAugmentationType" substitutionGroup="nc:OrganizationAugmentationPoint" nillable="true">
    <xs:annotation>
      <xs:documentation>Additional information about an organization.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="OrganizationCategoryCode" type="scr:OrganizationCategoryCodeType" substitutionGroup="nc:OrganizationCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of organization.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="OrganizationEncounterAssociation" type="scr:OrganizationEncounterAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between ORGANIZATION and ENCOUNTER.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="OrganizationEncounterAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for OrganizationEncounterAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="OrganizationNameIdentification" type="nc:IdentificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An identification value of the name of the ORGANIZATION.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="OrganizationPhoneAssociation" type="scr:OrganizationPhoneAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between PERSON and PHONE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="OrganizationPhoneAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for OrganizationPhoneAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="OrganizationPhoneEffectiveDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date when the ORGANIZATION PHONE came into existence.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="OrganizationPhoneEndDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date when the ORGANIZATION PHONE ended.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="OrganizationSizeQuantity" type="nc:QuantityType" nillable="true">
    <xs:annotation>
      <xs:documentation>A number of people belonging to the ORGANIZATION.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="OrganizationStatusClassificationCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of organization status.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="OrganizationStatusClassificationCategoryCode" type="scr:OrganizationStatusCategoryCodeType" substitutionGroup="scr:OrganizationStatusClassificationCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of organization status.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="OwnerTECSUserID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier for the user ID of the current owner of the record</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PerformanceMetricsAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PerformanceMetricsType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PerformanceMetricsInformation" type="scr:PerformanceMetricsType" nillable="true">
    <xs:annotation>
      <xs:documentation>A Performance metrics details</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonAddressAssociation" type="scr:PersonAddressAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between a PERSON and an ADDRESS.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonAddressAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonAddressAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonAlertAssociation" type="scr:PersonAlertAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association with significant information about a PERSON to alert DHS that the subject could pose a risk</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonAlertAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonAlertAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonAlertStatus" type="scr:PersonAlertStatusType" nillable="true">
    <xs:annotation>
      <xs:documentation>A status of the classification of person alert status.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonAlertStatusAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonAlertStatusType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonAlertStatusCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a person alert status.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonAlertStatusCategoryCode" type="scr:PersonAlertStatusCategoryCodeType" substitutionGroup="scr:PersonAlertStatusCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A person alert status.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonArrivalDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date that a Person arrived in the U.S.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonBiometricAssociation" type="scr:PersonBiometricAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between a person and distinguishing physical characteristic captured at the time of PERSON ENCOUNTER.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonBiometricAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonBiometricAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonCategory" type="scr:PersonCategoryType" nillable="true">
    <xs:annotation>
      <xs:documentation>A classification of PERSON.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonCategoryAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonCategoryType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonCategoryCode" type="scr:PersonCategoryCodeType" substitutionGroup="scr:PersonCategoryCodeAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of person type.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonCategoryCodeAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of person type.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of the values used for Person type.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonConfidenceLevelPercent" type="nc:PercentType" nillable="true">
    <xs:annotation>
      <xs:documentation>A Quantitative based on the number of encounters. Measured as an overall percentage.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonCrossingAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonCrossingType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonCrossingCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a direction of a person crossing the U.S. border.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonCrossingCategoryCode" type="scr:PersonCrossingCategoryCodeType" substitutionGroup="scr:PersonCrossingCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A direction of a person crossing the U.S. border.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonCrossingClassification" type="scr:PersonCrossingType" nillable="true">
    <xs:annotation>
      <xs:documentation>A Classification of the direction of a PERSON CROSSING</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonCrossingDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a direction of a person crossing the U.S. border.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonCrossingEncounter" type="scr:PersonCrossingEncounterType" nillable="true">
    <xs:annotation>
      <xs:documentation>A PERSON ENCOUNTER involving the activity of a person while crossing the borders of United States.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonCrossingEncounterAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonCrossingEncounterType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonCrossingLegalIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the PERSON CROSSING ENCOUNTER is considered to be a legal entry/exit; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonDepartureDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date representing the departure or exit of a Person from the United States.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonDerogatoryInformation" type="scr:PersonDerogatoryInformationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An electronic exchange containing DEROGATORY INFORMATION about a PERSON from an ORGANIZATION.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonDerogatoryInformationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonDerogatoryInformationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonDesignator" type="scr:PersonDesignatorType" nillable="true">
    <xs:annotation>
      <xs:documentation>An alternate identifier assigned to a PERSON</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonDesignatorAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonDesignatorType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonDesignatorCategoryCode" type="scr:PersonDesignatorCategoryCodeType" substitutionGroup="nc:IdentificationCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of person identification used in a document or credential</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonDesignatorCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a kind of person designator.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonDesignatorID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier that represents the PERSON DESIGNATOR.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonDesignatorValueText" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>A number indicating the value of the PERSON DESIGNATOR.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonEncounterAssociation" type="scr:PersonEncounterAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A relationship between a PERSON of interest and a specific ENCOUNTER.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonEncounterAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonEncounterAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonEncounterCategory" type="scr:PersonEncounterCategoryType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of person encounter.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonEncounterCategoryAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonEncounterCategoryType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonEncounterCategoryCode" type="scr:EncounterCategoryCodeType" substitutionGroup="scr:PersonEncounterCategoryCodeAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of person encounter.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonEncounterCategoryCodeAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of person encounter.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonEncounterCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a kind of person encounter.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonEncounterDeviceCategoryCode" type="scr:EncounterDeviceCategoryCodeType" substitutionGroup="scr:EncounterDeviceCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A category of device to capture person data in the process of an encounter.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonEncounterDocumentAssociation" type="scr:PersonEncounterDocumentAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A relationship between a DOCUMENT and a PERSON associated to a specific ENCOUNTER.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonEncounterDocumentAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonEncounterDocumentAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonEncounterLeadAssociation" type="scr:PersonEncounterLeadAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between a PERSON of interest and a specific ENCOUNTER.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonEncounterLeadAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonEncounterLeadAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonEnumeratorIdentification" type="nc:IdentificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An identification enumerator assigned to a Person Status Summary</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonIdentification" type="nc:IdentificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An identification enumerator that represents a PERSON.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonLeadAssociation" type="scr:PersonLeadAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between a person, their role, and a lead incident.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonLeadAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonLeadAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonMedicalConditionCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of medical condition of a person.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonMedicalConditionCategoryCode" type="scr:PersonMedicalConditionCodeType" substitutionGroup="scr:PersonMedicalConditionCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of medical condition of a person.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonMedicalConditionStatus" type="scr:PersonMedicalConditionStatusType" nillable="true">
    <xs:annotation>
      <xs:documentation>A status or name of the PERSONs health problem and physical limitation that an officer should be cautious of.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonMedicalConditionStatusAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonMedicalConditionStatusType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonMedicalConditionStatusCode" type="scr:PersonMedicalConditionStatusCategoryCodeType" substitutionGroup="scr:PersonMedicalConditionStatusCodeAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A status of the medical condition of a person.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonMedicalConditionStatusCodeAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a status of the medical condition of a person.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonMetadata" type="scr:PersonMetadataType" nillable="true" appinfo:appliesToTypes="nc:PersonType">
    <xs:annotation>
      <xs:documentation>Information that further qualifies Screening purposes.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonNameAugmentation" type="scr:PersonNameAugmentationType" substitutionGroup="nc:PersonNameAugmentationPoint" nillable="true">
    <xs:annotation>
      <xs:documentation>Additional information about a person name.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonNameOriginText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text that specifies the presumed linguistic origin of the name.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonPhoneAssociation" type="scr:PersonPhoneAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between a PERSON and a PHONE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonPhoneAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonPhoneAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonRole" type="scr:PersonRoleType" nillable="true">
    <xs:annotation>
      <xs:documentation>A part played by a Person in an Encounter.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonRoleAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonRoleType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonRoleCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of person role.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonRoleCategoryCode" type="scr:PersonRoleCategoryCodeType" substitutionGroup="scr:PersonRoleCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of person role.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonRoleCategoryText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of person role.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonRoleCode" type="scr:PersonRoleCategoryCodeType" substitutionGroup="scr:PersonRoleCodeAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of person lead role.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonRoleCodeAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of person lead role.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonRoleEffectiveDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date when the PERSON ROLE came into existence.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonRoleEndDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date when the PERSON ROLE ended.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonRoleID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier that represents a PERSON ROLE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonSearchResult" type="scr:PersonSearchResultType" nillable="true">
    <xs:annotation>
      <xs:documentation>A value used for returning person status information to the requesting organization</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonSearchResultAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonSearchResultType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonStatusSummary" type="scr:PersonStatusSummaryType" nillable="true">
    <xs:annotation>
      <xs:documentation>A status of Person involved in a Screening Encounter.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonStatusSummaryAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PersonStatusSummaryType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonSubjectEncounter" type="im:AlienEncounterType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between a PERSON and ENCOUNTER</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PersonTelephoneNumber" type="nc:TelephoneNumberType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between a PERSON and TELEPHONE</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PhotoRequestIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the originating query requested that a photo image be returned with the results of the query; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PhysicalEncounterAgentAssociation" type="scr:PhysicalEncounterAgentAssociationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An association between a AGENT and a PERSON ENCOUNTER</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PhysicalEncounterAgentAssociationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for PhysicalEncounterAgentAssociationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PrimaryDispositionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text that specifies a crossing disposition for a traveler at Primary.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PrimaryLocation" type="nc:LocationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier that represents a LOCATION.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="PrincipalIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if another alien may derive lawful status under immigration law from this ALIEN; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ProjectedReleaseDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the alien is predicted to be released.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ReasonExcludedAdmissionCodeText" type="niem-xs:token" nillable="true">
    <xs:annotation>
      <xs:documentation>A Historical information on the subject relevant to why their admission into the US should be excluded.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="RecordingMethodText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A manner in which the interview was recorded.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ReleaseReasonCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of detention release reason.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ReleaseReasonCategoryCode" type="scr:DetentionReleaseReasonCategoryCodeType" substitutionGroup="scr:ReleaseReasonCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of detention release reason.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ReleaseReasonCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a kind of detention release reason.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ReliefDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the alien receives relief from deportation.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="RemovalOrderDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the order of deportation, exclusion or removal was entered.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ScreenedAlien" type="scr:ScreenedAlienType" nillable="true">
    <xs:annotation>
      <xs:documentation>An Alien who is being processed as part of a Screening Encounter.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ScreenedAlienAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for ScreenedAlienType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ScreeningAlertCategoryCode" type="scr:AlertCategoryCodeType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of Screening Alert category</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ScreeningArrival" type="scr:ScreeningArrivalType" nillable="true">
    <xs:annotation>
      <xs:documentation>An encounter representing the entry of a Person or Conveyance into the United States.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ScreeningArrivalAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for ScreeningArrivalType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ScreeningDeparture" type="scr:ScreeningDepartureType" nillable="true">
    <xs:annotation>
      <xs:documentation>An encounter representing the exit of a Person or Conveyance from the United States.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ScreeningDepartureAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for ScreeningDepartureType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ScreeningDocumentStatus" type="scr:DocumentStatusType" nillable="true">
    <xs:annotation>
      <xs:documentation>A status of a document.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ScreeningImmigrationStatus" type="scr:ImmigrationStatusType" substitutionGroup="im:ImmigrationStatus" nillable="true">
    <xs:annotation>
      <xs:documentation>A status of a person with additional screening information.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ScreeningPerson" type="scr:ScreeningPersonType" nillable="true">
    <xs:annotation>
      <xs:documentation>A person.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ScreeningPersonAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for ScreeningPersonType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ScreeningProcess" type="scr:ScreeningProcessType" nillable="true">
    <xs:annotation>
      <xs:documentation>A screening process.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ScreeningProcessAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for ScreeningProcessType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ScreeningTECSRecordInfoAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for ScreeningTECSRecordInfoType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ScreeningTECSRecordInformation" type="scr:ScreeningTECSRecordInfoType" nillable="true">
    <xs:annotation>
      <xs:documentation>A Screening record information received from the CBP Traveler Encounter Compliance System (TECS).</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ScreeningTravelDocument" type="scr:ScreeningTravelDocumentType" nillable="true">
    <xs:annotation>
      <xs:documentation>A screening Travel Document</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ScreeningTravelDocumentAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for ScreeningTravelDocumentType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="SecondaryLocation" type="nc:LocationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier that represents a LOCATION.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ServiceDuration" type="niem-xs:duration" nillable="true">
    <xs:annotation>
      <xs:documentation>A duration of service performance for screening messages.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ServiceOperationCategoryText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of code that specifies the SOAP action to perform after Pre-Verification result.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ServiceProviderMetric" type="scr:PerformanceMetricsType" nillable="true">
    <xs:annotation>
      <xs:documentation>A Service provider transaction performance metrics information.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="ServiceRequesterMetric" type="scr:PerformanceMetricsType" nillable="true">
    <xs:annotation>
      <xs:documentation>A Service requester transaction performance metrics information.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="SmuggledClaimVerifiedIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the alien's claim to have been smuggled is verified during the ENFORCEMENT ENCOUNTER; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="SmuggledMethodCategoryText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of method used to smuggle the alien into the United States.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="SoundexIndexValueText" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>A value of the Phonetic index value for the name</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="SourceCountryOfTravelID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier that represents a COUNTRY.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="StateAugmentation" type="scr:StateAugmentationType" substitutionGroup="nc:StateAugmentationPoint" nillable="true">
    <xs:annotation>
      <xs:documentation>Additional information about a state.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="StateCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a COUNTRY SUBDIVISION TYPE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="StateCategoryCode" type="scr:CountrySubdivisionCategoryCodeType" substitutionGroup="scr:StateCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A COUNTRY SUBDIVISION TYPE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="StateCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of the values used for a COUNTRY SUBDIVISION TYPE.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="StateID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier that represents a COUNTRY SUBDIVISION.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="StatementIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if a sworn statement was taken; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="StatementReviewDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the statement was reviewed by the person interviewed.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="StatementSignedDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the statement was signed.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="StatementText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A text of the interview.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="StateNameBeginDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the COUNTRY SUBDIVISION NAME came into existence.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="StateNameEndDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the COUNTRY SUBDIVISION NAME ended.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="StateNameID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier that represents a COUNTRY SUBDIVISION NAME.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="StayActionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A response to the aliens request for stay of deportation.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="StayDecisionDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the decision for request for stay of DEPORTATION is made.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="StayExpirationDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the aliens stay of DEPORTATION expires.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="SubscriberOrganization" type="nc:OrganizationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An organization associated with the notification activity.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="SupportLevel" type="scr:SupportLevelType" nillable="true">
    <xs:annotation>
      <xs:documentation>A classification of the extent of dependence based on FAMILY ASSOCIATION.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="SupportLevelAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for SupportLevelType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="SupportLevelCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of support level.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="SupportLevelCategoryCodeText" type="nc:TextType" substitutionGroup="scr:SupportLevelCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of support level.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="SupportLevelCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a kind of support level.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="SuspiciousIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the ORGANIZATION is determined to be questionable or under suspicion; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TECSRecordID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier for an entity within CBP TECS domain.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TelephoneIdentification" type="nc:IdentificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An identification value that represents a PHONE</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TelephoneNumberAugmentation" type="scr:TelephoneNumberAugmentationType" substitutionGroup="nc:TelephoneNumberAugmentationPoint" nillable="true">
    <xs:annotation>
      <xs:documentation>Additional information about a telephone number.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TelephoneNumberEffectiveDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the PHONE came into service.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TelephoneNumberEndDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the PHONE is no longer in service.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TimeInUS" type="scr:TimeInUSType" nillable="true">
    <xs:annotation>
      <xs:documentation>A length of time an alien has been in the United States illegally.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TimeInUSAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for TimeInUSType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TimeInUSCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a quantity of time a subject has been in the United States illegally.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TimeInUSCategoryCode" type="scr:TimeInUSCategoryCodeType" substitutionGroup="scr:TimeInUSCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A quantity of time a subject has been in the United States illegally.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TimeInUSCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A field indicating the description for the associated time in the United States.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TotalCaptureDuration" type="niem-xs:duration" nillable="true">
    <xs:annotation>
      <xs:documentation>A duration for the total range or duration of Fingerprint set capture</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TransactionControlNumberIdentification" type="nc:IdentificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A Transaction Control Number identification provided by the FBI.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TransportTimeText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A field indicating the time involved if interviewee was transported from place of encounter to interrogation point.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TravelDocument" type="scr:TravelDocumentType" nillable="true">
    <xs:annotation>
      <xs:documentation>A classification of TRAVEL DOCUMENT</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TravelDocumentAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for TravelDocumentType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TravelDocumentCode" type="scr:TravelDocumentCategoryCodeType" substitutionGroup="scr:TravelDocumentCodeAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of document.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TravelDocumentCodeAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of document.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TravelDocumentReceivedDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the aliens travel document for DEPORTATION is received.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TravelDocumentRefusedDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the aliens travel document was refused.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TravelDocumentRequestDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the foreign government was asked for travel documents.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TravelDocumentRequestedDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the foreign government was asked for travel documents.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TravelMode" type="scr:TravelModeType" nillable="true">
    <xs:annotation>
      <xs:documentation>A type of transportation used by a person during a person crossing.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TravelModeAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for TravelModeType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TravelModeCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a means of transport used by the alien.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TravelModeCategoryCode" type="scr:TravelModeCategoryCodeType" substitutionGroup="scr:TravelModeCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A means of transport used by the alien.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TravelModeCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a means of transport used by the alien.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TravelModeText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A means of transport used by the non-immigrant alien.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="TreatAsAdultIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if a juvenile individual should be treated as an adult in this specific ENFORCEMENT ENCOUNTER; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="UnknownSubjectIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the person is considered unknown or there is a question pending; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="UnverifiedParticipantName" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A name of person present during the INTERVIEW ENCOUNTER when they are not in the system.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VehicleAugmentation" type="scr:VehicleAugmentationType" substitutionGroup="nc:VehicleAugmentationPoint" nillable="true">
    <xs:annotation>
      <xs:documentation>Additional information about a vehicle.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VehicleSubjectCategoryCodeText" type="niem-xs:token" nillable="true">
    <xs:annotation>
      <xs:documentation>A reason that a vehicle subject is of interest.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VerifiedClaimedIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if the aliens claim that they had previously entered the United States is actually verified during deportation processing; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="Visa" type="scr:VisaType" nillable="true">
    <xs:annotation>
      <xs:documentation>A travel document allowing international travelers to enter a country for a designated purpose within a designated period of time.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VisaApplicationDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date of the Visa Application</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VisaApplicationDispositionStatus" type="nc:StatusType" nillable="true">
    <xs:annotation>
      <xs:documentation>A final status of the visa application.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VisaApplicationLocation" type="nc:LocationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A place where Visa Application was entered</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VisaAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for VisaType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VisaCancel" type="scr:VisaCancelType" nillable="true">
    <xs:annotation>
      <xs:documentation>A category of reason for invalidating a previously issued permission to enter the United States.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VisaCancelAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for VisaCancelType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VisaCancelCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a category of reason for invalidating a previously issued permission to enter the United States.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VisaCancelCategoryCode" type="scr:VisaCancelCategoryCodeType" substitutionGroup="scr:VisaCancelCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A category of reason for invalidating a previously issued permission to enter the United States.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VisaCancelCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a category of reason for invalidating a previously issued permission to enter the United States.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VisaControlNumberID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier for the VISA by DHS Citizenship and Immigration</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VisaFoilNumberID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier that is pre-printed on the Non-Immigrant Visa (NIV) or Immigrant Visa (IV) foil by the manufacturer.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VisaNumberID" type="niem-xs:string" nillable="true">
    <xs:annotation>
      <xs:documentation>An identifier for a Visa Travel Document</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VisaWaiverIndicator" type="niem-xs:boolean" nillable="true">
    <xs:annotation>
      <xs:documentation>True if a visa waiver has been granted to the ALIEN; false otherwise.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VoluntaryDepartDecisionCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a decision regarding the aliens voluntary departure request.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VoluntaryDepartDecisionCategoryText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of decision regarding the aliens voluntary departure request.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VoluntaryDepartDecisionDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the decision was reached regarding the request for stay of deportation.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VoluntaryDepartExpireDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the aliens stay of deportation expires.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VoluntaryDeparture" type="scr:VoluntaryDepartureType" nillable="true">
    <xs:annotation>
      <xs:documentation>A willing DEPARTURE of a PERSON in response to a judicial decision for an expedited removal.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VoluntaryDepartureAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for VoluntaryDepartureType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VoluntaryDepartureDecision" type="scr:VoluntaryDepartureDecisionType" nillable="true">
    <xs:annotation>
      <xs:documentation>A classification of the VOLUNTARY DECISION.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="VoluntaryDepartureDecisionAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for VoluntaryDepartureDecisionType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="WarrantAugmentation" type="scr:WarrantAugmentationType" substitutionGroup="j:WarrantAugmentationPoint" nillable="true">
    <xs:annotation>
      <xs:documentation>Additional information about a warrant.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="WarrantCategoryCode" type="scr:WarrantCategoryCodeType" substitutionGroup="j:WarrantCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of warrant.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="WarrantDeportDemandDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which DHS demanded a WARRANT to be served to an individual to facilitate deportation.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="WarrantDeportServeDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which DHS served a WARRANT to an individual to facilitate deportation.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="WarrantDeportSurrenderDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date on which the individual must appear for deportation as a result of the WARRANT.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="WarrantIdentification" type="nc:IdentificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>An identification value for the warrant number.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="WarrantOffenseOccurredDate" type="nc:DateType" nillable="true">
    <xs:annotation>
      <xs:documentation>A date that the warrant offense occurred.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="Watchlist" type="scr:WatchlistType" nillable="true">
    <xs:annotation>
      <xs:documentation>A DOCUMENT which contains a nomination list prepared and approved by the National Center of Counter Terrorism.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="WatchlistAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for WatchlistType.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="WatchlistCategoryAbstract" abstract="true">
    <xs:annotation>
      <xs:documentation>A data concept for a kind of watchlist.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="WatchlistCategoryCode" type="scr:WatchlistCategoryCodeType" substitutionGroup="scr:WatchlistCategoryAbstract" nillable="true">
    <xs:annotation>
      <xs:documentation>A kind of watchlist.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="WatchlistCategoryDescriptionText" type="nc:TextType" nillable="true">
    <xs:annotation>
      <xs:documentation>A description of a kind of watchlist.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="WatchlistClassification" type="scr:WatchlistClassificationType" nillable="true">
    <xs:annotation>
      <xs:documentation>A classification of the WATCHLIST.</xs:documentation>
    </xs:annotation>
  </xs:element>
  <xs:element name="WatchlistClassificationAugmentationPoint" abstract="true">
    <xs:annotation>
      <xs:documentation>An augmentation point for WatchlistClassificationType.</xs:documentation>
    </xs:annotation>
  </xs:element>
</xs:schema>