Definition Type: ComplexType
Name: AlignmentType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Specifies a PivotList specific complex type.
Collapse XSD Schema Diagram:
Drilldown into ReadingOrder in schema excel_xsd Drilldown into Vertical in schema excel_xsd Drilldown into Rotation in schema excel_xsd Drilldown into Horizontal in schema excel_xsdXSD Diagram of AlignmentType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="AlignmentType">
    <xsd:annotation>
        <xsd:documentation>Specifies a PivotList specific complex type.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Horizontal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies the type of horizontal alignment.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="Automatic" />
                    <xsd:enumeration value="Center" />
                    <xsd:enumeration value="Distributed" />
                    <xsd:enumeration value="Justify" />
                    <xsd:enumeration value="Left" />
                    <xsd:enumeration value="Right." />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="Rotation" type="xsd:int" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies that the content is rotated.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Vertical" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies the type of vertical alignment.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="Automatic" />
                    <xsd:enumeration value="Bottom" />
                    <xsd:enumeration value="Center" />
                    <xsd:enumeration value="Distributed" />
                    <xsd:enumeration value="Justify" />
                    <xsd:enumeration value="Top" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="ReadingOrder" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies the direction of text.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="Context" />
                    <xsd:enumeration value="LeftToRight" />
                    <xsd:enumeration value="RightToLeft" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Horizontal x:Horizontal 0 (1)
Rotation x:Rotation 0 (1)
Vertical x:Vertical 0 (1)
ReadingOrder x:ReadingOrder 0 (1)
Collapse Derivation Tree:
Collapse References:
x:Alignment