<xsd:complexType name="CT_OleItem">
<xsd:attribute name="name" type="ST_Xstring" use="required">
<xsd:annotation>
<xsd:documentation>OLE Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="icon" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Icon</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="advise" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Advise</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="preferPic" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Object is an Image</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|