m:USMTFEnvironmentCategoryCodeSimpleType

simpleType USMTFEnvironmentCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/maritime/4.2/

Definition

A data type for a USMTF-defined force-threat designator code used in combination with threat codes.

Diagram

Enumerations

ValueDefinition
AIRAir
LNDLand
SPCSpace
SUBSubsurface
SURSurface
UNKUnknown

XML Schema

<xs:simpleType name="USMTFEnvironmentCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a USMTF-defined force-threat designator code used in combination with threat codes.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="AIR">
<xs:annotation>
<xs:documentation>
Air
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LND">
<xs:annotation>
<xs:documentation>
Land
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SPC">
<xs:annotation>
<xs:documentation>
Space
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SUB">
<xs:annotation>
<xs:documentation>
Subsurface
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SUR">
<xs:annotation>
<xs:documentation>
Surface
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNK">
<xs:annotation>
<xs:documentation>
Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>