<colorsDefHdrLst> (Color Transform Header List)

This element is simply a list of color transform definition headers and is used to consolidate multiple headers in a group.

Child Elements

Subclause

<colorsDefHdr> (Color Transform Definition Header)

§5.9.4.4

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

<complexType name="CT_ColorTransformHeaderLst">
	<sequence>
	<element name="colorsDefHdr" type="CT_ColorTransformHeader" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>