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