Definition Type: Element
Name: DetailsOthAssets
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Documentation:
Details Of Other Asset
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 IncDrvAsset in schema itr-5_2018_master_xsd Drilldown into TotalInvestment in schema itr-5_2018_master_xsd Drilldown into DateOfAcq in schema itr-5_2018_master_xsd Drilldown into Ownership in schema itr-5_2018_master_xsd Drilldown into NatureOfAsset 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 DetailsOthAssets in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="DetailsOthAssets">
    <xs:annotation>
        <xs:documentation> Details Of Other Asset</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="NatureOfAsset">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="100" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Ownership">
                <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="DateOfAcq">
                <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="IncDrvAsset">
                <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)
NatureOfAsset ITRForm:NatureOfAsset (1) (1)
Ownership ITRForm:Ownership (1) (1)
DateOfAcq ITRForm:DateOfAcq (1) (1)
TotalInvestment ITRForm:TotalInvestment (1) (1)
IncDrvAsset ITRForm:IncDrvAsset (1) (1)
NatureOfInc ITRForm:NatureOfInc (1) (1)
IncTaxAmt ITRForm:IncTaxAmt (1) (1)
IncTaxSch ITRForm:IncTaxSch (1) (1)
IncTaxSchNo ITRForm:IncTaxSchNo (1) (1)