2.2.4.13 ArrayOfLobSystemStruct

Namespace: Microsoft.SharePoint.BusinessData

The ArrayOfLobSystemStruct complex type is a list of complex types, each of which represents an LobSystem.

 <xs:complexType name="ArrayOfLobSystemStruct" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="LobSystemStruct" nillable="true" type="q8:LobSystemStruct"/>
   </xs:sequence>
 </xs:complexType>

LobSystemStruct: A complex type that represents an LobSystem.