<ddeItem>
(DDE Item definition)
This element represents a DDE item.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
Specifies whether the DDE server should notify the application when the external data changes. Default value is The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies the DDE item name. The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96). |
|
Set to The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Set to The possible values for this attribute are defined by the XML Schema boolean datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DdeItem">
<sequence>
<element name="values" type="CT_DdeValues" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="name" type="ST_Xstring" default="0"/>
<attribute name="ole" type="xsd:boolean" use="optional" default="false"/>
<attribute name="advise" type="xsd:boolean" use="optional" default="false"/>
<attribute name="preferPic" type="xsd:boolean" use="optional" default="false"/>
</complexType>