Connect element (Connects_Type complexType) ('Visio XML')
Last modified: March 09, 2015
Applies to: Office 2013 | Office 365 | Visio 2013
In this article
Element information
Definition
Elements and attributes
Represents a connection between two shapes in a drawing, such as a line and a box in an organization chart.
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
|
Element |
Type |
Description |
|---|---|---|
|
Contains a Connect element for each connection between two shapes in a drawing. |
Child elements
None.
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
FromCell |
xsd:string |
optional |
The cell from which a connection originates. |
Values of the xsd:string type. |
|
FromPart |
xsd:int |
optional |
The part of a shape from which a connection originates. |
Values of the xsd:int type. |
|
FromSheet |
xsd:unsignedInt |
required |
The ID of the shape from which a connection or connections originate. |
Values of the xsd:unsignedInt type. |
|
ToCell |
xsd:string |
optional |
The cell to which a connection is made. |
Values of the xsd:string type. |
|
ToPart |
xsd:int |
optional |
The part of a shape to which a connection is made. |
Values of the xsd:Int type. |
|
ToSheet |
xsd:unsignedInt |
required |
The ID of the shape to which one or more connections are made. |
Values of the xsd:unsignedInt type. |