draw-diag:colorsDef
Color Transform Definitions
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/diagram
Schema document: dml-diagramColorTransform.xsd
Type: draw-diag:CT_ColorTransform
Properties: Global, Qualified
Content
- Sequence [1..1]
- draw-diag:title [0..*] Title
- draw-diag:desc [0..*] Description
- draw-diag:catLst [0..1] Color Transform Category List
- draw-diag:styleLbl [0..*] Style Label
- draw-diag:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
uniqueId | [0..1] | xsd:string | Unique ID | Default value is "". |
minVer | [0..1] | xsd:string | Minimum Version | Default value is "http://schemas.openxmlformats.org/drawingml/2006/diagram". |
Sample instance
<draw-diag:colorsDef> <draw-diag:title val="string"/> <draw-diag:desc val="string"/> <draw-diag:catLst> <draw-diag:cat type="http://www.example.com/" pri="1"/> </draw-diag:catLst> <draw-diag:styleLbl name="string"> <draw-diag:fillClrLst> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </draw-diag:fillClrLst> <draw-diag:linClrLst> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </draw-diag:linClrLst> <draw-diag:effectClrLst> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </draw-diag:effectClrLst> <draw-diag:txLinClrLst> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </draw-diag:txLinClrLst> <draw-diag:txFillClrLst> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </draw-diag:txFillClrLst> <draw-diag:txEffectClrLst> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </draw-diag:txEffectClrLst> <draw-diag:extLst> <a:ext> <!--any element--> </a:ext> </draw-diag:extLst> </draw-diag:styleLbl> <draw-diag:extLst> <a:ext> <!--any element--> </a:ext> </draw-diag:extLst> </draw-diag:colorsDef>