bordersElt complexType

Defines borders.

Type Information

Namespace http://schemas.microsoft.com/office/word/2003/auxHint
Schema name Auxiliary XML Document 2003

Elements and Attributes

Child Elements

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.

Attributes

None.

Definition

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


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp