Response XSD
LeasePak Documentation Suite NETSOL website
validateSubAsset

(mPower icon) LPSubAsset

validateSubAsset

Response XSD
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:element name="LP_RESPONSE_INFO">
<xs:complexType>
<xs:all>
<xs:element ref="RESULT_RECORD" minOccurs="1" maxOccurs="1"/>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name="RESULT_RECORD">
<xs:complexType>
<xs:all>
<xs:element ref="TYPE" minOccurs="1" maxOccurs="1"/>
<xs:element ref="RECORD" minOccurs="0" maxOccurs="1"/>
<xs:element ref="KEY" minOccurs="0" maxOccurs="1"/>
<xs:element ref="FIELD" minOccurs="0" maxOccurs="1"/>
<xs:element ref="MSGCODE" minOccurs="0" maxOccurs="1"/>
<xs:element ref="MSGTEXT" minOccurs="1" maxOccurs="1"/>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name="TYPE"/>
<xs:element name="RECORD"/>
<xs:element name="KEY"/>
<xs:element name="FIELD"/>
<xs:element name="MSGCODE"/>
<xs:element name="MSGTEXT"/>
</xs:schema>