<xsd:complexType name="CT_Div">
<xsd:sequence>
<xsd:element name="blockQuote" type="CT_OnOff" minOccurs="0"/>
<xsd:element name="bodyDiv" type="CT_OnOff" minOccurs="0"/>
<xsd:element name="marLeft" type="CT_SignedTwipsMeasure"/>
<xsd:element name="marRight" type="CT_SignedTwipsMeasure"/>
<xsd:element name="marTop" type="CT_SignedTwipsMeasure"/>
<xsd:element name="marBottom" type="CT_SignedTwipsMeasure"/>
<xsd:element name="divBdr" type="CT_DivBdr" minOccurs="0"/>
<xsd:element name="divsChild" type="CT_Divs" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="id" type="ST_DecimalNumber" use="required"/>
</xsd:complexType> |