Definition Type: Element
Name: ScheduleJVoluntaryContribution
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
Abstract
Documentation:
Voluntary contributions/donations received in kind but not converted into investments in the specified modes u/s 11(5) within the time provided
Collapse XSD Schema Diagram:
Drilldown into TotalBalIncUs11 in schema itr-7_2018_master_xsd Drilldown into TotalAmtInvestedUs11 in schema itr-7_2018_master_xsd Drilldown into TotalValueOfContribution in schema itr-7_2018_master_xsd Drilldown into ScheduleJVoluntaryContributionDtls in schema itr-7_2018_master_xsdXSD Diagram of ScheduleJVoluntaryContribution in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="ScheduleJVoluntaryContribution">
    <xs:annotation>
        <xs:documentation>Voluntary contributions/donations received in kind
				but not converted into investments in the specified modes u/s 11(5)
				within the time provided
			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ScheduleJVoluntaryContributionDtls" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="TotalValueOfContribution">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotalAmtInvestedUs11">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotalBalIncUs11">
                <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
ScheduleJVoluntaryContributionDtls ITRForm:ScheduleJVoluntaryContributionDtls 0 unbounded
TotalValueOfContribution ITRForm:TotalValueOfContribution (1) (1)
TotalAmtInvestedUs11 ITRForm:TotalAmtInvestedUs11 (1) (1)
TotalBalIncUs11 ITRForm:TotalBalIncUs11 (1) (1)