Definition Type: ComplexType
Name: CT_OleObject
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into id in schema shared-relationshipreference_xsd Drilldown into shapeId in schema sml-sheet_xsd Drilldown into autoLoad in schema sml-sheet_xsd Drilldown into oleUpdate in schema sml-sheet_xsd Drilldown into link in schema sml-sheet_xsd Drilldown into dvAspect in schema sml-sheet_xsd Drilldown into progId in schema sml-sheet_xsdXSD Diagram of CT_OleObject in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_OleObject">
    <xsd:attribute name="progId" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>OLE ProgId</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="dvAspect" type="ST_DvAspect" use="optional" default="DVASPECT_CONTENT">
        <xsd:annotation>
            <xsd:documentation>Data or View Aspect</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="link" type="ST_Xstring" use="optional">
        <xsd:annotation>
            <xsd:documentation>OLE Link Moniker</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="oleUpdate" type="ST_OleUpdate" use="optional">
        <xsd:annotation>
            <xsd:documentation>OLE Update</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="autoLoad" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Auto Load</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="shapeId" type="xsd:unsignedInt" use="required">
        <xsd:annotation>
            <xsd:documentation>Shape Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="r:id" use="optional">
        <xsd:annotation>
            <xsd:documentation>Relationship Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
progId nsM:progId Optional
dvAspect nsM:dvAspect DVASPECT_CONTENT Optional
link nsM:link Optional
oleUpdate nsM:oleUpdate Optional
autoLoad nsM:autoLoad false Optional
shapeId nsM:shapeId Required
id r:id Optional
Collapse Derivation Tree:
Collapse References:
nsM:oleObject