mo:TaskAugmentationType
complexType TaskAugmentationType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.0/
Definition
A data type for additional information about a task.
Diagram
XML Schema
<xs:complexType name="TaskAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a task.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:AugmentationType">
<xs:sequence>
<xs:element ref="mo:TaskNumberText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:TaskName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:TaskDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:TaskUUID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:TaskPerformingUnit" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:TaskStartDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:TaskEndDate" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>