Page_Type complexType ('Visio XML')

Office 2013 and later

Last modified: March 09, 2015

Applies to: Office 2013 | Office 365 | Visio 2013

In this article
Type information
Definition
Elements and attributes

Namespace

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

Schema file

VisioSchema15-2012-06-05.xsd

Extension base

None


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

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Child elements

Element

Type

Description

PageSheet

PageSheet_Type

Rel

Rel_Type

Attributes

Attribute

Type

Required

Description

Possible values

AssociatedPage

xsd:unsignedInt

optional

Values of the xsd:unsignedInt type.

Background

xsd:boolean

optional

Values of the xsd:boolean type.

BackPage

xsd:unsignedInt

optional

Values of the xsd:unsignedInt type.

ID

xsd:unsignedInt

required

Values of the xsd:unsignedInt type.

IsCustomName

xsd:boolean

optional

Values of the xsd:boolean type.

IsCustomNameU

xsd:boolean

optional

Values of the xsd:boolean type.

Name

xsd:string

optional

Values of the xsd:string type.

NameU

xsd:string

optional

Values of the xsd:string type.

ReviewerID

xsd:unsignedInt

optional

Values of the xsd:unsignedInt type.

ViewCenterX

xsd:double

optional

Values of the xsd:double type.

ViewCenterY

xsd:double

optional

Values of the xsd:double type.

ViewScale

xsd:double

optional

Values of the xsd:double type.

Show: