Element table

Namespace No namespace
Diagram
Element titleElement Group titleElement descElement Group descElement Group tbl.table-titles.mdlElement tgroupElement Group tgroupElement Group tbl.table-main.mdlComplex Type tbl.table.mdlComplex Type table.contentAttribute Group table.attlist
Type extension of Complex Type table.content
Type hierarchy
Properties
content: complex
Used by
Element Group Element Group table
Model Element title , Element desc , Element tgroup
Children Element desc, Element tgroup, Element title
Instance
<table audience="" base="" CaseNumber="" class="- topic/table " colsep="" conaction="" conkeyref="" conref="" conrefend="" dir="" frame="" id="" importance="" xml:lang="" orient="" otherprops="" outputclass="" pgwide="" platform="" product="" props="" rev="" rowheader="" rowsep="" scale="" status="" translate="" Why="" xtrc="" xtrf="">
  <title base="" CaseNumber="" class="- topic/title " conaction="" conkeyref="" conref="" conrefend="" dir="" id="" xml:lang="" outputclass="" rev="" translate="" Why="" xtrc="" xtrf="">{1,1}</title>
  <desc audience="" base="" CaseNumber="" class="- topic/desc " conaction="" conkeyref="" conref="" conrefend="" dir="" id="" importance="" xml:lang="" otherprops="" outputclass="" platform="" product="" props="" rev="" status="" translate="" Why="" xtrc="" xtrf="">{1,1}</desc>
  <tgroup align="" audience="" base="" CaseNumber="" class="- topic/tgroup " cols="" colsep="" conaction="" conkeyref="" conref="" conrefend="" dir="" id="" importance="" xml:lang="" otherprops="" outputclass="" platform="" product="" props="" rev="" rowsep="" status="" translate="" Why="" xtrc="" xtrf="">{1,1}</tgroup>
</table>
Attributes
QName Type Default Use
Attribute Change-attrs / @CaseNumber optional
Attribute Change-attrs / @Why optional
Attribute filter-atts / @audience optional
Attribute select-atts / @base optional
Attribute table.attlist / @class - topic/table optional
Attribute table.attributes / @colsep Simple Type yesorno optional
Attribute conref-atts / @conaction restriction of xs:token optional
Attribute conref-atts / @conkeyref optional
Attribute conref-atts / @conref optional
Attribute conref-atts / @conrefend optional
Attribute localization-atts / @dir restriction of xs:token optional
Attribute table.attributes / @frame restriction of xs:token optional
Attribute id-atts / @id xs:NMTOKEN optional
Attribute select-atts / @importance restriction of xs:token optional
Attribute dita.table.attributes / @orient restriction of xs:token optional
Attribute filter-atts / @otherprops optional
Attribute dita.table.attributes / @outputclass optional
Attribute tbl.table.att / @pgwide Simple Type yesorno optional
Attribute filter-atts / @platform optional
Attribute filter-atts / @product optional
Attribute filter-atts / @props optional
Attribute select-atts / @rev optional
Attribute dita.table.attributes / @rowheader restriction of xs:token optional
Attribute table.attributes / @rowsep Simple Type yesorno optional
Attribute dita.table.attributes / @scale restriction of xs:token optional
Attribute select-atts / @status restriction of xs:token optional
Attribute localization-atts / @translate restriction of xs:token optional
Attribute @xml:lang optional
Attribute global-atts / @xtrc optional
Attribute global-atts / @xtrf optional
Source
<xs:element name="table">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="table.content">
        <xs:attributeGroup ref="table.attlist"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>