<xsd:attributeGroup name="AG_Locking">
<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="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 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:attribute name="noEditPoints" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Disallow Shape Point Editing</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="noAdjustHandles" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Disallow Showing Adjust Handles</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="noChangeArrowheads" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Disallow Arrowhead Changes</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="noChangeShapeType" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Disallow Shape Type Change</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
|