<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:element name="LPSEARCH"> <xs:complexType> <xs:all> <xs:element ref="ERROR" minOccurs="0" maxOccurs="1"/> <xs:element ref="INFO" minOccurs="0" maxOccurs="1"/> <xs:element ref="RESULT" minOccurs="0" maxOccurs="1"/> </xs:all> </xs:complexType> </xs:element> <xs:element name="RESULT"> <xs:complexType> <xs:sequence> <xs:element ref="data" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="data"> <xs:complexType> <xs:all> <xs:element ref="portfolio" minOccurs="0" maxOccurs="1"/> <xs:element ref="portName" minOccurs="0" maxOccurs="1"/> <xs:element ref="company" minOccurs="0" maxOccurs="1"/> <xs:element ref="compName" minOccurs="0" maxOccurs="1"/> <xs:element ref="region" minOccurs="0" maxOccurs="1"/> <xs:element ref="regnName" minOccurs="0" maxOccurs="1"/> <xs:element ref="office" minOccurs="0" maxOccurs="1"/> <xs:element ref="offcName" minOccurs="0" maxOccurs="1"/> <xs:element ref="city" minOccurs="0" maxOccurs="1"/> <xs:element ref="cityName" minOccurs="0" maxOccurs="1"/> <xs:element ref="county" minOccurs="0" maxOccurs="1"/> <xs:element ref="countyName" minOccurs="0" maxOccurs="1"/> <xs:element ref="manufacturer" minOccurs="0" maxOccurs="1"/> <xs:element ref="manufName" minOccurs="0" maxOccurs="1"/> <xs:element ref="model" minOccurs="0" maxOccurs="1"/> <xs:element ref="modelName" minOccurs="0" maxOccurs="1"/> </xs:all> </xs:complexType> </xs:element> <xs:element name="ERROR"/> <xs:element name="INFO"/> <xs:element name="portfolio"/> <xs:element name="portName"/> <xs:element name="company"/> <xs:element name="compName"/> <xs:element name="region"/> <xs:element name="regnName"/> <xs:element name="office"/> <xs:element name="offcName"/> <xs:element name="city"/> <xs:element name="cityName"/> <xs:element name="county"/> <xs:element name="countyName"/> <xs:element name="manufacturer"/> <xs:element name="manufName"/> <xs:element name="model"/> <xs:element name="modelName"/> </xs:schema>