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