<xsd:complexType name="CT_PageNumber">
<xsd:attribute name="fmt" type="ST_NumberFormat" use="optional">
<xsd:annotation>
<xsd:documentation>Page Number Format</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="start" type="ST_DecimalNumber" use="optional">
<xsd:annotation>
<xsd:documentation>Starting Page Number</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="chapStyle" type="ST_DecimalNumber" use="optional">
<xsd:annotation>
<xsd:documentation>Chapter Heading Style</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="chapSep" type="ST_ChapterSep" use="optional">
<xsd:annotation>
<xsd:documentation>Chapter Separator Character</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|