Request XSD
LeasePak Documentation Suite NETSOL website
submitEOP

(mPower icon) LPEOP

submitEOP

Request XSD
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:element name="LPEOP">
<xs:complexType>
<xs:all>
<xs:element ref="SUBMIT_EOP_RECORD" minOccurs="1" maxOccurs="1"/>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name="SUBMIT_EOP_RECORD">
<xs:complexType>
<xs:all>
<xs:element ref="portfolio" minOccurs="1" maxOccurs="1"/>
<xs:element ref="accruals" minOccurs="1" maxOccurs="1"/>
<xs:element ref="invoices" minOccurs="1" maxOccurs="1"/>
<xs:element ref="runType" minOccurs="0" maxOccurs="1"/>
<xs:element ref="checkNumber" minOccurs="0" maxOccurs="1"/>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name="portfolio"/>
<xs:element name="accruals"/>
<xs:element name="invoices"/>
<xs:element name="runType"/>
<xs:element name="checkNumber"/>
</xs:schema>