<xsd:complexType name="divElt">
<xsd:annotation>
<xsd:documentation>Defines a DIV element.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="blockQuote" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether this DIV element is a BlockQuote.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="bodyDiv" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether this is a body DIV element or not.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="marLeft" type="signedTwipsMeasureProperty">
<xsd:annotation>
<xsd:documentation>Specifies the left margin of the DIV element.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="marRight" type="signedTwipsMeasureProperty">
<xsd:annotation>
<xsd:documentation>Specifies the right margin of the DIV element.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="marTop" type="signedTwipsMeasureProperty">
<xsd:annotation>
<xsd:documentation>Specifies the top margin of the DIV element.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="marBottom" type="signedTwipsMeasureProperty">
<xsd:annotation>
<xsd:documentation>Specifies the bottom margin of the DIV element.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="divBdr" type="divBdrElt" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the styles of the DIV element's borders.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="divsChild" type="divsElt" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Represents the child DIV elements of the current DIV element.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="decimalNumberType" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets the unique identifying number used for this DIV element.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|