<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.
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>