<xsd:complexType name="CT_GroupLocking">
<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="noUngrp" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Disallow Shape Ungrouping</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="noRot" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Disallow Shape Rotation</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 Moving Shape</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="noResize" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Disallow Shape Resizing</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|