<element name="nitf-col">
<complexType>
<attributeGroup ref="nitf:globalNITFAttributes" />
<attribute name="idsrc" type="string" use="optional" />
<attribute name="value" type="string" use="optional" />
<attribute name="occurrences" type="string" use="optional" />
<attribute name="data-type" use="optional">
<simpleType>
<restriction base="string">
<enumeration value="text" />
<enumeration value="number" />
<enumeration value="graphic" />
<enumeration value="other" />
</restriction>
</simpleType>
</attribute>
<attribute name="data-format" type="string" use="optional" />
</complexType>
</element>
|