Definition Type: ComplexType
Name: Connect_Type
Namespace: http://schemas.microsoft.com/visio/2003/core
Containing Schema: visio.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ToPart in schema visio_xsd Drilldown into ToCell in schema visio_xsd Drilldown into ToSheet in schema visio_xsd Drilldown into FromPart in schema visio_xsd Drilldown into FromCell in schema visio_xsd Drilldown into FromSheet in schema visio_xsdXSD Diagram of Connect_Type in schema visio_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="Connect_Type">
    <xsd:attribute name="FromSheet" type="xsd:unsignedLong" />
    <xsd:attribute name="FromCell" type="xsd:string" />
    <xsd:attribute name="FromPart" type="xsd:int" />
    <xsd:attribute name="ToSheet" type="xsd:unsignedLong" />
    <xsd:attribute name="ToCell" type="xsd:string" />
    <xsd:attribute name="ToPart" type="xsd:int" />
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
FromSheet nsA:FromSheet (Optional)
FromCell nsA:FromCell (Optional)
FromPart nsA:FromPart (Optional)
ToSheet nsA:ToSheet (Optional)
ToCell nsA:ToCell (Optional)
ToPart nsA:ToPart (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:Connect