Definition Type: Element
Name: ProfBusGain
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-6_2018_Master.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Profit from business or profession
Collapse XSD Schema Diagram:
Drilldown into TotProfBusGain in schema itr-6_2018_master_xsd Drilldown into UnderSecBBG in schema itr-6_2018_master_xsd Drilldown into UnderSecBBF in schema itr-6_2018_master_xsd Drilldown into ProfGainSpecifiedBus in schema itr-6_2018_master_xsd Drilldown into ProfGainSpecBus in schema itr-6_2018_master_xsd Drilldown into ProfGainNoSpecBus in schema itr-6_2018_master_xsdXSD Diagram of ProfBusGain in schema itr-6_2018_master_xsd (Income Tax Department India ITR-6)
Collapse XSD Schema Code:
<xs:element name="ProfBusGain" minOccurs="0">
    <xs:annotation>
        <xs:documentation> Profit from business or profession
						</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ProfGainNoSpecBus" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ProfGainSpecBus" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ProfGainSpecifiedBus" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="UnderSecBBF" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="UnderSecBBG" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotProfBusGain" 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
ProfGainNoSpecBus ITRForm:ProfGainNoSpecBus (1) (1)
ProfGainSpecBus ITRForm:ProfGainSpecBus (1) (1)
ProfGainSpecifiedBus ITRForm:ProfGainSpecifiedBus (1) (1)
UnderSecBBF ITRForm:UnderSecBBF (1) (1)
UnderSecBBG ITRForm:UnderSecBBG (1) (1)
TotProfBusGain ITRForm:TotProfBusGain (1) (1)