Connect_Type complexType ('Visio XML')
Last modified: March 09, 2015
Applies to: Office 2013 | Office 365 | Visio 2013
In this article
Type information
Definition
Elements and attributes
<xs:complexType name="Connect_Type">
<xs:attribute name="FromSheet"
type="xsd:unsignedInt"
use="required"
/>
<xs:attribute name="FromCell"
type="xsd:string"
/>
<xs:attribute name="FromPart"
type="xsd:int"
/>
<xs:attribute name="ToSheet"
type="xsd:unsignedInt"
use="required"
/>
<xs:attribute name="ToCell"
type="xsd:string"
/>
<xs:attribute name="ToPart"
type="xsd:int"
/>
</xs:complexType>
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
None.
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
FromCell |
xsd:string |
optional |
|
Values of the xsd:string type. |
|
FromPart |
xsd:int |
optional |
|
Values of the xsd:int type. |
|
FromSheet |
xsd:unsignedInt |
required |
|
Values of the xsd:unsignedInt type. |
|
ToCell |
xsd:string |
optional |
|
Values of the xsd:string type. |
|
ToPart |
xsd:int |
optional |
|
Values of the xsd:int type. |
|
ToSheet |
xsd:unsignedInt |
required |
|
Values of the xsd:unsignedInt type. |