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