<element name="td">
<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" />
<attribute name="axes" type="string" use="optional" />
<attribute name="nowrap" use="optional">
<simpleType>
<restriction base="string">
<enumeration value="nowrap" />
</restriction>
</simpleType>
</attribute>
<attribute name="rowspan" type="NMTOKEN" use="optional" />
<attribute name="colspan" type="NMTOKEN" use="optional" />
<attributeGroup ref="nitf:cellAlign" />
<attributeGroup ref="nitf:cellVAlign" />
</complexType>
</element>
|