mo:ContactInformationAugmentationType

complexType ContactInformationAugmentationType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.0/

Definition

A data type for additional information about a nc:Contact.

Diagram

XML Schema

<xs:complexType name="ContactInformationAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a nc:Contact.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="mo:ContactInformationComment" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ContactInformationRankText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ContactInformationSecureEmailID" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>