Definition Type: AttributeGroup
Name: AG_Ole
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-embedding.xsd
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of AG_Ole in schema pml-embedding_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:attributeGroup name="AG_Ole">
    <xsd:attribute name="spid" type="a:ST_ShapeID" use="required">
        <xsd:annotation>
            <xsd:documentation>OLE Object Shape ID</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="name" type="xsd:string" use="optional" default="">
        <xsd:annotation>
            <xsd:documentation>OLE Object Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="showAsIcon" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Show OLE Object As Icon</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:attribute name="imgW" type="a:ST_PositiveCoordinate32" use="optional">
        <xsd:annotation>
            <xsd:documentation>Image Width</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="imgH" type="a:ST_PositiveCoordinate32" use="optional">
        <xsd:annotation>
            <xsd:documentation>Image Height</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:attributeGroup>
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