Partial description Reference to an external media object, OR to its following media-object. Full description Points to any object, such as photo, audio, video and text; or to executable files. |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| alternate-text | string | optional |
|
||||
| coding | string | optional |
|
||||
| copyright | string | optional |
|
||||
| data-location | string | optional |
|
||||
| height | NMTOKEN | optional |
|
||||
| id | ID | optional |
|
||||
| imagemap | string | optional |
|
||||
| mime-type | string | optional |
|
||||
| name | string | optional |
|
||||
| noflow | restriction of string | optional |
|
||||
| outcue | string | optional |
|
||||
| source | string | optional |
|
||||
| source-credit | string | optional |
|
||||
| time | string | optional |
|
||||
| time-unit-of-measure | string | optional |
|
||||
| units | restriction of string | optional |
|
||||
| width | NMTOKEN | optional |
|
||||
| Wildcard: ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/NITF/2006-10-18/' | |||||||
| Element | nitf:media |
<element name="media-reference"> <annotation> <documentation>Partial description Reference to an external media object, OR to its following media-object. Full description Points to any object, such as photo, audio, video and text; or to executable files.</documentation> </annotation> <complexType mixed="true"> <attributeGroup ref="nitf:globalNITFAttributes"/> <attribute name="source" type="string" use="optional"> <annotation> <documentation>URL or other unique ID for external media file.</documentation> </annotation> </attribute> <attribute name="name" type="string" use="optional"> <annotation> <documentation>Alternate name or description of the object.</documentation> </annotation> </attribute> <attribute name="mime-type" type="string" use="optional"> <annotation> <documentation>Mime-type for the external media file.</documentation> </annotation> </attribute> <attribute name="coding" type="string" use="optional"> <annotation> <documentation>How the information is coded.</documentation> </annotation> </attribute> <attribute name="time" type="string" use="optional"> <annotation> <documentation>Length of time that the media file plays.</documentation> </annotation> </attribute> <attribute name="time-unit-of-measure" type="string" use="optional"> <annotation> <documentation>Units in which the time attribute is measured.</documentation> </annotation> </attribute> <attribute name="outcue" type="string" use="optional"> <annotation> <documentation>Provides information about the spoken information that ends an audio clip.</documentation> </annotation> </attribute> <attribute name="source-credit" type="string" use="optional"> <annotation> <documentation>Indicates the source of the information.</documentation> </annotation> </attribute> <attribute name="copyright" type="string" use="optional"> <annotation> <documentation>Copyright owner.</documentation> </annotation> </attribute> <attribute name="alternate-text" type="string" use="optional"> <annotation> <documentation>Plain-text description that can serve as a substitute for the media object.</documentation> </annotation> </attribute> <attribute name="height" type="NMTOKEN" use="optional"> <annotation> <documentation>Height of the media object.</documentation> </annotation> </attribute> <attribute name="width" type="NMTOKEN" use="optional"> <annotation> <documentation>Width of the media object.</documentation> </annotation> </attribute> <attribute name="units" use="optional"> <annotation> <documentation>Units used for width and height. Default is pixels.</documentation> </annotation> <simpleType> <restriction base="string"> <enumeration value="pixels"/> </restriction> </simpleType> </attribute> <attribute name="imagemap" type="string" use="optional"> <annotation> <documentation>Indication for whether the media object has an affiliated imagemap.</documentation> </annotation> </attribute> <attribute name="noflow" use="optional"> <annotation> <documentation>Indicates if information can flow around figure.</documentation> </annotation> <simpleType> <restriction base="string"> <enumeration value="noflow"/> </restriction> </simpleType> </attribute> <attribute name="data-location" type="string" |