Compartir a través de


Page_Type complexType (XML de Visio)

Información de tipos

Valor
Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
Archivo de esquema
VisioSchema15-2012-06-05.xsd
Base de extensión
Ninguno

Definición

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

Si el esquema define requisitos específicos, como sequence, minOccurs, maxOccurs y choice, consulte la sección de definición.

Elementos secundarios

Elemento Tipo Descripción
PageSheet
PageSheet_Type
Rel
Rel_Type

Atributos

Atributo Tipo Obligatorio Descripción Posibles valores
AssociatedPage
xsd:unsignedInt
opcional
Valores del tipo xsd:unsignedInt.
Información previa
xsd:boolean
opcional
Valores del tipo xsd:boolean.
BackPage
xsd:unsignedInt
opcional
Valores del tipo xsd:unsignedInt.
Id.
xsd:unsignedInt
necesario
Valores del tipo xsd:unsignedInt.
IsCustomName
xsd:boolean
opcional
Valores del tipo xsd:boolean.
IsCustomNameU
xsd:boolean
opcional
Valores del tipo xsd:boolean.
Nombre
xsd:string
opcional
Valores del tipo xsd:string.
NameU
xsd:string
opcional
Valores del tipo xsd:string.
ReviewerID
xsd:unsignedInt
opcional
Valores del tipo xsd:unsignedInt.
ViewCenterX
xsd:double
opcional
Valores del tipo xsd:double.
ViewCenterY
xsd:double
opcional
Valores del tipo xsd:double.
ViewScale
xsd:double
opcional
Valores del tipo xsd:double.