2.1.3.14 DestinationEntity

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

Referenced by: Association

A complex type that specifies the destination Entity of an Association.

Attributes:

Namespace: A NameString attribute (section 2.1.4.9) that specifies the namespace of the Entity that is the destination of the Association containing this element.

Name: A NameString attribute that specifies the name of the Entity that is the destination of the Association containing this element.

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

 <xs:complexType name="DestinationEntity">
   <xs:attribute name="Namespace" type="bdc:NameString" use="required"/>
   <xs:attribute name="Name" type="bdc:NameString" use="required"/>
 </xs:complexType>

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