Attribute Group tgroup.attributes

Namespace No namespace
Diagram
Attribute tgroup.attributes / @colsAttribute tgroup.attributes / @colsepAttribute tgroup.attributes / @rowsepAttribute tgroup.attributes / @alignAttribute Group univ-attsAttribute dita.tgroup.attributes / @outputclassAttribute Group dita.tgroup.attributes
Used by
Attributes
Source
<xs:attributeGroup name="tgroup.attributes">
  <xs:attribute name="cols" use="required" type="xs:NMTOKEN"/>
  <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:attributeGroup ref="dita.tgroup.attributes"/>
</xs:attributeGroup>

Attribute tgroup.attributes / @cols

Namespace No namespace
Type xs:NMTOKEN
Properties
use: required
Used by
Source
<xs:attribute name="cols" use="required" type="xs:NMTOKEN"/>

Attribute tgroup.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>