[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_OutputShapeType (Output Shape Type)
Shapes which are special specifically for a DrawingML diagram.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
|
Enumeration Value |
Description |
|
conn (Connection) |
Connection shape type. |
|
none (None) |
None. |
|
Referenced By |
|
ST_LayoutShapeType (§5.9.7.40) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_OutputShapeType" final="restriction">
<restriction base="xsd:token">
<enumeration value="none"/>
<enumeration value="conn"/>
</restriction>
</simpleType>