<xsd:complexType name="pBdrElt">
<xsd:annotation>
<xsd:documentation>Defines a paragraph border.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="top" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents top border.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="left" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents left border.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="bottom" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents bottom border.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="right" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents right border.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="between" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents between border.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="bar" type="borderProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents bar border.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|