Definition Type: ComplexType
Name: CT_GraphicFrame
Namespace: http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
Containing Schema: dml-chartDrawing.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into graphic in schema dml-graphicalobject_xsd Drilldown into xfrm in schema dml-chartdrawing_xsd Drilldown into nvGraphicFramePr in schema dml-chartdrawing_xsd Drilldown into fPublished in schema dml-chartdrawing_xsd Drilldown into macro in schema dml-chartdrawing_xsdXSD Diagram of CT_GraphicFrame in schema dml-chartdrawing_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_GraphicFrame">
    <xsd:sequence>
        <xsd:element name="nvGraphicFramePr" type="CT_GraphicFrameNonVisual" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Non-Visual Graphic Frame Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="xfrm" type="a:CT_Transform2D" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Graphic Frame Transform</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="a:graphic" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Graphical Object</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </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</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
nvGraphicFramePr cdr:nvGraphicFramePr 1 1
xfrm cdr:xfrm 1 1
graphic a:graphic 1 1
Collapse Child Attributes:
Name Type Default Value Use
macro cdr:macro Optional
fPublished cdr:fPublished false Optional
Collapse Derivation Tree:
Collapse References:
cdr:graphicFrame, cdr:graphicFrame