RelationshipConstraintGroup Complex Type Complex Type

RelationshipConstraintGroup Complex Type

Defines the elements that define a group of relationship constraints constraining the relationships in which an object can participate. Relationship constraints identify relationship definitions and object definitions of the instance at the other end of the relationship.

<xs:complexType name="RelationshipConstraintGroup"> <xs:complexContent> <xs:extension base="StructuralConstraint" > <xs:sequence> <xs:element name="RelationshipConstraint" type="RelationshipConstraint" maxOccurs="unbounded" />

  • RelationshipConstraint
    Defines a relationship constraint that will be evaluated in the context of the target object instance.

</xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>

  • RelationshipConstraintGroup

Child Elements

Element Type Description
RelationshipConstraint RelationshipConstraint

Defines a relationship constraint that will be evaluated in the context of the target object instance.

Remarks

If any constraints contained by the relationship constraint group fail individually, then the relationship constraint group fails.

See Also

SystemDefinitionModel Schema Complex Types

Send comments about this topic to Microsoft

Build date: 10/2/2007