<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 |
---|---|
|
Specifies that the group represents a bulls-eye diagram. |
|
Specifies that the group is a regular group and does not represent a diagram. |
|
Specifies that the group represents a cycle diagram. |
|
Specifies that the group represents an organization chart. |
|
Specifies that the group represents a radial diagram. |
|
Specifies that the group represents a pyramid diagram. |
|
Specifies that the group represents a Venn diagram. |
Referenced By |
---|
|
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>