
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| align | restriction of xs:token | optional | |||||
| annotations | optional | ||||||
| arch | optional | ||||||
| audience | optional | ||||||
| char | optional | ||||||
| charoff | optional | ||||||
| cols | xs:NMTOKEN | required | |||||
| colsep | restriction of xs:token | optional | |||||
| condition | optional | ||||||
| conformance | optional | ||||||
| dir | restriction of xs:token | optional | |||||
| linkend | xs:IDREF | optional | |||||
| os | optional | ||||||
| remap | optional | ||||||
| revision | optional | ||||||
| revisionflag | restriction of xs:token | optional | |||||
| role | optional | ||||||
| rowsep | restriction of xs:token | optional | |||||
| security | optional | ||||||
| tgroupstyle | optional | ||||||
| userlevel | 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 |
| Elements | docbook:informaltable, docbook:table |
<xs:element name="tgroup"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" ref="docbook:colspec"/> <xs:element minOccurs="0" maxOccurs="unbounded" ref="docbook:spanspec"/> <xs:element minOccurs="0" ref="docbook:thead"/> <xs:element minOccurs="0" ref="docbook:tfoot"/> <xs:element ref="docbook:tbody"/> </xs:sequence> <xs:attribute name="role"/> <xs:attributeGroup ref="docbook:db.common.attributes"/> <xs:attributeGroup ref="docbook:db.common.linking.attributes"/> <xs:attribute name="char"/> <xs:attribute name="charoff"/> <xs:attribute name="tgroupstyle"/> <xs:attribute name="cols" use="required" type="xs:NMTOKEN"/> <xs:attribute name="colsep"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="rowsep"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="align"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="center"/> <xs:enumeration value="char"/> <xs:enumeration value="justify"/> <xs:enumeration value="left"/> <xs:enumeration value="right"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
|
< table xmlns = "http://docbook.org/ns/docbook" xml:id = "t.schema-comparison" > |
|
< title> |
|
Schema Comparison |
|
</ title> |
|
< tgroup cols = "6" > |
|
< colspec colwidth = "4*" /> |
|
< thead> |
|
< row> |
|
< entry> |
|
Description |
|
</ entry> |
|
< entry> |
|
DTD |
|
</ entry> |
|
< entry> |
|
W3C XML Schema |
|
</ entry> |
|
< entry> |
|
W3C XML Schema + Schematron |