<xs:element name="td">
<xs:complexType mixed="true">
<xs:complexContent>
<xs:extension base="Flow">
<xs:attributeGroup ref="attrs" />
<xs:attribute name="abbr" type="Text" />
<xs:attribute name="axis" />
<xs:attribute name="headers" type="xs:IDREFS" />
<xs:attribute name="scope" type="Scope" />
<xs:attribute name="rowspan" default="1" type="Number" />
<xs:attribute name="colspan" default="1" type="Number" />
<xs:attributeGroup ref="cellhalign" />
<xs:attributeGroup ref="cellvalign" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|