Connect 要素 (Connects_Type complexType) (Visio XML)
組織図の線やボックスなど、図面内の 2 つの図形の接続を表します。
要素の情報
値 | |
---|---|
要素の種類 |
Connect_Type |
Namespace |
http://schemas.microsoft.com/office/visio/2012/main |
スキーマ ファイル |
VisioSchema15.xsd |
ドキュメント パーツ |
page#.xml, master#.xml |
定義
< xs:element name="Connect" type="Connect_Type" minOccurs="0" maxOccurs="unbounded" >
</xs:element >
要素と属性
スキーマで sequence、minOccurs、maxOccurs、choice などの具体的な要件が定義されている場合は、定義のセクションを参照してください。
親要素
要素 | 型 | 説明 |
---|---|---|
Connects |
Connects_Type |
図面内の 2 つの図形間の接続ごとに Connect 要素が含まれます。 |
子要素
なし。
属性
属性 | 型 | 必須 | 説明 | 可能な値 |
---|---|---|---|---|
FromCell |
xsd:string |
省略可能 |
接続の開始元のセル。 | xsd:string 型の値。 |
FromPart |
xsd:int |
省略可能 |
接続の起点となる図形の部分。 | xsd:int 型の値。 |
FromSheet |
xsd:unsignedInt |
必須 |
接続または接続の発信元の図形の ID。 | xsd:unsignedInt 型の値。 |
ToCell |
xsd:string |
省略可能 |
接続が行われるセル。 | xsd:string 型の値。 |
ToPart |
xsd:int |
省略可能 |
接続が行われる図形の部分。 | xsd:Int 型の値。 |
ToSheet |
xsd:unsignedInt |
必須 |
1 つ以上の接続が行われる図形の ID。 | xsd:unsignedInt 型の値。 |