<xs:element name="informaltable">
<xs:complexType>
<xs:sequence>
<xs:group ref="db:_info.title.forbidden" minOccurs="0" maxOccurs="1"/>
<xs:choice>
<xs:sequence>
<!-- CALS -->
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="db:alt"/>
<xs:group ref="db:indexing.inlines"/>
<xs:element ref="db:textobject"/>
</xs:choice>
<xs:choice>
<xs:element ref="db:mediaobject" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="db:tgroup" minOccurs="1" maxOccurs="unbounded"/>
</xs:choice>
<xs:element ref="db:caption" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
<xs:sequence>
<!-- HTML -->
<xs:choice>
<xs:element ref="db:col" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="db:colgroup" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
<xs:element ref="db:thead" minOccurs="0" maxOccurs="1"/>
<xs:element ref="db:tfoot" minOccurs="0" maxOccurs="1"/>
<xs:choice>
<xs:element ref="db:tbody" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="db:tr" minOccurs="1" maxOccurs="unbounded"/>
</xs:choice>
</xs:sequence>
</xs:choice>
</xs:sequence>
<!-- Common and CALS -->
<xs:attribute name="role"/>
<xs:attributeGroup ref="db:label.attribute"/>
<xs:attributeGroup ref="db:common.attributes"/>
<xs:attributeGroup ref="db:common.linking.attributes"/>
<xs:attributeGroup ref="db:tabstyle.attribute"/>
<xs:attributeGroup ref="db:floatstyle.attribute"/>
<xs:attributeGroup ref="db:orient.attribute"/>
<xs:attributeGroup ref="db:colsep.attribute"/>
<xs:attributeGroup ref="db:rowsep.attribute"/>
<xs:attributeGroup ref="db:pgwide.attribute"/>
<xs:attribute name="shortentry" type="db:zeroorone.type"/>
<xs:attribute name="tocentry" type="db:zeroorone.type"/>
<xs:attributeGroup ref="db:rowheader.attribute"/>
<!-- HTML -->
<xs:attributeGroup ref="db:html.coreattrs"/>
<xs:attributeGroup ref="db:html.i18n"/>
<xs:attributeGroup ref="db:html.events"/>
<xs:attributeGroup ref="db:html.table.attributes"/>
<!-- Merged -->
<xs:attributeGroup ref="db:merged-html-cals-frame.attribute"/>
</xs:complexType>
</xs:element> |