<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="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="data"> <xs:complexType> <xs:all> <xs:element ref="codeType" minOccurs="1" maxOccurs="1"/> <xs:element ref="codeShortname" minOccurs="1" maxOccurs="1"/> <xs:element ref="codeLongname" minOccurs="1" maxOccurs="1"/> </xs:all> </xs:complexType> </xs:element> <xs:element name="INFO"/> <xs:element name="ERROR"/> <xs:element name="codeType"/> <xs:element name="codeShortname"/> <xs:element name="codeLongname"/> </xs:schema>