mo:MILSTD2525-C-StandardIdentityCodeSimpleType
simpleType MILSTD2525-C-StandardIdentityCodeSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.2/
Definition
A data type for a code describing the standard identity of a track; codes defined by MIL-STD-2525C.
Diagram
Enumerations
Value | Definition |
ASSUMED FRIEND | A track which is assumed to be a friend because of its characteristics, behavior, or origin. |
FAKER | A friendly track acting as a HOSTILE for exercise purposes. |
FRIEND | A track belonging to a declared, presumed or recognized friendly nation, faction or group. |
HOSTILE | A track declared to belong to any opposing nation, party, group, or entity, which by virtue of its behavior or information collected on it such as characteristics, origin or nationality contributes to the threat to friendly forces. |
JOKER | A friendly track as a SUSPECT for exercise purposes. |
NEUTRAL | A track or contact whose characteristics, behaviour, origin or nationality indicate that it is neither supporting nor opposing friendly forces. |
PENDING | PENDING |
SUSPECT | An identity applied to a track that is potentially hostile because of its characteristics, behaviour, origin or nationality. |
UNKNOWN | An identity applied to an evaluated track that has not been identified. |
XML Schema
<xs:simpleType name="MILSTD2525-C-StandardIdentityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code describing the standard identity of a track; codes defined by MIL-STD-2525C.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ASSUMED FRIEND">
<xs:annotation>
<xs:documentation>
A track which is assumed to be a friend because of its characteristics, behavior, or origin.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FAKER">
<xs:annotation>
<xs:documentation>
A friendly track acting as a HOSTILE for exercise purposes.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FRIEND">
<xs:annotation>
<xs:documentation>
A track belonging to a declared, presumed or recognized friendly nation, faction or group.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HOSTILE">
<xs:annotation>
<xs:documentation>
A track declared to belong to any opposing nation, party, group, or entity, which by virtue of its behavior or information collected on it such as characteristics, origin or nationality contributes to the threat to friendly forces.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JOKER">
<xs:annotation>
<xs:documentation>
A friendly track as a SUSPECT for exercise purposes.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NEUTRAL">
<xs:annotation>
<xs:documentation>
A track or contact whose characteristics, behaviour, origin or nationality indicate that it is neither supporting nor opposing friendly forces.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PENDING">
<xs:annotation>
<xs:documentation>
PENDING</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SUSPECT">
<xs:annotation>
<xs:documentation>
An identity applied to a track that is potentially hostile because of its characteristics, behaviour, origin or nationality.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNKNOWN">
<xs:annotation>
<xs:documentation>
An identity applied to an evaluated track that has not been identified.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>