<xsd:complexType name="CT_Break">
<xsd:attribute name="id" type="xsd:unsignedInt" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="min" type="xsd:unsignedInt" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Minimum</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="max" type="xsd:unsignedInt" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Maximum</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="man" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Manual Page Break</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="pt" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Pivot-Created Page Break</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|