Definition Type: AttributeGroup
Name: cellvalign
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Documentation:
vertical alignment attributes for cell contents
Collapse XSD Schema Diagram:
Drilldown into valign in schema xhtml1-strict_xsdXSD Diagram of cellvalign in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:attributeGroup name="cellvalign">
    <xs:annotation>
        <xs:documentation>
      vertical alignment attributes for cell contents
      </xs:documentation>
    </xs:annotation>
    <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="baseline" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
valign nsA:valign (Optional)