CT_DivBdr

Complex Type Information

Model

Children: bottom, left, right, top

Used By

Element CT_Div/divBdr

Source

<xsd:complexType name="CT_DivBdr">
  <xsd:sequence>
    <xsd:element name="top" type="CT_Border" minOccurs="0"/>
    <xsd:element name="left" type="CT_Border" minOccurs="0"/>
    <xsd:element name="bottom" type="CT_Border" minOccurs="0"/>
    <xsd:element name="right" type="CT_Border" minOccurs="0"/>
  </xsd:sequence>
</xsd:complexType>