<styles>
(Style Definitions)
This element specifies all of the style information stored in the WordprocessingML document: style definitions as well as latent style information.
example:
Parent Elements |
---|
Root element of WordprocessingML Style Definitions part |
Child Elements |
Subclause |
---|---|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Styles">
<sequence>
<element name="docDefaults" type="CT_DocDefaults" minOccurs="0"/>
<element name="latentStyles" type="CT_LatentStyles" minOccurs="0" maxOccurs="1"/>
<element name="style" type="CT_Style" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>