Compartilhar via


Window_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="Window_Type">
          
          <xs:sequence>
    <xs:element name="StencilGroup"  type="StencilGroup_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="StencilGroupPos"  type="StencilGroupPos_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="ShowRulers"  type="ShowRulers_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="ShowGrid"  type="ShowGrid_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="ShowPageBreaks"  type="ShowPageBreaks_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="ShowGuides"  type="ShowGuides_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="ShowConnectionPoints"  type="ShowConnectionPoints_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="GlueSettings"  type="GlueSettings_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="SnapSettings"  type="SnapSettings_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="SnapExtensions"  type="SnapExtensions_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="SnapAngles"  type="SnapAngles_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="DynamicGridEnabled"  type="DynamicGridEnabled_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="TabSplitterPos"  type="TabSplitterPos_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
      </xs:sequence>
    <xs:attribute name="ID"
  type="xsd:unsignedInt"
     use="required"
    />
    <xs:attribute name="WindowType"
  type="xsd:token"
     use="required"
    />
    <xs:attribute name="WindowState"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="Document"
  type="xsd:string"
    />
    <xs:attribute name="WindowLeft"
  type="xsd:short"
    />
    <xs:attribute name="WindowTop"
  type="xsd:short"
    />
    <xs:attribute name="WindowWidth"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="WindowHeight"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="Master"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="ContainerType"
  type="xsd:token"
    />
    <xs:attribute name="Container"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="Sheet"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="ReadOnly"
  type="xsd:boolean"
    />
    <xs:attribute name="ParentWindow"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="Page"
  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: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
DynamicGridEnabled
DynamicGridEnabled_Type
GlueSettings
GlueSettings_Type
ShowConnectionPoints
ShowConnectionPoints_Type
ShowGrid
ShowGrid_Type
ShowGuides
ShowGuides_Type
ShowPageBreaks
ShowPageBreaks_Type
ShowRulers
ShowRulers_Type
SnapAngles
SnapAngles_Type
SnapExtensions
SnapExtensions_Type
SnapSettings
SnapSettings_Type
StencilGroup
StencilGroup_Type
StencilGroupPos
StencilGroupPos_Type
TabSplitterPos
TabSplitterPos_Type

Atributos

Atributo Tipo Obrigatório Descrição Valores possíveis
Contêiner
xsd:unsignedInt
opcional
Valores do tipo xsd:unsignedInt.
ContainerType
xsd:token
opcional
Valores do tipo xsd:token.
Documento
xsd:string
opcional
Valores do tipo xsd:string.
ID
xsd:unsignedInt
obrigatório
Valores do tipo xsd:unsignedInt.
Mestre
xsd:unsignedInt
opcional
Valores do tipo xsd:unsignedInt.
Page
xsd:unsignedInt
opcional
Valores do tipo xsd:unsignedInt.
ParentWindow
xsd:unsignedInt
opcional
Valores do tipo xsd:unsignedInt.
ReadOnly
xsd:boolean
opcional
Valores do tipo xsd:boolean.
Planilha
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.
WindowHeight
xsd:unsignedInt
opcional
Valores do tipo xsd:unsignedInt.
WindowLeft
xsd:short
opcional
Valores do tipo xsd:short.
WindowState
xsd:unsignedInt
opcional
Valores do tipo xsd:unsignedInt.
WindowTop
xsd:short
opcional
Valores do tipo xsd:short.
WindowType
xsd:token
obrigatório
Valores do tipo xsd:token.
WindowWidth
xsd:unsignedInt
opcional
Valores do tipo xsd:unsignedInt.