Partial description Table data cell. Full description Holds content intended to be data. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
align | restriction of string | optional |
|
||||
axes | string | optional |
|
||||
axis | string | optional |
|
||||
char | string | optional |
|
||||
charoff | string | optional |
|
||||
class | string | optional |
|
||||
colspan | NMTOKEN | optional |
|
||||
id | ID | optional |
|
||||
nowrap | restriction of string | optional |
|
||||
rowspan | NMTOKEN | optional |
|
||||
style | string | optional |
|
||||
valign | restriction of string | optional |
|
||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/NITF/2006-10-18/' |
Element | nitf:tr |
<element name="td"> <annotation> <documentation>Partial description Table data cell. Full description Holds content intended to be data.</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> |