Defines borders.
| Namespace | http://schemas.microsoft.com/office/word/2003/auxHint | 
| Schema name | Auxiliary XML Document 2003 | 
| Element | Description | 
|---|---|
| top | Represents the top border. | 
| left | Represents the left border. | 
| bottom | Represents the bottom border. | 
| right | Represents the right border. | 
| between | Represents the interior border that subdivides sections within the outer four borders. | 
| bar | Not used by Microsoft Office Word 2003. | 
None.
      
<xsd:complexType name="bordersElt" >
  <xsd:sequence>
    <xsd:element name="top" type="borderProperty" minOccurs="0">
    </xsd:element>
    <xsd:element name="left" type="borderProperty" minOccurs="0">
    </xsd:element>
    <xsd:element name="bottom" type="borderProperty" minOccurs="0">
    </xsd:element>
    <xsd:element name="right" type="borderProperty" minOccurs="0">
    </xsd:element>
    <xsd:element name="between" type="borderProperty" minOccurs="0">
    </xsd:element>
    <xsd:element name="bar" type="borderProperty" minOccurs="0">
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>