im:DependentTerminationCodeSimpleType
simpleType DependentTerminationCodeSimpleType in namespace http://release.niem.gov/niem/domains/immigration/4.0/
Definition
A data type for the reason why a dependent of an alien student or exchange visitor may be terminated.
Diagram
Enumerations
Value | Definition |
01 | Conviction of a crime |
02 | Death |
21 | Child 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:restriction base="xs:token">
<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>