<xsd:complexType name="bordersElt">
<xsd:annotation>
<xsd:documentation>Defines borders.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="top" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the top border.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="left" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the left border.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="bottom" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the bottom border.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="right" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the right border.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="between" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the interior border that subdivides sections within the outer four borders.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="bar" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|