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