[Table of Contents] [docx version]
VML Reference Material - VML
ST_EditAs (Shape Grouping Types)
This simple type specifies the different meanings of a group of shapes.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
bullseye (Bullseye Diagram) |
Specifies that the group represents a bulls-eye diagram. |
canvas (Shape Canvas) |
Specifies that the group is a regular group and does not represent a diagram. |
cycle (Cycle Diagram) |
Specifies that the group represents a cycle diagram. |
orgchart (Organization Chart Diagram) |
Specifies that the group represents an organization chart. |
radial (Radial Diagram) |
Specifies that the group represents a radial diagram. |
stacked (Pyramid Diagram) |
Specifies that the group represents a pyramid diagram. |
venn (Venn Diagram) |
Specifies that the group represents a Venn diagram. |
Referenced By |
group@editas (§6.1.2.7) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_EditAs">
<restriction base="xsd:string">
<enumeration value="canvas"/>
<enumeration value="orgchart"/>
<enumeration value="radial"/>
<enumeration value="cycle"/>
<enumeration value="stacked"/>
<enumeration value="venn"/>
<enumeration value="bullseye"/>
</restriction>
</simpleType>