Window_Type complexType (Visio XML)
|
值 |
Namespace
|
http://schemas.microsoft.com/office/visio/2011/1/core
|
架構檔案
|
VisioSchema15-2012-06-05.xsd
|
延伸模組基底
|
無
|
定義
<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>
項目和屬性
如果架構定義特定需求,例如 sequence、 minOccurs、 maxOccurs 和 choice,請參閱定義一節。
子元素
屬性
屬性 |
類型 |
Required |
描述 |
可能值 |
容器
|
xsd:unsignedInt
|
選用
|
|
xsd:unsignedInt 類型的值。 |
ContainerType
|
xsd:token
|
選用
|
|
xsd:token 類型的值。 |
Document
|
xsd:string
|
選用
|
|
xsd:string 類型的值。 |
識別碼
|
xsd:unsignedInt
|
必要
|
|
xsd:unsignedInt 類型的值。 |
主圖形
|
xsd:unsignedInt
|
選用
|
|
xsd:unsignedInt 類型的值。 |
頁面
|
xsd:unsignedInt
|
選用
|
|
xsd:unsignedInt 類型的值。 |
ParentWindow
|
xsd:unsignedInt
|
選用
|
|
xsd:unsignedInt 類型的值。 |
ReadOnly
|
xsd:boolean
|
選用
|
|
xsd:boolean 類型的值。 |
工作表
|
xsd:unsignedInt
|
選用
|
|
xsd:unsignedInt 類型的值。 |
ViewCenterX
|
xsd:double
|
選用
|
|
xsd:double 類型的值。 |
ViewCenterY
|
xsd:double
|
選用
|
|
xsd:double 類型的值。 |
ViewScale
|
xsd:double
|
選用
|
|
xsd:double 類型的值。 |
WindowHeight
|
xsd:unsignedInt
|
選用
|
|
xsd:unsignedInt 類型的值。 |
WindowLeft
|
xsd:short
|
選用
|
|
xsd:short 類型的值。 |
WindowState
|
xsd:unsignedInt
|
選用
|
|
xsd:unsignedInt 類型的值。 |
WindowTop
|
xsd:short
|
選用
|
|
xsd:short 類型的值。 |
WindowType
|
xsd:token
|
必要
|
|
xsd:token 類型的值。 |
WindowWidth
|
xsd:unsignedInt
|
選用
|
|
xsd:unsignedInt 類型的值。 |