Definition Type: ComplexType
Name: ForeignBankDtls
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into IBAN in schema itr-5_2018_master_xsd Drilldown into CountryCode in schema itr-5_2018_master_xsd Drilldown into BankName in schema itr-5_2018_master_xsd Drilldown into SWIFTCode in schema itr-5_2018_master_xsdXSD Diagram of ForeignBankDtls in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:complexType name="ForeignBankDtls">
    <xs:sequence>
        <xs:element name="SWIFTCode">
            <xs:simpleType>
                <xs:restriction base="nonEmptyString">
                    <xs:maxLength value="30" />
                    <xs:minLength value="1" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
        <xs:element name="BankName">
            <xs:simpleType>
                <xs:restriction base="nonEmptyString">
                    <xs:minLength value="1" />
                    <xs:maxLength value="125" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
        <xs:element ref="CountryCode" />
        <xs:element name="IBAN">
            <xs:simpleType>
                <xs:restriction base="nonEmptyString">
                    <xs:maxLength value="40" />
                    <xs:minLength value="1" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SWIFTCode ITRForm:SWIFTCode (1) (1)
BankName ITRForm:BankName (1) (1)
CountryCode ITRForm:CountryCode (1) (1)
IBAN ITRForm:IBAN (1) (1)
Collapse Derivation Tree:
Collapse References:
ITRForm:ForeignBankDetails