mo:ImageAugmentationType

complexType ImageAugmentationType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.2/

Definition

A data type for additional information about an image.

Diagram

XML Schema

<xs:complexType name="ImageAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about an image.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="mo:ImageName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ImageIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ImageRelativeLocationURI" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ImageDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ImageFileCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ImageAlternateName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ImageBinaryText" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>