Definition Type: Element
Name: InterestExpdrtDtls
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into InterestExpdr in schema itr-5_2018_master_xsd Drilldown into ResOthers in schema itr-5_2018_master_xsd Drilldown into ResPartners in schema itr-5_2018_master_xsd Drilldown into Others in schema itr-5_2018_master_xsd Drilldown into NonResOtherCompany in schema itr-5_2018_master_xsdXSD Diagram of InterestExpdrtDtls in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="InterestExpdrtDtls">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="NonResOtherCompany" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Others" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ResPartners" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ResOthers" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="InterestExpdr" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NonResOtherCompany ITRForm:NonResOtherCompany (1) (1)
Others ITRForm:Others (1) (1)
ResPartners ITRForm:ResPartners (1) (1)
ResOthers ITRForm:ResOthers (1) (1)
InterestExpdr ITRForm:InterestExpdr (1) (1)