Definition Type: SimpleType
Name: ST_DvAspect
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Documentation:
Data View Aspect Type
Collapse XSD Schema Diagram:
XSD Diagram of ST_DvAspect in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_DvAspect">
    <xsd:annotation>
        <xsd:documentation>Data View Aspect Type</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="DVASPECT_CONTENT">
            <xsd:annotation>
                <xsd:documentation>Object Display Content</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="DVASPECT_ICON">
            <xsd:annotation>
                <xsd:documentation>Object Display Icon</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration DVASPECT_CONTENT
Enumeration DVASPECT_ICON
Collapse Derivation Tree:
Collapse References:
nsM:dvAspect