2.1.3.9 AssociationGroups

Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog

Referenced by: Entity

A complex type that specifies a list of AssociationGroups of an Entity.

Child Elements:

AssociationGroup: An AssociationGroup element (section 2.1.3.8) that specifies an AssociationGroup.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="AssociationGroups">
   <xs:sequence>
     <xs:element name="AssociationGroup" type="bdc:AssociationGroup" minOccurs="1" maxOccurs="unbounded">
       <xs:unique name="AssociationReferenceAssociationNameEntityNameEntityNamespaceKey">
         <xs:selector xpath="*"/>
         <xs:field xpath="@EntityNamespace"/>
         <xs:field xpath="@EntityName"/>
         <xs:field xpath="@AssociationName"/>
       </xs:unique>
     </xs:element>
   </xs:sequence>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).