QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
abbr | xsd:string | optional | |||||
align | restriction of xsd:NMTOKEN | optional | |||||
axis | xsd:string | optional | |||||
char | xsd:string | optional | |||||
charoff | xsd:string | optional | |||||
colspan | xsd:string | 1 | optional | ||||
content-type | xsd:string | optional | |||||
headers | xsd:IDREFS | optional | |||||
id | xsd:ID | optional | |||||
rowspan | xsd:string | 1 | optional | ||||
scope | restriction of xsd:NMTOKEN | optional | |||||
style | xsd:string | optional | |||||
valign | restriction of xsd:NMTOKEN | optional | |||||
xml:base | xs:anyURI | optional |
|
Element Group | tr.content |
<xsd:element name="td"> <xsd:annotation> <xsd:documentation/> </xsd:annotation> <xsd:complexType mixed="true"> <xsd:group ref="td.content" minOccurs="0" maxOccurs="unbounded"/> <xsd:attribute name="abbr" use="optional" type="xsd:string"/> <xsd:attribute name="align" use="optional"> <xsd:simpleType> <xsd:annotation> <xsd:documentation/> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="center"/> <xsd:enumeration value="char"/> <xsd:enumeration value="justify"/> <xsd:enumeration value="left"/> <xsd:enumeration value="right"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="axis" use="optional" type="xsd:string"/> <xsd:attribute name="char" use="optional" type="xsd:string"/> <xsd:attribute name="charoff" use="optional" type="xsd:string"/> <xsd:attribute name="colspan" use="optional" default="1" type="xsd:string"/> <xsd:attribute name="content-type" use="optional" type="xsd:string"/> <xsd:attribute name="headers" use="optional" type="xsd:IDREFS"/> <xsd:attribute name="id" use="optional" type="xsd:ID"/> <xsd:attribute name="rowspan" use="optional" default="1" type="xsd:string"/> <xsd:attribute name="scope" use="optional"> <xsd:simpleType> <xsd:annotation> <xsd:documentation/> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="col"/> <xsd:enumeration value="colgroup"/> <xsd:enumeration value="row"/> <xsd:enumeration value="rowgroup"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="style" use="optional" type="xsd:string"/> <xsd:attribute name="valign" use="optional"> <xsd:simpleType> <xsd:annotation> <xsd:documentation/> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="baseline"/> <xsd:enumeration value="bottom"/> <xsd:enumeration value="middle"/> <xsd:enumeration value="top"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute ref="xml:base" use="optional"/> </xsd:complexType> </xsd:element> |