mo:MissionEssentialTaskType
complexType MissionEssentialTaskType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.0/
Definition
A data type for a specified or implied task that an organization must perform to accomplish the mission that is typically included in the mission statement.
Diagram
XML Schema
<xs:complexType name="MissionEssentialTaskType">
<xs:annotation>
<xs:documentation>
A data type for a specified or implied task that an organization must perform to accomplish the mission that is typically included in the mission statement.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:TaskType">
<xs:sequence>
<xs:element ref="mo:SupportingMissionEssentialTask" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:TaskResponsibleUnit" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:TaskSupportedMission" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:MissionEssentialTaskAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>