<element name="media-reference">
<complexType mixed="true">
<attributeGroup ref="nitf:globalNITFAttributes" />
<attribute name="source" type="string" use="optional" />
<attribute name="name" type="string" use="optional" />
<attribute name="mime-type" type="string" use="optional" />
<attribute name="coding" type="string" use="optional" />
<attribute name="time" type="string" use="optional" />
<attribute name="time-unit-of-measure" type="string" use="optional" />
<attribute name="outcue" type="string" use="optional" />
<attribute name="source-credit" type="string" use="optional" />
<attribute name="copyright" type="string" use="optional" />
<attribute name="alternate-text" type="string" use="optional" />
<attribute name="height" type="NMTOKEN" use="optional" />
<attribute name="width" type="NMTOKEN" use="optional" />
<attribute name="units" use="optional">
<simpleType>
<restriction base="string">
<enumeration value="pixels" />
</restriction>
</simpleType>
</attribute>
<attribute name="imagemap" type="string" use="optional" />
<attribute name="noflow" use="optional">
<simpleType>
<restriction base="string">
<enumeration value="noflow" />
</restriction>
</simpleType>
</attribute>
<attribute name="data-location" type="string" use="optional" />
</complexType>
</element>
|