Definition Type: Element
Name: RupeeLoan
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotRupeeLoan in schema itr-5_2018_master_xsd Drilldown into FrmOthrs in schema itr-5_2018_master_xsd Drilldown into FrmPersonSpcfdUs40A2b in schema itr-5_2018_master_xsd Drilldown into FrmBank in schema itr-5_2018_master_xsdXSD Diagram of RupeeLoan in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="RupeeLoan">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="FrmBank" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="FrmPersonSpcfdUs40A2b" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="FrmOthrs" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotRupeeLoan" 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
FrmBank ITRForm:FrmBank (1) (1)
FrmPersonSpcfdUs40A2b ITRForm:FrmPersonSpcfdUs40A2b (1) (1)
FrmOthrs ITRForm:FrmOthrs (1) (1)
TotRupeeLoan ITRForm:TotRupeeLoan (1) (1)