Connect 元素 (Connects_Type complexType) (Visio XML)
表示绘图中的两个形状间的连接,如组织结构图中的线和框。
元素信息
值 | |
---|---|
元素类型 |
Connect_Type |
命名空间 |
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 |
包含一个 Connect 元素,用于绘图中两个形状之间的每个连接。 |
子元素
无。
Attributes
属性 | 类型 | 必需 | 说明 | 可能的值 |
---|---|---|---|---|
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 |
必需 |
要建立一个或多个连接的形状的 ID。 | xsd:unsignedInt 类型的值。 |