mo:OperationPlanTaskOrganizationType
complexType OperationPlanTaskOrganizationType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.2/
Definition
A data type for an organization that assigns to responsible commanders the means with which to accomplish their assigned tasks in any planned action.
Diagram
XML Schema
<xs:complexType name="OperationPlanTaskOrganizationType">
<xs:annotation>
<xs:documentation>
A data type for an organization that assigns to responsible commanders the means with which to accomplish their assigned tasks in any planned action.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="mo:Unit" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:UnitCommandOrSupportRelationshipAssociation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:OperationPlanTaskOrganizationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>