<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:element name="LEASE_RECORD"> <xs:complexType> <xs:all> <xs:element ref="leaseNumber" minOccurs="1" maxOccurs="1"/> <xs:element ref="autoPayInterval" minOccurs="0" maxOccurs="1"/> <xs:element ref="preauthorized" minOccurs="0" maxOccurs="1"/> <xs:element ref="papEffectiveDate" minOccurs="0" maxOccurs="1"/> <xs:element ref="papAccountNumber" minOccurs="0" maxOccurs="1"/> <xs:element ref="papInstitutionID" minOccurs="0" maxOccurs="1"/> <xs:element ref="papAccountName" minOccurs="0" maxOccurs="1"/> <xs:element ref="autoPay" minOccurs="0" maxOccurs="1"/> <xs:element ref="autoPayStart" minOccurs="0" maxOccurs="1"/> <xs:element ref="autoPayStop" minOccurs="0" maxOccurs="1"/> <xs:element ref="autoPayAmtType" minOccurs="0" maxOccurs="1"/> <xs:element ref="autoPayOtherAmt" minOccurs="0" maxOccurs="1"/> <xs:element ref="paymentService" minOccurs="0" maxOccurs="1"/> <xs:element ref="paymentSource" minOccurs="0" maxOccurs="1"/> <xs:element ref="invoFormat" minOccurs="0" maxOccurs="1"/> <xs:element ref="dlsChecksum" minOccurs="1" maxOccurs="1"/> </xs:all> </xs:complexType> </xs:element> <xs:element name="leaseNumber"/> <xs:element name="autoPayInterval"/> <xs:element name="preauthorized"/> <xs:element name="papEffectiveDate"/> <xs:element name="papAccountNumber"/> <xs:element name="papInstitutionID"/> <xs:element name="papAccountName"/> <xs:element name="autoPay"/> <xs:element name="autoPayStart"/> <xs:element name="autoPayStop"/> <xs:element name="autoPayAmtType"/> <xs:element name="autoPayOtherAmt"/> <xs:element name="paymentService"/> <xs:element name="paymentSource"/> <xs:element name="invoFormat"/> <xs:element name="dlsChecksum"/> </xs:schema>