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

ValueDefinition
ApplicationApplication being or to be initiated or processed
EnforcementEnforcement action
EnrollmentEnrollment for benefits or credentials
InterviewInterview for benefits or encounter
Person CrossingPerson Crossing the Border
PrimaryPort of Entry Primary Inspection
SecondaryPort 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: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>