[Table of Contents] [docx version]
Error! No text of specified style in document.
This simple type defines the different types of data points which are supported.
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 |
all (All) |
Defined as utilizing all of the nodes. |
asst (Assistant) |
The assistant nodes. |
doc (Document) |
Specifies the a node on the document level. |
node (Node) |
Data nodes that are children of other data nodes. |
nonAsst (Non Assistant) |
Selects all of the non-assistant nodes. |
nonNorm (Non Normal) |
Selects the non-normal elements. |
norm (Normal) |
Selects a normal elements. |
parTrans (Parent Transition) |
The transition associated with the parent node. |
pres (Presentation) |
This refers to a presentation node. |
sibTrans (Sibling Transition) |
Use only sibling transitions between data nodes. These transitions represent sibling relationships between nodes, and are frequently mapped to arrows between shapes in the drawing. A sibTrans value is sometimes used to create white space between nodes. |
Referenced By |
constr@ptType (§5.9.2.8); constr@refPtType (§5.9.2.8); rule@ptType (§5.9.2.24); ST_ElementType (§5.9.7.25) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ElementType" final="restriction">
<restriction base="xsd:token">
<enumeration value="all"/>
<enumeration value="doc"/>
<enumeration value="node"/>
<enumeration value="norm"/>
<enumeration value="nonNorm"/>
<enumeration value="asst"/>
<enumeration value="nonAsst"/>
<enumeration value="parTrans"/>
<enumeration value="pres"/>
<enumeration value="sibTrans"/>
</restriction>
</simpleType>