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