im:DependentTerminationCodeSimpleType

simpleType DependentTerminationCodeSimpleType in namespace http://release.niem.gov/niem/domains/immigration/4.2/

Definition

A data type for the reason why a dependent of an alien student or exchange visitor may be terminated.

Diagram

Enumerations

ValueDefinition
01Conviction of a crime
02Death
21Child over 21

XML Schema

<xs:simpleType name="DependentTerminationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the reason why a dependent of an alien student or exchange visitor may be terminated.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="01">
<xs:annotation>
<xs:documentation>
Conviction of a crime
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="02">
<xs:annotation>
<xs:documentation>
Death
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="21">
<xs:annotation>
<xs:documentation>
Child over 21
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>