<xsd:complexType name="CT_OleLink">
<xsd:sequence>
<xsd:element name="oleItems" type="CT_OleItems" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>OLE Link Items</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute ref="r:id" use="required">
<xsd:annotation>
<xsd:documentation>OLE Link Relationship</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="progId" type="ST_Xstring" use="required">
<xsd:annotation>
<xsd:documentation>OLE Link ProgID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|