Window 要素 (Windows_Type complexType) (Visio XML)
- [アーティクル]
-
-
Microsoft Visio インスタンスで開いているウィンドウを表します。 この要素には、Visio でファイルを最初に開いたときにアプリケーション ワークスペースでユーザー インターフェイス ウィンドウを正確に再作成するために必要な情報が含まれています。
|
値 |
要素の種類
|
Window_Type
|
Namespace
|
http://schemas.microsoft.com/office/visio/2012/main
|
スキーマ ファイル
|
VisioSchema15.xsd
|
ドキュメント パーツ
|
windows.xml
|
定義
< xs:element name="Window" type="Window_Type" minOccurs="0" maxOccurs="unbounded" >
</xs:element >
要素と属性
スキーマで sequence、minOccurs、maxOccurs、choice などの具体的な要件が定義されている場合は、定義のセクションを参照してください。
親要素
子要素
属性
属性 |
型 |
必須 |
説明 |
可能な値 |
Container
|
xsd:unsignedInt
|
省略可能
|
コンテナーの ID: Page、Sheet、Master など。
ContainerType が指定されている場合にのみ該当し、必要になります。 |
xsd:unsignedInt 型の値。 |
ContainerType
|
xsd:token
|
省略可能
|
次のいずれかの値になります: Document、Page、Master。
WindowType が Drawing または Sheet として指定されている場合にのみ該当します。 |
xsd:token 型の値。 |
Document
|
xsd:string
|
省略可能
|
このウィンドウに表示されるドキュメントのファイル パス。 |
xsd:string 型の値。 |
ID
|
xsd:unsignedInt
|
必須
|
親要素内の要素の一意の ID です。 |
xsd:unsignedInt 型の値。 |
Master
|
xsd:unsignedInt
|
省略可能
|
このウィンドウにマスターが表示されている場合は、マスター ID です。 |
xsd:unsignedInt 型の値。 |
Page
|
xsd:unsignedInt
|
省略可能
|
このウィンドウにページが表示されている場合は、ページ ID です。
WindowType が Drawing として指定され、ContainerType が Page として指定されている場合にのみ該当します。 |
xsd:unsignedInt 型の値。 |
ParentWindow
|
xsd:unsignedInt
|
省略可能
|
このステンシル ウィンドウが含まれるウィンドウの ID です。
WindowType が Stencil として指定されている場合にのみ該当します。 |
xsd:unsignedInt 型の値。 |
ReadOnly
|
xsd:boolean
|
省略可能
|
このステンシルがドキュメント ステンシルではない場合は、読み取り専用フラグです。 |
xsd:boolean 型の値。 |
Sheet
|
xsd:unsignedInt
|
省略可能
|
コンテナー内のシートの ID です。 Container が Sheet として指定されている場合にのみ該当します。 |
xsd:unsignedInt 型の値。 |
ViewCenterX
|
xsd:double
|
省略可能
|
ViewCenterX および ViewCenterY では、新しいビュー (ウィンドウ) が最初に開いたときに想定されるページ上の中心点を指定します。 |
xsd:double 型の値。 |
ViewCenterY
|
xsd:double
|
省略可能
|
ViewCenterX および ViewCenterY では、新しいビュー (ウィンドウ) が最初に開いたときに想定されるページ上の中心点を指定します。 |
xsd:double 型の値。 |
ViewScale
|
xsd:double
|
省略可能
|
ページの新しいビュー (ウィンドウ) を開くときに使用する既定の拡大率です。 たとえば、1 = 100%、1.5 = 150% などです。 |
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
|
必須
|
列挙値には、次のいずれかを指定できます。Drawing、Sheet、Stencil、Icon。 |
xsd:token 型の値。 |
WindowWidth
|
xsd:unsignedInt
|
省略可能
|
ウィンドウの四角形の幅です。 |
xsd:unsignedInt 型の値。 |