draw-diag:styleDefHdr
Style Definition Header
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/diagram
Schema document: dml-diagramStyleDefinition.xsd
Other elements with the same name: draw-diag:styleDefHdr
Type: draw-diag:CT_StyleDefinitionHeader
Properties: Local, Qualified
Content
- Sequence [1..1]
- draw-diag:title [1..*] Title
- draw-diag:desc [1..*] Style Label Description
- draw-diag:catLst [0..1] Category List
- draw-diag:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
uniqueId | [1..1] | xsd:string | Unique Style ID | |
minVer | [0..1] | xsd:string | Minimum Version | Default value is "http://schemas.openxmlformats.org/drawingml/2006/diagram". |
resId | [0..1] | xsd:int | Resource ID | Default value is "0". |
Used in
- Type draw-diag:CT_StyleDefinitionHeaderLst (Element draw-diag:styleDefHdrLst)
Sample instance
<draw-diag:styleDefHdr uniqueId="string"> <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:extLst> <a:ext> <!--any element--> </a:ext> </draw-diag:extLst> </draw-diag:styleDefHdr>