<custDataLst> (Customer Data List)

This element allows for the specifying of customer defined data within the <PresentationML> framework. References to custom data or tags may be defined within this list.

Parent Elements

<cSld>4.4.1.15); <nvPr>4.4.1.30); <presentation>4.3.1.24)

Child Elements

Subclause

<custData> (Customer Data)

§4.2.1

<tags> (Customer Data Tags)

§4.2.9

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

<complexType name="CT_CustomerDataList">
	<sequence minOccurs="0" maxOccurs="1">
	<element name="custData" type="CT_CustomerData" minOccurs="0" maxOccurs="unbounded"/>
	<element name="tags" type="CT_TagsData" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>