Definition Type: Element
Name: VoluntaryContributionDtls
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ClosingBalance in schema itr-7_2018_master_xsd Drilldown into TotAmtExeUndSec13B in schema itr-7_2018_master_xsd Drilldown into Total in schema itr-7_2018_master_xsd Drilldown into AmtSpentOnManagingAffairs in schema itr-7_2018_master_xsd Drilldown into AmtDistToPoliticalParties in schema itr-7_2018_master_xsd Drilldown into TotalAfterVoluntaryContribution in schema itr-7_2018_master_xsd Drilldown into VoluntaryContributionDuringYr in schema itr-7_2018_master_xsd Drilldown into OpeningBalance in schema itr-7_2018_master_xsdXSD Diagram of VoluntaryContributionDtls in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="VoluntaryContributionDtls">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="OpeningBalance">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                        <xs:minInclusive value="0" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="VoluntaryContributionDuringYr">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                        <xs:minInclusive value="0" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotalAfterVoluntaryContribution">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                        <xs:minInclusive value="0" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AmtDistToPoliticalParties">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                        <xs:minInclusive value="0" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AmtSpentOnManagingAffairs">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                        <xs:minInclusive value="0" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Total">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                        <xs:minInclusive value="0" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotAmtExeUndSec13B">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                        <xs:minInclusive value="0" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ClosingBalance">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                        <xs:minInclusive value="0" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OpeningBalance ITRForm:OpeningBalance (1) (1)
VoluntaryContributionDuringYr ITRForm:VoluntaryContributionDuringYr (1) (1)
TotalAfterVoluntaryContribution ITRForm:TotalAfterVoluntaryContribution (1) (1)
AmtDistToPoliticalParties ITRForm:AmtDistToPoliticalParties (1) (1)
AmtSpentOnManagingAffairs ITRForm:AmtSpentOnManagingAffairs (1) (1)
Total ITRForm:Total (1) (1)
TotAmtExeUndSec13B ITRForm:TotAmtExeUndSec13B (1) (1)
ClosingBalance ITRForm:ClosingBalance (1) (1)