<xsd:simpleType name="PositionType">
<xsd:annotation>
<xsd:documentation>Contains an enumeration of the values that may appear in the Position attribute of the Border element.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Left" />
<xsd:enumeration value="Top" />
<xsd:enumeration value="Right" />
<xsd:enumeration value="Bottom" />
<xsd:enumeration value="DiagonalLeft" />
<xsd:enumeration value="DiagonalRight" />
</xsd:restriction>
</xsd:simpleType>
|