21.4.5.8 styleDefHdr
This element specifies header information associated with a style 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 styleDefHdr element within DiagramML:
<styleDefHdr uniqueId="urn:quicktyle/3d1">
<title val="3D" />
<desc val="" />
<catLst>
<cat type="3D" pri="10100" />
</catLst>
</ styleDefHdr >
In this example we see a style definition header which defines a title and category for a set of style definitions. end example]
Attributes
uniqueId (Unique Style ID)
This attribute defines a unique identifier for the associated style 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 style definition part.
The possible values for this attribute are defined by the W3C XML Schema int datatype.
minVer (Minimum Version)
The minimum product version that can support this quick style.
The possible values for this attribute are defined by the W3C XML Schema string datatype.
[Note: The W3C XML Schema definition of this element’s content model (CT_StyleDefinitionHeader) is located in A.5.3. end note]