Definition Type: ComplexType
Name: CT_GroupLocking
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-documentProperties.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst 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 noUngrp in schema dml-documentproperties_xsd Drilldown into noGrp in schema dml-documentproperties_xsdXSD Diagram of CT_GroupLocking in schema dml-documentproperties_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
extLst a:extLst 0 1
Collapse Child Attributes:
Name Type Default Value Use
noGrp a:noGrp false Optional
noUngrp a:noUngrp 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
Collapse Derivation Tree:
Collapse References:
a:grpSpLocks