nitf:media-reference

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.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
alternate-text string optional
Plain-text description that can serve as a substitute for the media object.
coding string optional
How the information is coded.
copyright string optional
Copyright owner.
data-location string optional
Alternative, though discouraged, way to store ID for external media file.
height NMTOKEN optional
Height of the media object.
id ID optional
An XML-specific identifier for the element.
imagemap string optional
Indication for whether the media object has an affiliated imagemap.
mime-type string optional
Mime-type for the external media file.
name string optional
Alternate name or description of the object.
noflow restriction of string optional
Indicates if information can flow around figure.
outcue string optional
Provides information about the spoken information that ends an audio clip.
source string optional
URL or other unique ID for external media file.
source-credit string optional
Indicates the source of the information.
time string optional
Length of time that the media file plays.
time-unit-of-measure string optional
Units in which the time attribute is measured.
units restriction of string optional
Units used for width and height. Default is pixels.
width NMTOKEN optional
Width of the media object.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/NITF/2006-10-18/'

Used By

Element nitf:media

Source

<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"