Definition Type: ComplexType
Name: CT_OleObject
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-embedding.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into link in schema pml-embedding_xsd Drilldown into embed in schema pml-embedding_xsd Drilldown into progId in schema pml-embedding_xsd Drilldown into imgH in schema pml-embedding_xsd Drilldown into imgW in schema pml-embedding_xsd Drilldown into id in schema shared-relationshipreference_xsd Drilldown into showAsIcon in schema pml-embedding_xsd Drilldown into name in schema pml-embedding_xsd Drilldown into spid in schema pml-embedding_xsd Drilldown into AG_Ole in schema pml-embedding_xsdXSD Diagram of CT_OleObject in schema pml-embedding_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_OleObject">
    <xsd:choice minOccurs="1" maxOccurs="1">
        <xsd:element name="embed" type="CT_OleObjectEmbed">
            <xsd:annotation>
                <xsd:documentation>Embedded OLE Object or Control</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="link" type="CT_OleObjectLink">
            <xsd:annotation>
                <xsd:documentation>Linked OLE Object or Control</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
    <xsd:attributeGroup ref="AG_Ole" />
    <xsd:attribute name="progId" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>OLE ProgID</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
embed p:embed (1) (1)
link p:link (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
spid p:spid Required
name p:name Optional
showAsIcon p:showAsIcon false Optional
id r:id Optional
imgW p:imgW Optional
imgH p:imgH Optional
progId p:progId Optional
Collapse Derivation Tree:
Collapse References:
p:oleObj