Definition Type: ComplexType
Name: CT_TwoCellAnchor
Namespace: http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
Containing Schema: dml-spreadsheetDrawing.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into clientData in schema dml-spreadsheetdrawing_xsd Drilldown into pic in schema dml-spreadsheetdrawing_xsd Drilldown into cxnSp in schema dml-spreadsheetdrawing_xsd Drilldown into graphicFrame in schema dml-spreadsheetdrawing_xsd Drilldown into grpSp in schema dml-spreadsheetdrawing_xsd Drilldown into sp in schema dml-spreadsheetdrawing_xsd Drilldown into EG_ObjectChoices in schema dml-spreadsheetdrawing_xsd Drilldown into to in schema dml-spreadsheetdrawing_xsd Drilldown into from in schema dml-spreadsheetdrawing_xsd Drilldown into editAs in schema dml-spreadsheetdrawing_xsdXSD Diagram of CT_TwoCellAnchor in schema dml-spreadsheetdrawing_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TwoCellAnchor">
    <xsd:sequence>
        <xsd:element name="from" type="CT_Marker">
            <xsd:annotation>
                <xsd:documentation>Starting Anchor Point</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="to" type="CT_Marker">
            <xsd:annotation>
                <xsd:documentation>Ending Anchor Point</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="EG_ObjectChoices" />
        <xsd:element name="clientData" type="CT_AnchorClientData" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Client Data</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="editAs" type="ST_EditAs" use="optional" default="twoCell">
        <xsd:annotation>
            <xsd:documentation>Positioning and Resizing Behaviors</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
from nsF:from (1) (1)
to nsF:to (1) (1)
sp nsF:sp (1) (1)
grpSp nsF:grpSp (1) (1)
graphicFrame nsF:graphicFrame (1) (1)
cxnSp nsF:cxnSp (1) (1)
pic nsF:pic (1) (1)
clientData nsF:clientData 1 1
<xs:group> nsF:EG_ObjectChoices (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
editAs nsF:editAs twoCell Optional
Collapse Derivation Tree:
Collapse References:
nsF:twoCellAnchor