Definition Type: ComplexType
Name: CT_Connector
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-slide.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema pml-slide_xsd Drilldown into style in schema pml-slide_xsd Drilldown into spPr in schema pml-slide_xsd Drilldown into nvCxnSpPr in schema pml-slide_xsdXSD Diagram of CT_Connector in schema pml-slide_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>Shape Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="style" type="a:CT_ShapeStyle" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Connector Shape Style</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" type="CT_ExtensionListModify" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
nvCxnSpPr p:nvCxnSpPr 1 1
spPr p:spPr 1 1
style p:style 0 1
extLst p:extLst 0 1
Collapse Derivation Tree:
Collapse References:
p:cxnSp