mo:TelephoneNumberCategoryAdditionalCodeSimpleType
simpleType TelephoneNumberCategoryAdditionalCodeSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.1/
Definition
A data type for a kind of telephone number.
Diagram
Enumerations
| Value | Definition | 
| DRSN | Defense Red Switch Network | 
| DSN | Defense Switched Network | 
| other | other | 
| STE | Secure Terminal Equipment | 
| STU | Secure Telephone Units | 
| SVOIP | Secure Voice over Internet Protocol | 
| VOIP | Voice over Internet Protocol | 
XML Schema
<xs:simpleType name="TelephoneNumberCategoryAdditionalCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of telephone number.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="DRSN">
<xs:annotation>
<xs:documentation>
Defense Red Switch Network</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DSN">
<xs:annotation>
<xs:documentation>
Defense Switched Network</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="other">
<xs:annotation>
<xs:documentation>
other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STE">
<xs:annotation>
<xs:documentation>
Secure Terminal Equipment</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STU">
<xs:annotation>
<xs:documentation>
Secure Telephone Units</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SVOIP">
<xs:annotation>
<xs:documentation>
Secure Voice over Internet Protocol</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VOIP">
<xs:annotation>
<xs:documentation>
Voice over Internet Protocol</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>