<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

<docDefaults> (Document Default Paragraph and Run Properties)

§2.7.4.1

<latentStyles> (Latent Style Information)

§2.7.3.5

<style> (Style Definition)

§2.7.3.17

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>