Definition Type: AttributeGroup
Name: cellhalign
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Documentation:
horizontal alignment attributes for cell contents char alignment char, e.g. char=':' charoff offset for alignment char
Collapse XSD Schema Diagram:
Drilldown into charoff in schema xhtml1-strict_xsd Drilldown into char in schema xhtml1-strict_xsd Drilldown into align in schema xhtml1-strict_xsdXSD Diagram of cellhalign in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:attributeGroup name="cellhalign">
    <xs:annotation>
        <xs:documentation>
      horizontal alignment attributes for cell contents

      char        alignment char, e.g. char=':'
      charoff     offset for alignment char
      </xs:documentation>
    </xs:annotation>
    <xs:attribute name="align">
        <xs:simpleType>
            <xs:restriction base="xs:token">
                <xs:enumeration value="left" />
                <xs:enumeration value="center" />
                <xs:enumeration value="right" />
                <xs:enumeration value="justify" />
                <xs:enumeration value="char" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="char" type="Character" />
    <xs:attribute name="charoff" type="Length" />
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
align nsA:align (Optional)
char nsA:char (Optional)
charoff nsA:charoff (Optional)