Definition Type: AttributeGroup
Name: AG_Locking
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-documentProperties.xsd
Collapse XSD Schema Diagram:
Drilldown into noChangeShapeType in schema dml-documentproperties_xsd Drilldown into noChangeArrowheads in schema dml-documentproperties_xsd Drilldown into noAdjustHandles in schema dml-documentproperties_xsd Drilldown into noEditPoints in schema dml-documentproperties_xsd Drilldown into noResize in schema dml-documentproperties_xsd Drilldown into noMove in schema dml-documentproperties_xsd Drilldown into noChangeAspect in schema dml-documentproperties_xsd Drilldown into noRot in schema dml-documentproperties_xsd Drilldown into noSelect in schema dml-documentproperties_xsd Drilldown into noGrp in schema dml-documentproperties_xsdXSD Diagram of AG_Locking in schema dml-documentproperties_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
noGrp a:noGrp false Optional
noSelect a:noSelect false Optional
noRot a:noRot false Optional
noChangeAspect a:noChangeAspect false Optional
noMove a:noMove false Optional
noResize a:noResize false Optional
noEditPoints a:noEditPoints false Optional
noAdjustHandles a:noAdjustHandles false Optional
noChangeArrowheads a:noChangeArrowheads false Optional
noChangeShapeType a:noChangeShapeType false Optional