7.4 http://schemas.datacontract.org/2004/07/Microsoft.BusinessData.Runtime Schema

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema xmlns:tns2="http://schemas.datacontract.org/2004/07/Microsoft.BusinessData.Runtime" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Microsoft.BusinessData.Runtime" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:simpleType name="CacheUsage">
     <xs:restriction base="xs:string">
       <xs:enumeration value="Default"/>
       <xs:enumeration value="Online"/>
       <xs:enumeration value="Cached"/>
       <xs:enumeration value="Offline"/>
     </xs:restriction>
   </xs:simpleType>
   <xs:element name="CacheUsage" nillable="true" type="tns2:CacheUsage"/>
   <xs:complexType name="ProxyGenerationResult">
     <xs:sequence>
       <xs:element minOccurs="0" name="compiledBytes" nillable="true" type="xs:base64Binary"/>
       <xs:element minOccurs="0" name="fingerprint" nillable="true" type="xs:base64Binary"/>
       <xs:element minOccurs="0" name="sourceCode" nillable="true" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
   <xs:element name="ProxyGenerationResult" nillable="true" type="tns2:ProxyGenerationResult"/>
 </xs:schema>