Definition Type: ComplexType
Name: CT_Connector
Namespace: http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
Containing Schema: dml-spreadsheetDrawing.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into style in schema dml-spreadsheetdrawing_xsd Drilldown into spPr in schema dml-spreadsheetdrawing_xsd Drilldown into nvCxnSpPr in schema dml-spreadsheetdrawing_xsd Drilldown into fPublished in schema dml-spreadsheetdrawing_xsd Drilldown into macro in schema dml-spreadsheetdrawing_xsdXSD Diagram of CT_Connector in schema dml-spreadsheetdrawing_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Connector">
    <xsd:sequence>
        <xsd:element name="nvCxnSpPr" type="CT_ConnectorNonVisual" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Non-Visual Properties for a Connection Shape</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Connector Shape Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="style" type="a:CT_ShapeStyle" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
    <xsd:attribute name="macro" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Reference to Custom Function</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="fPublished" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Publish to Server Flag</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
nvCxnSpPr nsF:nvCxnSpPr 1 1
spPr nsF:spPr 1 1
style nsF:style 0 1
Collapse Child Attributes:
Name Type Default Value Use
macro nsF:macro Optional
fPublished nsF:fPublished false Optional
Collapse Derivation Tree:
Collapse References:
nsF:cxnSp, nsF:cxnSp