draw-diag:alg
Algorithm
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/diagram
Schema document: dml-diagramDefinition.xsd
Type: draw-diag:CT_Algorithm
Properties: Local, Qualified
Content
- Sequence [1..1]
- draw-diag:param [0..*] Parameter
- draw-diag:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
type | [1..1] | draw-diag:ST_AlgorithmType | Algorithm Type | |
rev | [0..1] | xsd:unsignedInt | Revision Number | Default value is "0". |
Used in
- Type draw-diag:CT_ForEach (Element draw-diag:forEach)
- Type draw-diag:CT_LayoutNode (Element draw-diag:layoutNode)
- Type draw-diag:CT_Otherwise (Element draw-diag:else)
- Type draw-diag:CT_When (Element draw-diag:if)
Sample instance
<draw-diag:alg type="composite"> <draw-diag:param type="horzAlign" val="1"/> <draw-diag:extLst> <a:ext> <!--any element--> </a:ext> </draw-diag:extLst> </draw-diag:alg>