2.2.12 CT_Borders

Referenced by: CT_Style

An unordered collection of CT_Border elements.

Child Elements:

Border: Specifies a border. There MUST be an element for every value of ST_enmBorderPosition for which the border is present.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="CT_Borders">
   <xs:sequence>
     <xs:element name="Border" minOccurs="0" maxOccurs="4" type="CT_Border"/>
   </xs:sequence>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).