mo:AreaOfInterestType
complexType AreaOfInterestType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.2/
Definition
A data type for an area of concern to the commander, including the area of influence, areas adjacent thereto, and extending into enemy territory to the objectives of current or planned operations.
Diagram
XML Schema
<xs:complexType name="AreaOfInterestType">
<xs:annotation>
<xs:documentation>
A data type for an area of concern to the commander, including the area of influence, areas adjacent thereto, and extending into enemy territory to the objectives of current or planned operations.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="nc:AreaRegionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:AreaOfInterestAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>