<ddeItems> (DDE Items Collection)

This element serves as a collection for <ddeItem> elements.

Parent Elements

<ddeLink>3.14.4)

Child Elements

Subclause

<ddeItem> (DDE Item definition)

§3.14.2

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_DdeItems">
	<sequence>
	<element name="ddeItem" type="CT_DdeItem" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>