draw-diag:layoutDefHdr
Layout Definition Header
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/diagram
Schema document: dml-diagramDefinition.xsd
Other elements with the same name: draw-diag:layoutDefHdr
Type: draw-diag:CT_DiagramDefinitionHeader
Properties: Local, Qualified
Content
- Sequence [1..1]
- draw-diag:title [1..*] Title
- draw-diag:desc [1..*] 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 Identifier | |
minVer | [0..1] | xsd:string | Minimum Version | Default value is "http://schemas.openxmlformats.org/drawingml/2006/diagram". |
defStyle | [0..1] | xsd:string | Default Style | Default value is "". |
resId | [0..1] | xsd:int | Resource Identifier | Default value is "0". |
Used in
- Type draw-diag:CT_DiagramDefinitionHeaderLst (Element draw-diag:layoutDefHdrLst)
Sample instance
<draw-diag:layoutDefHdr 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:layoutDefHdr>