mo:UnitCommandOrSupportRelationshipAssociationType
complexType UnitCommandOrSupportRelationshipAssociationType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.2/
Definition
A data type for a relationship that describes a command or support relationship between two units.
Diagram
XML Schema
<xs:complexType name="UnitCommandOrSupportRelationshipAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship that describes a command or support relationship between two units.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="mo:UnitCommandOrSupportRelationshipAssociationForceManagementID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:UnitCommandOrSupportRelationshipCommandingUnit" minOccurs="0" maxOccurs="1"/>
<xs:element ref="mo:UnitCommandOrSupportRelationshipSubordinateUnit" minOccurs="0" maxOccurs="1"/>
<xs:element ref="mo:UnitCommandOrSupportRelationshipCategoryAbstract" minOccurs="0" maxOccurs="1"/>
<xs:element ref="mo:UnitCommandOrSupportRelationshipAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>