2.2.4.40 LobSystemStruct

Namespace: Microsoft.SharePoint.BusinessData

The LobSystemStruct complex type contains information about an LobSystem.

 <xs:complexType name="LobSystemStruct" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="q8:MetadataObjectStruct">
       <xs:sequence>
         <xs:element xmlns:tns1="http://schemas.datacontract.org/2004/07/Microsoft.BusinessData.MetadataModel" minOccurs="0" name="systemType" type="tns1:SystemType"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

systemType: The SystemType (section 2.2.5.9) of the LobSystem.