CT_Shape

Complex Type Information

Model

Children: nvSpPr, spPr, style, txBody

Attributes

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

Used By

Source

<xsd:complexType name="CT_Shape">
  <xsd:sequence>
    <xsd:element name="nvSpPr" type="CT_ShapeNonVisual" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="style" type="a:CT_ShapeStyle" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="txBody" type="a:CT_TextBody" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="macro" type="xsd:string" use="optional"/>
  <xsd:attribute name="textlink" type="xsd:string" use="optional"/>
  <xsd:attribute name="fLocksText" type="xsd:boolean" use="optional" default="true"/>
  <xsd:attribute name="fPublished" type="xsd:boolean" use="optional" default="false"/>
</xsd:complexType>