Definition Type: Element
Name: DetailsOfTrustOutIndiaTrustee
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Documentation:
Details of trusts, created under the laws of a country outside India, in which you are a trustee, beneficiary or settlor
Collapse XSD Schema Diagram:
Drilldown into IncOfferedSchNo in schema itr-5_2018_master_xsd Drilldown into IncOfferedSch in schema itr-5_2018_master_xsd Drilldown into IncOfferedAmt in schema itr-5_2018_master_xsd Drilldown into IncDrvFromTrust in schema itr-5_2018_master_xsd Drilldown into IncDrvTaxFlag in schema itr-5_2018_master_xsd Drilldown into DateHeld in schema itr-5_2018_master_xsd Drilldown into AddressOfBeneficiaries in schema itr-5_2018_master_xsd Drilldown into NameOfBeneficiaries in schema itr-5_2018_master_xsd Drilldown into AddressOfSettlor in schema itr-5_2018_master_xsd Drilldown into NameOfSettlor in schema itr-5_2018_master_xsd Drilldown into AddressOfOtherTrustees in schema itr-5_2018_master_xsd Drilldown into NameOfOtherTrustees in schema itr-5_2018_master_xsd Drilldown into AddressOfTrust in schema itr-5_2018_master_xsd Drilldown into NameOfTrust 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 DetailsOfTrustOutIndiaTrustee in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="DetailsOfTrustOutIndiaTrustee">
    <xs:annotation>
        <xs:documentation>Details of trusts, created under the laws of a country outside India, in which you are a trustee, beneficiary or settlor</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="NameOfTrust">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AddressOfTrust">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="200" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="NameOfOtherTrustees">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AddressOfOtherTrustees">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="200" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="NameOfSettlor">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AddressOfSettlor">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="200" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="NameOfBeneficiaries">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AddressOfBeneficiaries">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="200" />
                    </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="IncDrvTaxFlag">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="Y" />
                        <xs:enumeration value="N" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncDrvFromTrust" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncOfferedAmt" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncOfferedSch" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="50" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncOfferedSchNo" minOccurs="0">
                <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)
NameOfTrust ITRForm:NameOfTrust (1) (1)
AddressOfTrust ITRForm:AddressOfTrust (1) (1)
NameOfOtherTrustees ITRForm:NameOfOtherTrustees (1) (1)
AddressOfOtherTrustees ITRForm:AddressOfOtherTrustees (1) (1)
NameOfSettlor ITRForm:NameOfSettlor (1) (1)
AddressOfSettlor ITRForm:AddressOfSettlor (1) (1)
NameOfBeneficiaries ITRForm:NameOfBeneficiaries (1) (1)
AddressOfBeneficiaries ITRForm:AddressOfBeneficiaries (1) (1)
DateHeld ITRForm:DateHeld (1) (1)
IncDrvTaxFlag ITRForm:IncDrvTaxFlag (1) (1)
IncDrvFromTrust ITRForm:IncDrvFromTrust 0 (1)
IncOfferedAmt ITRForm:IncOfferedAmt 0 (1)
IncOfferedSch ITRForm:IncOfferedSch 0 (1)
IncOfferedSchNo ITRForm:IncOfferedSchNo 0 (1)