nitf:nitf-col

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.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
data-format string optional
An expanded definition of the data, based on the data-type.
data-type restriction of string optional
The general type of data within the column.
id ID optional
An XML-specific identifier for the element.
idsrc string optional
The source (taxonomy) for the element's value attribute.
occurrences string optional
Indicates how many times the col occurs. Default is 1.
value string optional
The code or symbol for the particular column.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/NITF/2006-10-18/'

Used By

Source

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

Sample