Definition Type: ComplexType
Name: CT_ConnectionSite
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-shapeGeometry.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into pos in schema dml-shapegeometry_xsd Drilldown into ang in schema dml-shapegeometry_xsdXSD Diagram of CT_ConnectionSite in schema dml-shapegeometry_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_ConnectionSite">
    <xsd:sequence>
        <xsd:element name="pos" type="CT_AdjPoint2D" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Position</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="ang" type="ST_AdjAngle" use="required">
        <xsd:annotation>
            <xsd:documentation>Connection Site Angle</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
pos a:pos 1 1
Collapse Child Attributes:
Name Type Default Value Use
ang a:ang Required
Collapse Derivation Tree:
  • CT_ConnectionSite
Collapse References:
a:cxn