Definition Type: Attribute
Name: align
Namespace: http://www.w3.org/1999/xhtml
Type: token:http://www.w3.org/2001/XMLSchema
Containing Schema: xhtml1-strict.xsd
ContentType Restriction
Use (Optional)
Collapse XSD Schema Diagram:
XSD Diagram of align in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration left
Enumeration center
Enumeration right
Enumeration justify
Enumeration char