mo:ApprovalAuthorityType
complexType ApprovalAuthorityType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.0/
Definition
A data type for a group of metadata that describes and identifies a person, group, board, or organization that has approving authority.
Diagram
XML Schema
<xs:complexType name="ApprovalAuthorityType">
<xs:annotation>
<xs:documentation>
A data type for a group of metadata that describes and identifies a person, group, board, or organization that has approving authority.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="mo:ApprovalAuthorityName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ApprovalStatusText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ApprovalDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ApprovalStatusCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ApprovalAuthorityAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>