nc:MissionType

complexType MissionType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a task, together with the purpose, that clearly indicates the action to be taken and the reason therefore.

Diagram

XML Schema

<xs:complexType name="MissionType">
<xs:annotation>
<xs:documentation>
A data type for a task, together with the purpose, that clearly indicates the action to be taken and the reason therefore.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:MissionName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MissionCommencementNoEarlierThanDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MissionCommencementNoLaterThanDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ContactInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MissionID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MissionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>