[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_StartingElement (Starting Element)
This simple type defines behavior for the first node in a cycle algorithm.
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 |
node (Node) |
Specifies that a node should be placed first. |
trans (Transition) |
Specifies that a transition should be placed first. |
Referenced By |
ST_ParameterVal (§5.9.7.49) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_StartingElement" final="restriction">
<restriction base="xsd:token">
<enumeration value="node"/>
<enumeration value="trans"/>
</restriction>
</simpleType>