nitf:nitf-table

Partial description	A holder for a table, and content-filled metadata.
Full description	May contain the classic NITF table, or a custom table.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id ID optional
An XML-specific identifier for the element.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/NITF/2006-10-18/'

Used By

Element Group nitf:blockContent

Source

<element name="nitf-table">
  <annotation>
    <documentation>Partial description A holder for a table, and content-filled metadata. Full description May contain the classic NITF table, or a custom table.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="nitf:nitf-table-metadata"/>
      <choice>
        <element ref="nitf:table"/>
        <element ref="nitf:custom-table"/>
        <element ref="nitf:table-reference"/>
      </choice>
    </sequence>
    <attributeGroup ref="nitf:globalNITFAttributes"/>
  </complexType>
</element>

Sample