
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| align | restriction of xs:token | optional | |||||
| annotations | optional | ||||||
| arch | optional | ||||||
| audience | optional | ||||||
| char | optional | ||||||
| charoff | optional | ||||||
| class | optional | ||||||
| condition | optional | ||||||
| conformance | optional | ||||||
| dir | restriction of xs:token | optional | |||||
| lang | optional | ||||||
| linkend | xs:IDREF | optional | |||||
| onclick | optional | ||||||
| ondblclick | optional | ||||||
| onkeydown | optional | ||||||
| onkeypress | optional | ||||||
| onkeyup | optional | ||||||
| onmousedown | optional | ||||||
| onmousemove | optional | ||||||
| onmouseout | optional | ||||||
| onmouseover | optional | ||||||
| onmouseup | optional | ||||||
| os | optional | ||||||
| remap | optional | ||||||
| revision | optional | ||||||
| revisionflag | restriction of xs:token | optional | |||||
| role | optional | ||||||
| security | optional | ||||||
| style | optional | ||||||
| title | optional | ||||||
| userlevel | optional | ||||||
| valign | restriction of xs:token | optional | |||||
| vendor | optional | ||||||
| version | optional | ||||||
| wordsize | optional | ||||||
| xlink:actuate | xlink:actuateType | optional | |||||
| xlink:arcrole | xlink:arcroleType | optional | |||||
| xlink:href | xlink:hrefType | optional | |||||
| xlink:role | xlink:roleType | optional | |||||
| xlink:show | xlink:showType | optional | |||||
| xlink:title | xlink:titleAttrType | optional | |||||
| xlink:type | xlink:typeType | optional | |||||
| xml:base | xs:anyURI | optional |
|
||||
| xml:id | xs:ID | optional |
|
||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
||||
| xreflabel | optional |
<xs:element name="thead"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" ref="docbook:colspec"/> <xs:choice> <xs:element maxOccurs="unbounded" ref="docbook:row"/> <xs:element maxOccurs="unbounded" ref="docbook:tr"/> </xs:choice> </xs:sequence> <xs:attribute name="role"/> <xs:attributeGroup ref="docbook:db.common.attributes"/> <xs:attributeGroup ref="docbook:db.common.linking.attributes"/> <xs:attribute name="valign"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="bottom"/> <xs:enumeration value="middle"/> <xs:enumeration value="top"/> <xs:enumeration value="baseline"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="class"/> <xs:attribute name="style"/> <xs:attribute name="title"/> <xs:attribute name="lang"/> <xs:attribute name="onclick"/> <xs:attribute name="ondblclick"/> <xs:attribute name="onmousedown"/> <xs:attribute name="onmouseup"/> <xs:attribute name="onmouseover"/> <xs:attribute name="onmousemove"/> <xs:attribute name="onmouseout"/> <xs:attribute name="onkeypress"/> <xs:attribute name="onkeydown"/> <xs:attribute name="onkeyup"/> <xs:attribute name="align"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="left"/> <xs:enumeration value="center"/> <xs:enumeration value="right"/> <xs:enumeration value="justify"/> <xs:enumeration value="char"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="char"/> <xs:attribute name="charoff"/> </xs:complexType> </xs:element> |
|
< tgroup xmlns = "http://docbook.org/ns/docbook" cols = "6" > |
|
< colspec colwidth = "4*" /> |
|
< thead> |
|
< row> |
|
< entry> |
|
Description |
|
</ entry> |
|
< entry> |
|
DTD |
|
</ entry> |
|
< entry> |
|
W3C XML Schema |
|
</ entry> |
|
< entry> |
|
W3C XML Schema + Schematron |
|
</ entry> |
|
< entry> |
|
RELAX NG |
|
</ entry> |
|
< entry> |
|
RELAX NG + Schematron/NVDL |
|
</ entry> |
|
</ row> |
|
</ thead> |