2.2.3.20 LobSystems

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

Referenced by: Model

A complex type that identifies a list of LobSystems of a Model.

Child Elements:

LobSystem: A LobSystem element (section 2.2.3.17) that specifies a LobSystem.

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

 <xs:complexType name="LobSystems">
   <xs:sequence>
     <xs:element name="LobSystem" type="bdc:LobSystem" minOccurs="1" maxOccurs="unbounded"/>
   </xs:sequence>
 </xs:complexType>

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