nitf:nitf-colgroup

Partial description	A collection of nitf-col elements.
Full description	Used when table repeats columns of a particular type.

Element Information

Model

Children: nitf:nitf-col

Attributes

QName Type Fixed Default Use Inheritable Annotation
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 colgroup 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-colgroup">
  <annotation>
    <documentation>Partial description A collection of nitf-col elements. Full description Used when table repeats columns of a particular type.</documentation>
  </annotation>
  <complexType>
    <sequence maxOccurs="unbounded">
      <element ref="nitf:nitf-col"/>
    </sequence>
    <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 colgroup occurs. Default is 1.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>

Sample