complexType AlignmentType

complexType {urn:schemas-microsoft-com:office:excel}AlignmentType

Abstractfalse (This can be used in an instance)
Target Namespaceurn:schemas-microsoft-com:office:excel
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:rs=urn:schemas-microsoft-com:rowset
xmlns:s=uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882
xmlns=urn:schemas-microsoft-com:office:excel


Source

<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>


Documentation

Specifies a PivotList specific complex type.


complexType AlignmentType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.