21.4.4.4 colorsDefHdr
This element specifies header information associated with a color transform definition. The header information is used by an application to preprocess required data in order to help with possible performance concerns associated with an initial full load of a color transform definition.
[Example:
Consider the following example of a colorsDefHdr within DiagramML:
<colorsDefHdr uniqueId="urn:colors/accent0_1">
<title val="Main 1" />
<desc val="" />
<catLst>
<cat type="mainScheme" pri="10100" />
</catLst>
</colorsDefHdr>
In this example we see a color transform definition header which defines a title and category for a set of color transforms. end example]
Attributes
minVer (Minimum Version)
The minimum product version that can support the associated color transform definition.
The possible values for this attribute are defined by the W3C XML Schema string datatype.
uniqueId (Unique ID)
This attribute defines a unique identifier for the associated color transform definition.
The possible values for this attribute are defined by the W3C XML Schema string datatype.
resId (Resource ID)
This attribute is the id which associates this header to the actual color transform definition.
The possible values for this attribute are defined by the W3C XML Schema int datatype.
[Note: The W3C XML Schema definition of this element’s content model (CT_ColorTransformHeader) is located in A.5.3. end note]