QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
annotations | optional | ||||||
arch | optional | ||||||
audience | optional | ||||||
border | xs:NMTOKEN | optional | |||||
cellpadding | optional | ||||||
cellspacing | optional | ||||||
class | optional | ||||||
colsep | restriction of xs:token | optional | |||||
condition | optional | ||||||
conformance | optional | ||||||
dir | restriction of xs:token | optional | |||||
floatstyle | optional | ||||||
frame | 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 | ||||||
orient | restriction of xs:token | optional | |||||
os | optional | ||||||
pgwide | restriction of xs:token | optional | |||||
remap | optional | ||||||
revision | optional | ||||||
revisionflag | restriction of xs:token | optional | |||||
role | optional | ||||||
rowheader | restriction of xs:token | optional | |||||
rowsep | restriction of xs:token | optional | |||||
rules | restriction of xs:token | optional | |||||
security | optional | ||||||
style | optional | ||||||
summary | optional | ||||||
tabstyle | optional | ||||||
title | optional | ||||||
userlevel | optional | ||||||
vendor | optional | ||||||
version | optional | ||||||
width | 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="informaltable"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" ref="docbook:info"/> <xs:choice> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" ref="docbook:textobject"/> <xs:choice> <xs:element maxOccurs="unbounded" ref="docbook:mediaobject"/> <xs:element maxOccurs="unbounded" ref="docbook:tgroup"/> </xs:choice> </xs:sequence> <xs:sequence> <xs:choice> <xs:element minOccurs="0" maxOccurs="unbounded" ref="docbook:col"/> <xs:element minOccurs="0" maxOccurs="unbounded" ref="docbook:colgroup"/> </xs:choice> <xs:element minOccurs="0" ref="docbook:thead"/> <xs:element minOccurs="0" ref="docbook:tfoot"/> <xs:choice> <xs:element maxOccurs="unbounded" ref="docbook:tbody"/> <xs:element maxOccurs="unbounded" ref="docbook:tr"/> </xs:choice> </xs:sequence> </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="tabstyle"/> <xs:attribute name="floatstyle"/> <xs:attribute name="orient"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="land"/> <xs:enumeration value="port"/> </xs:restriction> </xs:simpleType> </xs:attribute> <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="frame"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="all"/> <xs:enumeration value="bottom"/> <xs:enumeration value="none"/> <xs:enumeration value="sides"/> <xs:enumeration value="top"/> <xs:enumeration value="topbot"/> <xs:enumeration value="void"/> <xs:enumeration value="above"/> <xs:enumeration value="below"/> <xs:enumeration value="hsides"/> <xs:enumeration value="lhs"/> <xs:enumeration value="rhs"/> <xs:enumeration value="vsides"/> <xs:enumeration value="box"/> <xs:enumeration value="border"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="pgwide"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="rowheader"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="firstcol"/> <xs:enumeration value="norowheader"/> </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="summary"/> <xs:attribute name="width"/> <xs:attribute name="border" type="xs:NMTOKEN"/> <xs:attribute name="rules"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="none"/> <xs:enumeration value="groups"/> <xs:enumeration value="rows"/> <xs:enumeration value="cols"/> <xs:enumeration value="all"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="cellspacing"/> <xs:attribute name="cellpadding"/> </xs:complexType> </xs:element> |