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