<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>
|