Definition Type: Element
Name: ScheduleJVoluntaryContributionDtls
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into BalIncUs11 in schema itr-7_2018_master_xsd Drilldown into AmtInvestedUs11 in schema itr-7_2018_master_xsd Drilldown into ValueOfContribution in schema itr-7_2018_master_xsd Drilldown into NameAndAddress in schema itr-7_2018_master_xsdXSD Diagram of ScheduleJVoluntaryContributionDtls in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="ScheduleJVoluntaryContributionDtls">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="NameAndAddress" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="300" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ValueOfContribution" minOccurs="0" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AmtInvestedUs11" minOccurs="0" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="BalIncUs11" minOccurs="0" 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
NameAndAddress ITRForm:NameAndAddress 0 (1)
ValueOfContribution ITRForm:ValueOfContribution 0 (1)
AmtInvestedUs11 ITRForm:AmtInvestedUs11 0 (1)
BalIncUs11 ITRForm:BalIncUs11 0 (1)