Attribute Group colspec.attributes

Namespace No namespace
Diagram
Attribute colspec.attributes / @colnumAttribute colspec.attributes / @colnameAttribute colspec.attributes / @colwidthAttribute colspec.attributes / @colsepAttribute colspec.attributes / @rowsepAttribute colspec.attributes / @alignAttribute colspec.attributes / @charAttribute colspec.attributes / @charoffAttribute colspec.attributes / @rowheaderAttribute tbl.colspec.att / @baseAttribute Group tbl.colspec.attAttribute Group id-attsAttribute Group localization-attsAttribute Group dita.colspec.attributes
Used by
Attributes
Source
<xs:attributeGroup name="colspec.attributes">
  <xs:attribute name="colnum" type="xs:NMTOKEN"/>
  <xs:attribute name="colname" type="xs:NMTOKEN"/>
  <xs:attribute name="colwidth"/>
  <xs:attribute name="colsep" type="yesorno"/>
  <xs:attribute name="rowsep" type="yesorno"/>
  <xs:attribute name="align">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="left"/>
        <xs:enumeration value="right"/>
        <xs:enumeration value="center"/>
        <xs:enumeration value="justify"/>
        <xs:enumeration value="char"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="char"/>
  <xs:attribute name="charoff" type="xs:NMTOKEN"/>
  <xs:attribute name="rowheader" default="headers">
    <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:attributeGroup ref="tbl.colspec.att"/>
  <xs:attributeGroup ref="dita.colspec.attributes"/>
</xs:attributeGroup>

Attribute colspec.attributes / @colnum

Namespace No namespace
Type xs:NMTOKEN
Properties
content: simple
Used by
Source
<xs:attribute name="colnum" type="xs:NMTOKEN"/>

Attribute colspec.attributes / @colname

Namespace No namespace
Type xs:NMTOKEN
Properties
content: simple
Used by
Source
<xs:attribute name="colname" type="xs:NMTOKEN"/>

Attribute colspec.attributes / @align

Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration left
enumeration right
enumeration center
enumeration justify
enumeration char
enumeration -dita-use-conref-target
Used by
Source
<xs:attribute name="align">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="left"/>
      <xs:enumeration value="right"/>
      <xs:enumeration value="center"/>
      <xs:enumeration value="justify"/>
      <xs:enumeration value="char"/>
      <xs:enumeration value="-dita-use-conref-target"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Attribute colspec.attributes / @charoff

Namespace No namespace
Type xs:NMTOKEN
Properties
content: simple
Used by
Source
<xs:attribute name="charoff" type="xs:NMTOKEN"/>

Attribute colspec.attributes / @rowheader

Namespace No namespace
Type restriction of xs:token
Properties
default: headers
Facets
enumeration firstcol
enumeration headers
enumeration norowheader
enumeration -dita-use-conref-target
Used by
Source
<xs:attribute name="rowheader" default="headers">
  <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>