<xsd:complexType name="CT_DdeItem">
<xsd:sequence>
<xsd:element name="values" type="CT_DdeValues" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>DDE Name Values</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="name" type="ST_Xstring" default="0">
<xsd:annotation>
<xsd:documentation>DDE Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ole" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>OLE</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>Data is an Image</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|