[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_CxnType (Connection Type)

This simple type defines the different types of relationships that can be defined between two nodes.

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

parOf (Parent Of)

This defines a parent-child relationship in the sense that node X is a parent of node Y.

presOf (Presentation Of)

A presentation type relationship. This type of relationship exists to actually present data.

presParOf (Presentation Parent Of)

A relationship defining a parent of a presentation node.

unknownRelationship (Unknown Relationship)

The type of relationship is unknown.

 

Referenced By

cxn@type5.9.3.2)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_CxnType">

   <restriction base="xsd:token">

   <enumeration value="parOf"/>

   <enumeration value="presOf"/>

   <enumeration value="presParOf"/>

   <enumeration value="unknownRelationship"/>

   </restriction>

</simpleType>