Attribute Group thead.attributes

Namespace No namespace
Diagram
Attribute thead.attributes / @valignAttribute Group univ-attsAttribute dita.thead.attributes / @outputclassAttribute Group dita.thead.attributes
Used by
Attributes
Source
<xs:attributeGroup name="thead.attributes">
  <xs:attribute name="valign">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="top"/>
        <xs:enumeration value="middle"/>
        <xs:enumeration value="bottom"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="dita.thead.attributes"/>
</xs:attributeGroup>

Attribute thead.attributes / @valign

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