2.1.3.15 Entities

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

Referenced by: LobSystem

A complex type that specifies a list of Entities of a LobSystem.

Child Elements:

Entity: An Entity element (section 2.1.3.16) that specifies an Entity.

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

 <xs:complexType name="Entities">
   <xs:sequence>
     <xs:element name="Entity" type="bdc:Entity" minOccurs="1" maxOccurs="unbounded">
       <xs:unique name="MethodInstanceNameKey">
         <xs:selector xpath=".//bdc:MethodInstances/*"/>
         <xs:field xpath="@Name"/>
       </xs:unique>
     </xs:element>
   </xs:sequence>
 </xs:complexType>

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