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

ValueDefinition
HUMANHuman entered or modified
HUMAN.CALCULATEDCalculated by user
HUMAN.CUTANDPASTECut and paste from another window by user
HUMAN.ESTIMATEDEstimated by user
MACHINEGenerated by machine
MACHINE.CONFIGUREDObtained from a configuration file
MACHINE.FUSEDCorroborated from multiple sources
MACHINE.GPSDerived from GPS receiver
MACHINE.MAGNETICDerived from magnetic sources
MACHINE.MENSURATEDMensurated (from imagery)
MACHINE.PREDICTEDPrediction of future (e.g., a from a tracker)
MACHINE.SIMULATEDProduced 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: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>