<element name="nitf-col">
<annotation>
<documentation>Partial description A holder for a namespaced XML fragment for custom-tagged data. Full description Used when publisher wants to surround the fragment with NITF metadata.</documentation>
</annotation>
<complexType>
<attributeGroup ref="nitf:globalNITFAttributes"/>
<attribute name="idsrc" type="string" use="optional">
<annotation>
<documentation>The source (taxonomy) for the element's value attribute.</documentation>
</annotation>
</attribute>
<attribute name="value" type="string" use="optional">
<annotation>
<documentation>The code or symbol for the particular column.</documentation>
</annotation>
</attribute>
<attribute name="occurrences" type="string" use="optional">
<annotation>
<documentation>Indicates how many times the col occurs. Default is 1.</documentation>
</annotation>
</attribute>
<attribute name="data-type" use="optional">
<annotation>
<documentation>The general type of data within the column.</documentation>
</annotation>
<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">
<annotation>
<documentation>An expanded definition of the data, based on the data-type.</documentation>
</annotation>
</attribute>
</complexType>
</element> |