mo:LocationCreationCodeSimpleType
simpleType LocationCreationCodeSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.0/
Definition
A data type for a code indicating the method used to generate a location.
Diagram
Enumerations
Value | Definition |
HUMAN | Human entered or modified |
HUMAN.CALCULATED | Calculated by user |
HUMAN.CUTANDPASTE | Cut and paste from another window by user |
HUMAN.ESTIMATED | Estimated by user |
MACHINE | Generated by machine |
MACHINE.CONFIGURED | Obtained from a configuration file |
MACHINE.FUSED | Corroborated from multiple sources |
MACHINE.GPS | Derived from GPS receiver |
MACHINE.MAGNETIC | Derived from magnetic sources |
MACHINE.MENSURATED | Mensurated (from imagery) |
MACHINE.PREDICTED | Prediction of future (e.g., a from a tracker) |
MACHINE.SIMULATED | Produced by a simulation |
XML Schema
<xs:simpleType name="LocationCreationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code indicating the method used to generate a location.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="HUMAN">
<xs:annotation>
<xs:documentation>
Human entered or modified</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HUMAN.CALCULATED">
<xs:annotation>
<xs:documentation>
Calculated by user</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HUMAN.CUTANDPASTE">
<xs:annotation>
<xs:documentation>
Cut and paste from another window by user</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HUMAN.ESTIMATED">
<xs:annotation>
<xs:documentation>
Estimated by user</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MACHINE">
<xs:annotation>
<xs:documentation>
Generated by machine</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MACHINE.CONFIGURED">
<xs:annotation>
<xs:documentation>
Obtained from a configuration file</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MACHINE.FUSED">
<xs:annotation>
<xs:documentation>
Corroborated from multiple sources</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MACHINE.GPS">
<xs:annotation>
<xs:documentation>
Derived from GPS receiver</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MACHINE.MAGNETIC">
<xs:annotation>
<xs:documentation>
Derived from magnetic sources</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MACHINE.MENSURATED">
<xs:annotation>
<xs:documentation>
Mensurated (from imagery)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MACHINE.PREDICTED">
<xs:annotation>
<xs:documentation>
Prediction of future (e.g., a from a tracker)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MACHINE.SIMULATED">
<xs:annotation>
<xs:documentation>
Produced by a simulation</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>