Attribute Group dita.table.attributes

Namespace No namespace
Diagram
Attribute dita.table.attributes / @orientAttribute dita.table.attributes / @rowheaderAttribute dita.table.attributes / @scaleAttribute Group id-attsAttribute Group select-attsAttribute Group localization-attsAttribute Group univ-attsAttribute dita.table.attributes / @outputclass
Used by
Attributes
Source
<xs:attributeGroup name="dita.table.attributes">
  <xs:attribute name="orient">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="port"/>
        <xs:enumeration value="land"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="rowheader">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="firstcol"/>
        <xs:enumeration value="headers"/>
        <xs:enumeration value="norowheader"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="scale">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="50"/>
        <xs:enumeration value="60"/>
        <xs:enumeration value="70"/>
        <xs:enumeration value="80"/>
        <xs:enumeration value="90"/>
        <xs:enumeration value="100"/>
        <xs:enumeration value="110"/>
        <xs:enumeration value="120"/>
        <xs:enumeration value="140"/>
        <xs:enumeration value="160"/>
        <xs:enumeration value="180"/>
        <xs:enumeration value="200"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="univ-atts"/>
  <xs:attribute name="outputclass"/>
</xs:attributeGroup>

Attribute dita.table.attributes / @orient

Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration port
enumeration land
enumeration -dita-use-conref-target
Used by
Source
<xs:attribute name="orient">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="port"/>
      <xs:enumeration value="land"/>
      <xs:enumeration value="-dita-use-conref-target"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Attribute dita.table.attributes / @rowheader

Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration firstcol
enumeration headers
enumeration norowheader
enumeration -dita-use-conref-target
Used by
Source
<xs:attribute name="rowheader">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="firstcol"/>
      <xs:enumeration value="headers"/>
      <xs:enumeration value="norowheader"/>
      <xs:enumeration value="-dita-use-conref-target"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Attribute dita.table.attributes / @scale

Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration 50
enumeration 60
enumeration 70
enumeration 80
enumeration 90
enumeration 100
enumeration 110
enumeration 120
enumeration 140
enumeration 160
enumeration 180
enumeration 200
enumeration -dita-use-conref-target
Used by
Source
<xs:attribute name="scale">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="50"/>
      <xs:enumeration value="60"/>
      <xs:enumeration value="70"/>
      <xs:enumeration value="80"/>
      <xs:enumeration value="90"/>
      <xs:enumeration value="100"/>
      <xs:enumeration value="110"/>
      <xs:enumeration value="120"/>
      <xs:enumeration value="140"/>
      <xs:enumeration value="160"/>
      <xs:enumeration value="180"/>
      <xs:enumeration value="200"/>
      <xs:enumeration value="-dita-use-conref-target"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>