2.2.3.17 LobSystem

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

Referenced by: LobSystems

A complex type that identifies an LobSystem.

Child Elements:

LocalizedDisplayNames: A LocalizedDisplayNames element (section 2.2.3.22) that specifies the localized names of the Model.

Properties: A Properties element (section 2.2.3.31) that specifies the Properties of the Model.

AccessControlList: An AccessControlList element (section 2.2.3.2) that specifies the access control list (ACL) of the Model.

LobSystemInstances: An LobSystemInstances element (section 2.2.3.19) that specifies a list of LobSystemInstances of the LobSystem.

Entities: An Entities element (section 2.2.3.10) that specifies a list of Entities of the LobSystem.

Attributes:

Name: A NameString attribute (section 2.2.4.2) that specifies the name of the MetadataObject.

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

 <xs:complexType name="LobSystem">
   <xs:complexContent>
     <xs:extension base="bdc:IndividuallySecurableMetadataObject">
       <xs:sequence>
         <xs:element name="LobSystemInstances" type="bdc:LobSystemInstances" minOccurs="0" maxOccurs="1">
           <xs:unique name="LobSystemInstanceNameKey">
             <xs:selector xpath="*"/>
             <xs:field xpath="@Name"/>
           </xs:unique>
         </xs:element>
         <xs:element name="Entities" type="bdc:Entities" minOccurs="0" maxOccurs="1">
           <xs:unique name="EntityNameNamespaceVersionKey">
             <xs:selector xpath="*"/>
             <xs:field xpath="@Name"/>
             <xs:field xpath="@Namespace"/>
             <xs:field xpath="@Version"/>
           </xs:unique>
         </xs:element>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

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