<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:include schemaLocation="viban.common.xsd"/>
    <xs:element name="VibanModifyResponse" type="vibanModifyResponse"/>

    <xs:complexType name="vibanModifyResponse">
        <xs:all>
            <xs:element name="VirtualIBAN" type="IBAN"/>
            <xs:element name="ClientReference" type="Max255Text" minOccurs="0"/>
            <xs:element name="User" type="AccountUser"/>
            <xs:element name="Status" type="vibanStatus"/>
        </xs:all>
    </xs:complexType>

</xs:schema>

