Contains an enumeration of the values that may appear in the Position attribute of the Border element.
| Namespace | urn:schemas-microsoft-com:office:spreadsheet | 
| Schema name | XML Spreadsheet 2002 | 
      
<xsd:simpleType name="PositionType" >
  <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>