Definition Type: Element
Name: DetailsFinancialInterest
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Documentation:
Details Of Financial Interest
Collapse XSD Schema Diagram:
Drilldown into IncTaxSchNo in schema itr-5_2018_master_xsd Drilldown into IncTaxSch in schema itr-5_2018_master_xsd Drilldown into IncTaxAmt in schema itr-5_2018_master_xsd Drilldown into NatureOfInc in schema itr-5_2018_master_xsd Drilldown into IncFromInt in schema itr-5_2018_master_xsd Drilldown into TotalInvestment in schema itr-5_2018_master_xsd Drilldown into DateHeld in schema itr-5_2018_master_xsd Drilldown into NatureOfInt in schema itr-5_2018_master_xsd Drilldown into AddressOfEntity in schema itr-5_2018_master_xsd Drilldown into NameOfEntity in schema itr-5_2018_master_xsd Drilldown into NatureOfEntity 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 DetailsFinancialInterest in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="DetailsFinancialInterest">
    <xs:annotation>
        <xs:documentation> Details Of Financial Interest</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="NatureOfEntity" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="100" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="NameOfEntity">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AddressOfEntity">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="200" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="NatureOfInt">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="DIRECT" />
                        <xs:enumeration value="BENEFICIAL_OWNER" />
                        <xs:enumeration value="BENIFICIARY" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="DateHeld">
                <xs:simpleType>
                    <xs:restriction base="xs:date">
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotalInvestment" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncFromInt">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="NatureOfInc">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="100" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncTaxAmt" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncTaxSch">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="50" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncTaxSchNo">
                <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)
NatureOfEntity ITRForm:NatureOfEntity 0 (1)
NameOfEntity ITRForm:NameOfEntity (1) (1)
AddressOfEntity ITRForm:AddressOfEntity (1) (1)
NatureOfInt ITRForm:NatureOfInt (1) (1)
DateHeld ITRForm:DateHeld (1) (1)
TotalInvestment ITRForm:TotalInvestment (1) (1)
IncFromInt ITRForm:IncFromInt (1) (1)
NatureOfInc ITRForm:NatureOfInc (1) (1)
IncTaxAmt ITRForm:IncTaxAmt (1) (1)
IncTaxSch ITRForm:IncTaxSch (1) (1)
IncTaxSchNo ITRForm:IncTaxSchNo (1) (1)