<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:element name="LPSEARCH"> <xs:complexType> <xs:all> <xs:element ref="INFO" minOccurs="0" maxOccurs="1"/> <xs:element ref="ERROR" 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="1" maxOccurs="20"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="data"> <xs:complexType> <xs:all> <xs:element ref="CLIENT_S_NAME_S" minOccurs="1" maxOccurs="1"/> <xs:element ref="STAMP_L" minOccurs="1" maxOccurs="1"/> <xs:element ref="CLIENT_ID_S" minOccurs="1" maxOccurs="1"/> <xs:element ref="CLIENT_REL_S" minOccurs="1" maxOccurs="1"/> <xs:element ref="CLIENT_DBA_C" minOccurs="1" maxOccurs="1"/> <xs:element ref="SS_S" minOccurs="1" maxOccurs="1"/> <xs:element ref="SHORT_ADD_S" minOccurs="1" maxOccurs="1"/> <xs:element ref="SHORT_CTY_S" minOccurs="1" maxOccurs="1"/> <xs:element ref="ST_S" minOccurs="1" maxOccurs="1"/> <xs:element ref="BUS_PHN_S" minOccurs="1" maxOccurs="1"/> </xs:all> </xs:complexType> </xs:element> <xs:element name="INFO"/> <xs:element name="ERROR"/> <xs:element name="CLIENT_S_NAME_S"/> <xs:element name="STAMP_L"/> <xs:element name="CLIENT_ID_S"/> <xs:element name="CLIENT_REL_S"/> <xs:element name="CLIENT_DBA_C"/> <xs:element name="SS_S"/> <xs:element name="SHORT_ADD_S"/> <xs:element name="SHORT_CTY_S"/> <xs:element name="ST_S"/> <xs:element name="BUS_PHN_S"/> </xs:schema>