Share via


ObjectConstraintGroup complex type [SDM]

 
Platform SDK: System Definition Model Overview

ObjectConstraintGroup Complex Type

Note: This documentation is preliminary and is subject to change.

Defines the element that contains a group of constraints on one or both roles of a relationship.

<xs:complexType name="ObjectConstraintGroup">
    <xs:complexContent>
        <xs:extension
            base="StructuralConstraint"
        >
            <xs:sequence>
                <xs:element name="ObjectConstraint"
                    type="ObjectConstraint"
                    maxOccurs="unbounded"
                 />
ObjectConstraint
A constraint member that describes a constraint on one or both roles of a relationship.
</xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
ObjectConstraintGroup

TBD

Child Elements

Element Type Description
ObjectConstraint ObjectConstraint A constraint member that describes a constraint on one or both roles of a relationship.

Remarks

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

See Also

SystemDefinitionModel Schema Complex Types

  
  Last updated: June 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.