Compartilhar via


Page_Type complexType (Visio XML)

Informação de tipo

Valor
Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
Arquivo de esquema
VisioSchema15-2012-06-05.xsd
Base da extensão
Nenhum

Definição

          <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>
      

Elementos e atributos

Se o esquema definir requisitos específicos, como sequence, minOccurs,maxOccurs e choice, confira a seção de definição.

Elementos filho

Elemento Tipo Descrição
PageSheet
PageSheet_Type
Rel
Rel_Type

Atributos

Atributo Tipo Obrigatório Descrição Valores possíveis
AssociatedPage
xsd:unsignedInt
opcional
Valores do tipo xsd:unsignedInt.
Background
xsd:boolean
opcional
Valores do tipo xsd:boolean.
BackPage
xsd:unsignedInt
opcional
Valores do tipo xsd:unsignedInt.
ID
xsd:unsignedInt
obrigatório
Valores do tipo xsd:unsignedInt.
IsCustomName
xsd:boolean
opcional
Valores do tipo xsd:boolean.
IsCustomNameU
xsd:boolean
opcional
Valores do tipo xsd:boolean.
Name
xsd:string
opcional
Valores do tipo xsd:string.
NameU
xsd:string
opcional
Valores do tipo xsd:string.
ReviewerID
xsd:unsignedInt
opcional
Valores do tipo xsd:unsignedInt.
ViewCenterX
xsd:double
opcional
Valores do tipo xsd:double.
ViewCenterY
xsd:double
opcional
Valores do tipo xsd:double.
ViewScale
xsd:double
opcional
Valores do tipo xsd:double.