<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:element name="CHECK_UPDATE"> <xs:complexType> <xs:sequence> <xs:element ref="CHECK_RECORD" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="CHECK_RECORD"> <xs:complexType> <xs:all> <xs:element ref="disbursementType" minOccurs="1" maxOccurs="1"/> <xs:element ref="asset" minOccurs="1" maxOccurs="1"/> <xs:element ref="checkAmount" minOccurs="1" maxOccurs="1"/> <xs:element ref="disbursementDate" minOccurs="1" maxOccurs="1"/> <xs:element ref="reference" minOccurs="0" maxOccurs="1"/> <xs:element ref="bankCode" minOccurs="1" maxOccurs="1"/> <xs:element ref="payeeNumber" minOccurs="0" maxOccurs="1"/> <xs:element ref="payeeName" minOccurs="0" maxOccurs="1"/> <xs:element ref="payeeAddress" minOccurs="0" maxOccurs="1"/> <xs:element ref="payeeCity" minOccurs="0" maxOccurs="1"/> <xs:element ref="payeeState" minOccurs="0" maxOccurs="1"/> <xs:element ref="payeeZip" minOccurs="0" maxOccurs="1"/> </xs:all> </xs:complexType> </xs:element> <xs:element name="disbursementType"/> <xs:element name="asset"/> <xs:element name="checkAmount"/> <xs:element name="disbursementDate"/> <xs:element name="reference"/> <xs:element name="bankCode"/> <xs:element name="payeeNumber"/> <xs:element name="payeeName"/> <xs:element name="payeeAddress"/> <xs:element name="payeeCity"/> <xs:element name="payeeState"/> <xs:element name="payeeZip"/> </xs:schema>