scr:EncounterCategoryCodeSimpleType
simpleType EncounterCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.1/
Definition
A data type for a kind of encounter.
Diagram
Enumerations
| Value | Definition | 
| Application | Application being or to be initiated or processed | 
| Enforcement | Enforcement action | 
| Enrollment | Enrollment for benefits or credentials | 
| Interview | Interview for benefits or encounter | 
| Person Crossing | Person Crossing the Border | 
| Primary | Port of Entry Primary Inspection | 
| Secondary | Port of Entry Secondary Inspection | 
XML Schema
<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>