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