Schema Central > OOXML > dml-diagramDefinition.xsd > draw-diag:layoutDef
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

draw-diag:layoutDef

Layout Definition

Element information

Content

Attributes

NameOccTypeDescriptionNotes
uniqueId [0..1]xsd:stringUnique IdentifierDefault value is "".
minVer [0..1]xsd:stringMinimum VersionDefault value is "http://schemas.openxmlformats.org/drawingml/2006/diagram".
defStyle [0..1]xsd:stringDefault StyleDefault value is "".

Sample instance

<draw-diag:layoutDef>
   <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:sampData>
      <draw-diag:dataModel>
         <draw-diag:ptLst>...
         </draw-diag:ptLst>
         <draw-diag:cxnLst>...
         </draw-diag:cxnLst>
         <draw-diag:bg>...
         </draw-diag:bg>
         <draw-diag:whole>...
         </draw-diag:whole>
         <draw-diag:extLst>...
         </draw-diag:extLst>
      </draw-diag:dataModel>
   </draw-diag:sampData>
   <draw-diag:styleData>
      <draw-diag:dataModel>
         <draw-diag:ptLst>...
         </draw-diag:ptLst>
         <draw-diag:cxnLst>...
         </draw-diag:cxnLst>
         <draw-diag:bg>...
         </draw-diag:bg>
         <draw-diag:whole>...
         </draw-diag:whole>
         <draw-diag:extLst>...
         </draw-diag:extLst>
      </draw-diag:dataModel>
   </draw-diag:styleData>
   <draw-diag:clrData>
      <draw-diag:dataModel>
         <draw-diag:ptLst>...
         </draw-diag:ptLst>
         <draw-diag:cxnLst>...
         </draw-diag:cxnLst>
         <draw-diag:bg>...
         </draw-diag:bg>
         <draw-diag:whole>...
         </draw-diag:whole>
         <draw-diag:extLst>...
         </draw-diag:extLst>
      </draw-diag:dataModel>
   </draw-diag:clrData>
   <draw-diag:layoutNode name="string">
      <draw-diag:alg type="composite">
         <draw-diag:param type="horzAlign" val="1"/>
         <draw-diag:extLst>...
         </draw-diag:extLst>
      </draw-diag:alg>
   </draw-diag:layoutNode>
   <draw-diag:extLst>
      <a:ext>
         <!--any element-->
      </a:ext>
   </draw-diag:extLst>
</draw-diag:layoutDef>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com