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 などの具体的な要件が定義されている場合は、定義のセクションを参照してください。
子要素
属性
属性 |
型 |
必須 |
説明 |
可能な値 |
Container
|
xsd:unsignedInt
|
省略可能
|
|
xsd:unsignedInt 型の値。 |
ContainerType
|
xsd:token
|
省略可能
|
|
xsd:token 型の値。 |
Document
|
xsd:string
|
省略可能
|
|
xsd:string 型の値。 |
ID
|
xsd:unsignedInt
|
必須
|
|
xsd:unsignedInt 型の値。 |
Master
|
xsd:unsignedInt
|
省略可能
|
|
xsd:unsignedInt 型の値。 |
Page
|
xsd:unsignedInt
|
省略可能
|
|
xsd:unsignedInt 型の値。 |
ParentWindow
|
xsd:unsignedInt
|
省略可能
|
|
xsd:unsignedInt 型の値。 |
ReadOnly
|
xsd:boolean
|
省略可能
|
|
xsd:boolean 型の値。 |
Sheet
|
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 型の値。 |