mo:TargetType

complexType TargetType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.0/

Definition

A data type for a role of an entity or object considered for possible engagement or other action.

Diagram

XML Schema

<xs:complexType name="TargetType">
<xs:annotation>
<xs:documentation>
A data type for a role of an entity or object considered for possible engagement or other action.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="mo:TargetIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:TargetResultingDamage" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:MeanPointOfImpactAimpoint" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:DesiredPointOfImpactAimpoint" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:RoleOfUnit" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:RoleOfFacility" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:TargetLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:TargetAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>