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

ValueDefinition
DRSNDefense Red Switch Network
DSNDefense Switched Network
otherother
STESecure Terminal Equipment
STUSecure Telephone Units
SVOIPSecure Voice over Internet Protocol
VOIPVoice 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: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>