CT_Shape

Complex Type Information

Model

Children: adjLst, extLst

Attributes

QName Type Fixed Default Use Inheritable Annotation
blip ST_RelationshipId optional
blipPhldr xsd:boolean false optional
hideGeom xsd:boolean false optional
lkTxEntry xsd:boolean false optional
rot xsd:double 0 optional
type ST_LayoutShapeType none optional
zOrderOff xsd:int 0 optional

Used By

Source

<xsd:complexType name="CT_Shape">
  <xsd:sequence>
    <xsd:element name="adjLst" type="CT_AdjLst" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="rot" type="xsd:double" use="optional" default="0"/>
  <xsd:attribute name="type" type="ST_LayoutShapeType" use="optional" default="none"/>
  <xsd:attribute ref="r:blip" use="optional"/>
  <xsd:attribute name="zOrderOff" type="xsd:int" use="optional" default="0"/>
  <xsd:attribute name="hideGeom" type="xsd:boolean" use="optional" default="false"/>
  <xsd:attribute name="lkTxEntry" type="xsd:boolean" use="optional" default="false"/>
  <xsd:attribute name="blipPhldr" type="xsd:boolean" use="optional" default="false"/>
</xsd:complexType>