21.4.4.10 styleLbl
content model (CT_Colors) is located in A.5.3. end
This element defines a style label. The style label is used to define a color transform that is applied to a given node in a diagram.
[Example:
Consider the following example of a styleLbl in DiagramML:
<dgm:styleLbl name="exampleStyleLabel">
<dgm:fillClrLst>
<a:schemeClr val="accent2"/>
<a:schemeClr val="accent3"/>
</dgm:fillClrLst>
<dgm:linClrLst meth="repeat">
<a:schemeClr val="lt1"/>
</dgm:linClrLst>
<dgm:effectClrLst/>
<dgm:txLinClrLst/>
<dgm:txFillClrLst/>
<dgm:txEffectClrLst/>
</dgm:styleLbl>
In this example we see a style label defined in its entirety. This style label can be used on a layout node in order to define the color transform that is to be applied to the node. end example]
Attributes
name (Name)
A name given to the style label. This name can be referenced by layout nodes in order to apply the style label to the layout node.
[Example: Consider the following example of a styleLbl in DiagramML:
<dgm:styleLbl name="exampleStyleLabel">
…
</dgm:styleLbl>
In this example we see a style label defined with the name exampleStyleLabel defined. end example]
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_CTStyleLabel) is located in A.5.3. end note]