draw-diag:styleDef
Style Definition
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/diagram
Schema document: dml-diagramStyleDefinition.xsd
Type: draw-diag:CT_StyleDefinition
Properties: Global, Qualified
Content
- Sequence [1..1]
- draw-diag:title [0..*] Title
- draw-diag:desc [0..*] Style Label Description
- draw-diag:catLst [0..1] Category List
- draw-diag:scene3d [0..1] 3-D Scene
- draw-diag:styleLbl [1..*] Style Label
- draw-diag:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
uniqueId | [0..1] | xsd:string | Unique Style 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:styleDef> <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:scene3d> <a:camera prst="legacyObliqueTopLeft"> <a:rot lat="1" lon="1" rev="1"/> </a:camera> <a:lightRig rig="legacyFlat1" dir="tl"> <a:rot lat="1" lon="1" rev="1"/> </a:lightRig> <a:backdrop> <a:anchor x="1" y="1" z="1"/> <a:norm dx="1" dy="1" dz="1"/> <a:up dx="1" dy="1" dz="1"/> <a:extLst>... </a:extLst> </a:backdrop> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </draw-diag:scene3d> <draw-diag:styleLbl name="string"> <draw-diag:scene3d> <a:camera prst="legacyObliqueTopLeft">... </a:camera> <a:lightRig rig="legacyFlat1" dir="tl">... </a:lightRig> <a:backdrop>... </a:backdrop> <a:extLst>... </a:extLst> </draw-diag:scene3d> <draw-diag:sp3d> <a:bevelT/> <a:bevelB/> <a:extrusionClr>... </a:extrusionClr> <a:contourClr>... </a:contourClr> <a:extLst>... </a:extLst> </draw-diag:sp3d> <draw-diag:txPr> <a:sp3d>... </a:sp3d> </draw-diag:txPr> <draw-diag:style> <a:lnRef idx="1">... </a:lnRef> <a:fillRef idx="1">... </a:fillRef> <a:effectRef idx="1">... </a:effectRef> <a:fontRef idx="major">... </a:fontRef> </draw-diag:style> <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:styleDef>