Definition Type: SimpleType
Name: ST_EditAs
Namespace: http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
Containing Schema: dml-spreadsheetDrawing.xsd
Documentation:
Resizing Behaviors
Collapse XSD Schema Diagram:
XSD Diagram of ST_EditAs in schema dml-spreadsheetdrawing_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_EditAs">
    <xsd:annotation>
        <xsd:documentation>Resizing Behaviors</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="twoCell">
            <xsd:annotation>
                <xsd:documentation>Move and Resize With Anchor Cells</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="oneCell">
            <xsd:annotation>
                <xsd:documentation>Move With Cells but Do Not Resize</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="absolute">
            <xsd:annotation>
                <xsd:documentation>Do Not Move or Resize With Underlying Rows/Columns</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration twoCell
Enumeration oneCell
Enumeration absolute
Collapse Derivation Tree:
Collapse References:
nsF:editAs