mo:ScanSectorType

complexType ScanSectorType in namespace http://release.niem.gov/niem/domains/militaryOperations/5.0/

Definition

A data type for a sector scanned by a device; defined by a radial sweep from the device location.

Diagram

XML Schema

<xs:complexType name="ScanSectorType">
<xs:annotation>
<xs:documentation>
A data type for a sector scanned by a device; defined by a radial sweep from the device location.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="mo:SectorDistanceMinimumMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:SectorDistanceMaximumMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:SectorMinimumAzimuthMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:SectorMaximumAzimuthMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:SectorElevationAngle" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:SectorName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ScanSectorAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>