mo:OperationPlanType

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

Definition

A data type for a specification for any plan for the conduct of military operations prepared in response to actual and potential contingencies.

Diagram

XML Schema

<xs:complexType name="OperationPlanType">
<xs:annotation>
<xs:documentation>
A data type for a specification for any plan for the conduct of military operations prepared in response to actual and potential contingencies.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="mo:OperationPlanCreateDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:OperationPlanTitleText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:OperationPlanUpdateDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:OperationPlanIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:OperationPlanAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>