mo:TripwireType

complexType TripwireType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.2/

Definition

A data type for a unique line of detection, comprised of two or more location points, that intruders cannot cross.

Diagram

XML Schema

<xs:complexType name="TripwireType">
<xs:annotation>
<xs:documentation>
A data type for a unique line of detection, comprised of two or more location points, that intruders cannot cross.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="mo:TripwirePointLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:TripwireDirectionCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:TripwireAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>