Attribute Group table.attributes

Namespace No namespace
Diagram
Attribute table.attributes / @frameAttribute table.attributes / @colsepAttribute table.attributes / @rowsepAttribute tbl.table.att / @pgwideAttribute Group tbl.table.attAttribute dita.table.attributes / @orientAttribute dita.table.attributes / @rowheaderAttribute dita.table.attributes / @scaleAttribute Group univ-attsAttribute dita.table.attributes / @outputclassAttribute Group dita.table.attributes
Used by
Attributes
Source
<xs:attributeGroup name="table.attributes">
  <xs:attribute name="frame">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="top"/>
        <xs:enumeration value="bottom"/>
        <xs:enumeration value="topbot"/>
        <xs:enumeration value="all"/>
        <xs:enumeration value="sides"/>
        <xs:enumeration value="none"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="colsep" type="yesorno"/>
  <xs:attribute name="rowsep" type="yesorno"/>
  <xs:attributeGroup ref="tbl.table.att"/>
  <xs:attributeGroup ref="dita.table.attributes"/>
</xs:attributeGroup>

Attribute table.attributes / @frame

Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration top
enumeration bottom
enumeration topbot
enumeration all
enumeration sides
enumeration none
enumeration -dita-use-conref-target
Used by
Source
<xs:attribute name="frame">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="top"/>
      <xs:enumeration value="bottom"/>
      <xs:enumeration value="topbot"/>
      <xs:enumeration value="all"/>
      <xs:enumeration value="sides"/>
      <xs:enumeration value="none"/>
      <xs:enumeration value="-dita-use-conref-target"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>