CT_GraphicFrame

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
fPublished xsd:boolean false optional
macro xsd:string optional

Used By

Source

<xsd:complexType name="CT_GraphicFrame">
  <xsd:sequence>
    <xsd:element name="nvGraphicFramePr" type="CT_GraphicFrameNonVisual" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="xfrm" type="a:CT_Transform2D" minOccurs="1" maxOccurs="1"/>
    <xsd:element ref="a:graphic" minOccurs="1" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="macro" type="xsd:string" use="optional"/>
  <xsd:attribute name="fPublished" type="xsd:boolean" use="optional" default="false"/>
</xsd:complexType>