Definition Type: Element
Name: DetailsForiegnBank
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Documentation:
Details Of Foreign Bank
Collapse XSD Schema Diagram:
Drilldown into IntrstTaxSchNo in schema itr-5_2018_master_xsd Drilldown into IntrstTaxSch in schema itr-5_2018_master_xsd Drilldown into IntrstTaxAmt in schema itr-5_2018_master_xsd Drilldown into IntrstAccured in schema itr-5_2018_master_xsd Drilldown into PeakBalanceDuringYear in schema itr-5_2018_master_xsd Drilldown into AccOpenDate in schema itr-5_2018_master_xsd Drilldown into IBANSWIFTCode in schema itr-5_2018_master_xsd Drilldown into ForeignAccountNumber in schema itr-5_2018_master_xsd Drilldown into OwnerStatus in schema itr-5_2018_master_xsd Drilldown into NameAsInAccount in schema itr-5_2018_master_xsd Drilldown into AddressOfBank in schema itr-5_2018_master_xsd Drilldown into Bankname in schema itr-5_2018_master_xsd Drilldown into ZipCode in schema itr-5_2018_master_xsd Drilldown into CountryCode in schema itr-5_2018_master_xsd Drilldown into CountryName in schema itr-5_2018_master_xsdXSD Diagram of DetailsForiegnBank in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="DetailsForiegnBank">
    <xs:annotation>
        <xs:documentation> Details Of Foreign Bank</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="CountryName">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="55" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element ref="CountryCode" />
            <xs:element name="ZipCode">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="8" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Bankname">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AddressOfBank">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="200" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="NameAsInAccount">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OwnerStatus">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="OWNER" />
                        <xs:enumeration value="BENEFICIAL_OWNER" />
                        <xs:enumeration value="BENIFICIARY" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ForeignAccountNumber">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="34" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IBANSWIFTCode">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="30" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AccOpenDate">
                <xs:simpleType>
                    <xs:restriction base="xs:date">
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="PeakBalanceDuringYear" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IntrstAccured" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IntrstTaxAmt" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IntrstTaxSch">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="50" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IntrstTaxSchNo">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="50" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CountryName ITRForm:CountryName (1) (1)
CountryCode ITRForm:CountryCode (1) (1)
ZipCode ITRForm:ZipCode (1) (1)
Bankname ITRForm:Bankname (1) (1)
AddressOfBank ITRForm:AddressOfBank (1) (1)
NameAsInAccount ITRForm:NameAsInAccount (1) (1)
OwnerStatus ITRForm:OwnerStatus (1) (1)
ForeignAccountNumber ITRForm:ForeignAccountNumber (1) (1)
IBANSWIFTCode ITRForm:IBANSWIFTCode (1) (1)
AccOpenDate ITRForm:AccOpenDate (1) (1)
PeakBalanceDuringYear ITRForm:PeakBalanceDuringYear (1) (1)
IntrstAccured ITRForm:IntrstAccured (1) (1)
IntrstTaxAmt ITRForm:IntrstTaxAmt (1) (1)
IntrstTaxSch ITRForm:IntrstTaxSch (1) (1)
IntrstTaxSchNo ITRForm:IntrstTaxSchNo (1) (1)