Connect_Type complexType (Visio XML)
Type information
Value | |
---|---|
Namespace |
http://schemas.microsoft.com/office/visio/2011/1/core |
Schema file |
VisioSchema15-2012-06-05.xsd |
Extension base |
None |
Definition
<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>
Elements and attributes
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. |