Definition Type: Element
Name: Receipts
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-6_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotalOfReceipts in schema itr-6_2018_master_xsd Drilldown into TotOthersReceiptsOnly in schema itr-6_2018_master_xsd Drilldown into OthersIncRec in schema itr-6_2018_master_xsd Drilldown into RlznDuesDebtors in schema itr-6_2018_master_xsd Drilldown into TotalSaleofAssets in schema itr-6_2018_master_xsd Drilldown into OthersInc in schema itr-6_2018_master_xsd Drilldown into Dividend in schema itr-6_2018_master_xsd Drilldown into Interest in schema itr-6_2018_master_xsdXSD Diagram of Receipts in schema itr-6_2018_master_xsd (Income Tax Department India ITR-6)
Collapse XSD Schema Code:
<xs:element name="Receipts">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Interest">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Dividend">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OthersInc">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="OthersIncDtls" type="OthersIncDtl" maxOccurs="unbounded" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="TotalSaleofAssets">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="RlznDuesDebtors">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OthersIncRec">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="OthersIncDtls" type="OthersIncDtl" maxOccurs="unbounded" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="TotOthersReceiptsOnly">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotalOfReceipts">
                <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
Interest ITRForm:Interest (1) (1)
Dividend ITRForm:Dividend (1) (1)
OthersInc ITRForm:OthersInc (1) (1)
TotalSaleofAssets ITRForm:TotalSaleofAssets (1) (1)
RlznDuesDebtors ITRForm:RlznDuesDebtors (1) (1)
OthersIncRec ITRForm:OthersIncRec (1) (1)
TotOthersReceiptsOnly ITRForm:TotOthersReceiptsOnly (1) (1)
TotalOfReceipts ITRForm:TotalOfReceipts (1) (1)