mo:TripwireDirectionCodeSimpleType

simpleType TripwireDirectionCodeSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/5.0/

Definition

A data type for a direction of travel for a tripwire.

Diagram

Enumerations

ValueDefinition
BothTripwire line is crossed from both sides
LeftTripwire line is crossed from right to left (as viewed on a display, or by some other convention defining left and right)
RightTripwire line is crossed from left to right (as viewed on a display, or by some other convention defining left and right)

XML Schema

<xs:simpleType name="TripwireDirectionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a direction of travel for a tripwire.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Both">
<xs:annotation>
<xs:documentation>
Tripwire line is crossed from both sides
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Left">
<xs:annotation>
<xs:documentation>
Tripwire line is crossed from right to left (as viewed on a display, or by some other convention defining left and right)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Right">
<xs:annotation>
<xs:documentation>
Tripwire line is crossed from left to right (as viewed on a display, or by some other convention defining left and right)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>