nitf:nitf-table-metadata

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
class string optional
An open placeholder for categorization.
column-count string optional
Number of columns in the entire table.
id ID optional
An XML-specific identifier for the element.
idsrc string optional
The source (taxonomy) for the element's value attribute.
row-count string optional
Number of rows in the entire table.
status restriction of string optional
Measure of finality of the values of the table. Interim is the end of a logical break. snap-shot is any point in time.
style string optional
An open placeholder for reference by an external stylesheet.
subclass string optional
A further refinement of the class attribute.
value string optional
The code or symbol for the particular table.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/NITF/2006-10-18/'

Used By

Element nitf:nitf-table

Source

<element name="nitf-table-metadata">
  <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>
    <sequence>
      <element ref="nitf:nitf-table-summary" minOccurs="0"/>
      <choice maxOccurs="unbounded">
        <element ref="nitf:nitf-colgroup"/>
        <element ref="nitf:nitf-col"/>
      </choice>
    </sequence>
    <attributeGroup ref="nitf:commonNITFAttributes"/>
    <attribute name="subclass" type="string" use="optional">
      <annotation>
        <documentation>A further refinement of the class attribute.</documentation>
      </annotation>
    </attribute>
    <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 table.</documentation>
      </annotation>
    </attribute>
    <attribute name="status" use="optional">
      <annotation>
        <documentation>Measure of finality of the values of the table. Interim is the end of a logical break. snap-shot is any point in time.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="pre"/>
          <enumeration value="snap-shot"/>
          <enumeration value="interim"/>
          <enumeration value="final"/>
          <enumeration value="official"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="column-count" type="string" use="optional">
      <annotation>
        <documentation>Number of columns in the entire table.</documentation>
      </annotation>
    </attribute>
    <attribute name="row-count" type="string" use="optional">
      <annotation>
        <documentation>Number of rows in the entire table.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>

Sample