im:ContactMeansCodeSimpleType
simpleType ContactMeansCodeSimpleType in namespace http://release.niem.gov/niem/domains/immigration/4.2/
Definition
A data type describing the means of contact
Diagram
Enumerations
Value | Definition |
DAYTIME | The manner in which contact is established |
The manner in which contact is established | |
EVENING | The manner in which contact is established |
MID AFTERNOON | The manner in which contact is established |
TELEPHONE | The manner in which contact is established |
XML Schema
<xs:simpleType name="ContactMeansCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type describing the means of contact</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="DAYTIME">
<xs:annotation>
<xs:documentation>
The manner in which contact is established</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EMAIL">
<xs:annotation>
<xs:documentation>
The manner in which contact is established</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EVENING">
<xs:annotation>
<xs:documentation>
The manner in which contact is established</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MID AFTERNOON">
<xs:annotation>
<xs:documentation>
The manner in which contact is established</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TELEPHONE">
<xs:annotation>
<xs:documentation>
The manner in which contact is established</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>