<ST_ConstraintRelationship>
(Constraint Relationship)
This simple type specifies the types of constraint relationships which are present and can be used.
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 |
---|---|
|
The constraint should reference a child node. |
|
The layout node can map to the descendants of the data point. |
|
The layout node maps to the current data point. |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ConstraintRelationship" final="restriction">
<restriction base="xsd:token">
<enumeration value="self"/>
<enumeration value="ch"/>
<enumeration value="des"/>
</restriction>
</simpleType>