<xsd:complexType name="CT_Shape">
<xsd:sequence>
<xsd:element name="adjLst" type="CT_AdjLst" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Shape Adjust List</xsd:documentation>
</xsd:annotation>
</xsd:element>
<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:annotation>
<xsd:documentation>Rotation</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="type" type="ST_LayoutShapeType" use="optional" default="none">
<xsd:annotation>
<xsd:documentation>Shape Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="r:blip" use="optional">
<xsd:annotation>
<xsd:documentation>Relationship to Image Part</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="zOrderOff" type="xsd:int" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Z-Order Offset</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="hideGeom" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Hide Geometry</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="lkTxEntry" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Prevent Text Editing</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="blipPhldr" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Image Placeholder</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|