nitf:th

Partial description	Table header cell.
Full description	Holds content intended to be a label.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
align restriction of string optional
Alignment of text in the cell or column group.
axes string optional
HTML formatting attribute.
axis string optional
HTML formatting attribute.
char string optional
HTML formatting attribute.
charoff string optional
HTML formatting attribute.
class string optional
An open placeholder for categorization.
colspan NMTOKEN optional
Number of vertical columns a cell spans.
id ID optional
An XML-specific identifier for the element.
nowrap restriction of string optional
Directive not to wrap text in the cell.
rowspan NMTOKEN optional
Number of horizontal rows a cell spans.
style string optional
An open placeholder for reference by an external stylesheet.
valign restriction of string optional
Vertical alignment of text in the cell or column group.
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:tr

Source

<element name="th">
  <annotation>
    <documentation>Partial description Table header cell. Full description Holds content intended to be a label.</documentation>
  </annotation>
  <complexType mixed="true">
    <choice minOccurs="0" maxOccurs="unbounded">
      <group ref="nitf:enrichedText"/>
      <group ref="nitf:blockContent"/>
    </choice>
    <attributeGroup ref="nitf:commonNITFAttributes"/>
    <attribute name="axis" type="string" use="optional">
      <annotation>
        <documentation>HTML formatting attribute.</documentation>
      </annotation>
    </attribute>
    <attribute name="axes" type="string" use="optional">
      <annotation>
        <documentation>HTML formatting attribute.</documentation>
      </annotation>
    </attribute>
    <attribute name="nowrap" use="optional">
      <annotation>
        <documentation>Directive not to wrap text in the cell.</documentation>
      </annotation>
      <simpleType>
        <restriction base="string">
          <enumeration value="nowrap"/>
        </restriction>
      </simpleType>
    </attribute>
    <attribute name="rowspan" type="NMTOKEN" use="optional">
      <annotation>
        <documentation>Number of horizontal rows a cell spans.</documentation>
      </annotation>
    </attribute>
    <attribute name="colspan" type="NMTOKEN" use="optional">
      <annotation>
        <documentation>Number of vertical columns a cell spans.</documentation>
      </annotation>
    </attribute>
    <attributeGroup ref="nitf:cellAlign"/>
    <attributeGroup ref="nitf:cellVAlign"/>
  </complexType>
</element>

Sample