<xsd:attributeGroup name="AG_Locking">
<xsd:attribute name="noGrp" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="noSelect" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="noRot" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="noChangeAspect" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="noMove" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="noResize" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="noEditPoints" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="noAdjustHandles" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="noChangeArrowheads" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="noChangeShapeType" type="xsd:boolean" use="optional" default="false"/>
</xsd:attributeGroup> |