2.3.4.2.65 Page_Type

Target namespace: http://schemas.microsoft.com/office/visio/2011/1/core

Referenced by: Pages_Type

A complex type that specifies a drawing page.

Child Elements:

PageSheet: A PageSheet_Type element that specifies the properties of a drawing page. There MUST be exactly one occurrence of this child element.

Rel: A Rel_Type element that specifies a relationship to the corresponding Page XML part.

Attributes:

ID: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the unique one-based index of the drawing page. It MUST be unique amongst all the Page Type child elements of the containing Pages Type.

Name: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the language-dependent name of a drawing page.

NameU: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the language-independent name of a drawing page.

IsCustomName: An xsd:boolean ([XMLSCHEMA2] section 3.2.2) attribute that is unused and MUST be ignored.

IsCustomNameU: An xsd:boolean ([XMLSCHEMA2] section 3.2.2) attribute that is unused and MUST be ignored.

Background: An xsd:boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies whether the current page can be used as a background. It MUST be equal to zero or one. 

BackPage: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the background page of the current drawing page.  It MUST be equal to the ID attribute of a Page_Type element that has a Background attribute value of TRUE.

ViewScale: An xsd:double ([XMLSCHEMA2] section 3.2.5) attribute that is unused and MUST be ignored.

ViewCenterX: An xsd:double ([XMLSCHEMA2] section 3.2.5) attribute that is unused and MUST be ignored.

ViewCenterY: An xsd:double ([XMLSCHEMA2] section 3.2.5) attribute that is unused and MUST be ignored.

ReviewerID: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies that the PageSheet values and any associated PageContents are unused and MUST be ignored.

AssociatedPage: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that is unused and MUST be ignored.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="Page_Type">
   <xsd:all>
     <xsd:element name="PageSheet" type="PageSheet_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="Rel" type="Rel_Type" minOccurs="1" maxOccurs="1"/>
   </xsd:all>
   <xsd:attribute name="ID" type="xsd:unsignedInt" use="required"/>
   <xsd:attribute name="Name" type="xsd:string"/>
   <xsd:attribute name="NameU" type="xsd:string"/>
   <xsd:attribute name="IsCustomName" type="xsd:boolean"/>
   <xsd:attribute name="IsCustomNameU" type="xsd:boolean"/>
   <xsd:attribute name="Background" type="xsd:boolean"/>
   <xsd:attribute name="BackPage" type="xsd:unsignedInt"/>
   <xsd:attribute name="ViewScale" type="xsd:double"/>
   <xsd:attribute name="ViewCenterX" type="xsd:double"/>
   <xsd:attribute name="ViewCenterY" type="xsd:double"/>
   <xsd:attribute name="ReviewerID" type="xsd:unsignedInt"/>
   <xsd:attribute name="AssociatedPage" type="xsd:unsignedInt"/>
 </xsd:complexType>