cancel
Showing results for 
Search instead for 
Did you mean: 

jbbc as receiver adapter to send data to DB2 using stored procedure

0 Kudos

Hi respected experts,

i got a runtime error while executing the file-2-jdbc(db2)sceario.the error is

Error while parsing or executing XML-SQL document: Error processing request in sax parser: Error when executing statement for table/stored proc. 'EMU.INSERTSAP1' (structure 'Statement'): java.lang.IllegalArgumentExceptionta to db2

can you please guide me how to resolve this?

Accepted Solutions (0)

Answers (1)

Answers (1)

justin_santhanam
Active Contributor
0 Kudos

Srini,

Are u using the correct receiver structure? Can u reply the strcuture which u are using?

raj.

0 Kudos

Hi Raj my receiver structure is:

<?xml version="1.0" encoding="ISO-8859-1" ?>

- <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.Coj.co.za/SapIsuToCcms/Outbound" targetNamespace="http://www.Coj.co.za/SapIsuToCcms/Outbound">

<xsd:element name="MT_SapIsuToCcms_CityPower" type="DT_SapIsuToCcms_CityPower" />

- <xsd:complexType name="DT_SapIsuToCcms_CityPower">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">6de57a8066bd11dc90c200144f2b5900</xsd:appinfo>

</xsd:annotation>

- <xsd:sequence>

- <xsd:element name="Statement">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">36bbfbc0549211dcc6910015e945ef9f</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="storedProcedureName">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">36bbfbc1549211dcca0b0015e945ef9f</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="table" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">8868a2c056f411dc8001001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">STOREDPROCEDURE NAME</xsd:documentation>

</xsd:annotation>

</xsd:element>

- <xsd:element name="P_DISCON_REC_NO">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d5065d111dc8321001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">DISCONNECTION RECORD NUMBER</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d5165d111dca6f8001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_VENUS_ACCT_NO">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d5265d111dccb98001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">CONTRACT ACCOUNT NUMBER</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d5365d111dccc01001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_CUT_OFF_FIL_DAT" minOccurs="0" maxOccurs="unbounded">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d5465d111dcb2f2001a735699e1</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:date">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d5565d111dc901b001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_WAT_ELEC_IND" minOccurs="0" maxOccurs="unbounded">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d5665d111dcb762001a735699e1</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d5765d111dcbc58001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_CUT_OFF_FIL_NAME" minOccurs="0" maxOccurs="unbounded">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d5865d111dcb426001a735699e1</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d5965d111dc9a26001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_F_T_IND">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d5a65d111dcc3f9001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">FIRSTCUT INDICATER</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d5b65d111dc8df4001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_ORIG_TYP" minOccurs="0" maxOccurs="unbounded">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d5c65d111dc8774001a735699e1</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d5d65d111dcbf2a001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_INSTR_CAT" minOccurs="0" maxOccurs="unbounded">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d5e65d111dcc8c2001a735699e1</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d5f65d111dca737001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_CONTR_NO" minOccurs="0">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d6065d111dcbe14001a735699e1</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d6165d111dc841b001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_ACCT_STAT" minOccurs="0">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d6265d111dccab4001a735699e1</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d6365d111dc98c3001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_STAT_UPD_DAT" minOccurs="0">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d6465d111dcc2e9001a735699e1</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:date">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d6565d111dcb815001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_STAND_ADDR1">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d6665d111dcc283001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">HOUSENUMBER</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d6765d111dc8e66001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_STAND_ADDR2">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d6865d111dccc99001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">STREET</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d6965d111dca0a5001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_STAND_ADDR3">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d6a65d111dcaec5001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">BUILDINGNAME</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d6b65d111dcb0e4001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_STAND_ADDR4">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d6c65d111dcb32b001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">COMPLEXNAME</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d6d65d111dc8b7a001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_STAND_PCODE">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d6e65d111dcacf5001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">POSTALCODE</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d6f65d111dcb026001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_STR_NO" minOccurs="0">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d7065d111dcb197001a735699e1</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d7165d111dccf61001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_STR_NAME" minOccurs="0">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d7265d111dc892e001a735699e1</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d7365d111dcc908001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_TOWN_DESC">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d7465d111dcbd7a001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">SUBURB</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d7565d111dc8e5c001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_NAMES">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d7665d111dcb4e3001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">PARTNERNAME</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d7765d111dc94b8001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_OUTST_BAL">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d7865d111dcc031001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">OUTSTANDING AMOUNT</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d7965d111dcc105001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_OWNR_TEL_NO">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d7a65d111dccf7d001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">HOME TEL NUMBER</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d7b65d111dc9fac001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_ASSIGNEE" minOccurs="0">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d7c65d111dc9ea5001a735699e1</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d7d65d111dcc812001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_ACTN_COD" minOccurs="0">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d7e65d111dcc066001a735699e1</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d7f65d111dccdef001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_ACTN_DAT" minOccurs="0">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d8065d111dc9fb8001a735699e1</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:date">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d8165d111dc8b9a001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_RATE_CAT">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d8265d111dc9b22001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">RATE CATEGORY</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d8365d111dca7e0001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_DEV_LOC">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d8465d111dcb25d001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">DEVICE LOCATION</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d8565d111dc9fff001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_MR_NOTES" minOccurs="0">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d8665d111dc911b001a735699e1</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d8765d111dc9fc7001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_CELL_NO">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d8865d111dcc21a001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">CELL NUMBER</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d8965d111dcc4e7001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_WORK_TEL_NO">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d8a65d111dca243001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">WORK TEL NUMBER</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d8b65d111dca9bf001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_RSN_COD" minOccurs="0">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d8c65d111dc951f001a735699e1</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d8d65d111dca74b001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_PARCL_PORTN">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d8e65d111dca2b8001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">STAND NUMBER</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d8f65d111dcbe0a001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_ACTN_OFFCL_COD" minOccurs="0">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d9065d111dc9017001a735699e1</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d9165d111dc95f8001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_METR_TYP_1">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d9265d111dcb95f001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">METER TYPE</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d9365d111dca66c001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_METR_SER_NO_1">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d9465d111dc9f03001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">SERIAL NUMBER</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d9565d111dc8baf001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_METR_TYP_2">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d9665d111dcb43e001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">METER TYPE</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d9765d111dcb8a0001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_METR_SER_NO_2">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d9865d111dc9768001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">SERIAL NUMBER</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d9965d111dc967e001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_METR_TYP_3">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d9a65d111dc953b001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">METER TYPE</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d9b65d111dcc251001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_METR_SER_NO_3">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d9c65d111dc8e11001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">SERIAL NUMBER</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d9d65d111dcc0ce001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_METR_TYP_4">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d9e65d111dc814f001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">METER TYPE</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8d9f65d111dccea9001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_METR_SER_NO_4">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8da065d111dca146001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">SERIAL NUMBER</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8da165d111dcccab001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_METR_TYP_5">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8da265d111dc9df6001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">METER TYPE</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8da365d111dcc5c4001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_METR_SER_NO_5">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8da465d111dc8f95001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">SERIAL NUMBER</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8da565d111dcc687001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_METR_TYP_6">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8da665d111dc8382001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">METER TYPE</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197b8da765d111dcb2a3001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_METR_SER_NO_6">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197dfe5065d111dc95a0001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">SERIAL NUMBER</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197dfe5165d111dc928e001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_METR_TYP_7">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197dfe5265d111dcc8c2001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">METER TYPE</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197dfe5365d111dcc66f001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_METR_SER_NO_7">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197dfe5465d111dc9bc0001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">SERIAL NUMBER</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197dfe5565d111dcc0ce001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_METR_TYP_8">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197dfe5665d111dcb565001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">METER TYPE</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197dfe5765d111dcbada001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_METR_SER_NO_8">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197dfe5865d111dc902e001a735699e1</xsd:appinfo>

<xsd:documentation xml:lang="EN">SERIAL NUMBER</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:string">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197dfe5965d111dcb19a001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_ACTL_READG" minOccurs="0">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197dfe5a65d111dcca25001a735699e1</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:decimal">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197dfe5b65d111dcbad5001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

- <xsd:element name="P_READ_DAT" minOccurs="0">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197dfe5c65d111dcc67a001a735699e1</xsd:appinfo>

</xsd:annotation>

- <xsd:complexType>

- <xsd:simpleContent>

- <xsd:extension base="xsd:date">

- <xsd:attribute name="type" type="xsd:string">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">197dfe5d65d111dcc52d001a735699e1</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="action" type="xsd:string" use="required">

- <xsd:annotation>

<xsd:appinfo source="http://sap.com/xi/TextID">36bbfbc2549211dcb88d0015e945ef9f</xsd:appinfo>

</xsd:annotation>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

</xsd:sequence>

</xsd:complexType>

</xsd:element>

</xsd:sequence>

</xsd:complexType>

</xsd:schema>