<xsd:complexType name="Page_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="PageSheet" type="PageSheet_Type" minOccurs="0" />
<xsd:element name="Shapes" type="Shapes_Type" minOccurs="0" />
<xsd:element name="Connects" type="Connects_Type" minOccurs="0" />
</xsd:choice>
<xsd:attribute name="ID" type="xsd:unsignedLong" />
<xsd:attribute name="Name" type="xsd:string" />
<xsd:attribute name="NameU" type="xsd:string" />
<xsd:attribute name="Background" type="ISOBoolean" />
<xsd:attribute name="BackPage" type="xsd:unsignedLong" />
<xsd:attribute name="ViewScale" type="xsd:float" />
<xsd:attribute name="ViewCenterX" type="xsd:float" />
<xsd:attribute name="ViewCenterY" type="xsd:float" />
<xsd:attribute name="ReviewerID" type="xsd:unsignedLong" />
<xsd:attribute name="AssociatedPage" type="xsd:unsignedLong" />
</xsd:complexType>
|