<xsd:complexType name="stylesElt">
<xsd:annotation>
<xsd:documentation>Defines a collection of styles.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="versionOfBuiltInStylenames" type="decimalNumberProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the version of the built-in style names. If the name of a built-in style changes, this version number is incremented.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="latentStyles" type="latentStylesElt" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents information about latent (not-yet-instantiated built-in) styles.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="style" type="styleElt" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Represents the style definition.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|