Definition Type: SimpleType
Name: TotalAlignmentType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Documentation:
Specifies the horizontal alignment of a total.
Collapse XSD Schema Diagram:
XSD Diagram of TotalAlignmentType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="TotalAlignmentType">
    <xsd:annotation>
        <xsd:documentation>Specifies the horizontal alignment of a total.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="Automatic" />
        <xsd:enumeration value="Center" />
        <xsd:enumeration value="Left" />
        <xsd:enumeration value="Right" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Automatic
Enumeration Center
Enumeration Left
Enumeration Right
Collapse Derivation Tree:
Collapse References:
x:TotalAlignment