<xsd:complexType name="CT_GraphicalObjectFrameLocking">
<xsd:sequence>
<xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1">
</xsd:element>
</xsd:sequence>
<xsd:attribute name="noGrp" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Disallow Shape Grouping</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="noDrilldown" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Disallow Selection of Child Shapes</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="noSelect" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Disallow Shape Selection</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="noChangeAspect" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Disallow Aspect Ratio Change</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="noMove" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Disallow Shape Movement</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="noResize" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Disallow Shape Resize</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|