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