Definition Type: Element
Name: Local
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into VoluntaryContribution in schema itr-7_2018_master_xsd Drilldown into TotalOtherThanCorpusFund in schema itr-7_2018_master_xsd Drilldown into OtherDonation in schema itr-7_2018_master_xsd Drilldown into OtherSpecificGrants in schema itr-7_2018_master_xsd Drilldown into GrantsReceivedFromCompanie in schema itr-7_2018_master_xsd Drilldown into GrantsReceivedFormGovt in schema itr-7_2018_master_xsd Drilldown into CorpusFundDonation in schema itr-7_2018_master_xsdXSD Diagram of Local in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="Local">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="CorpusFundDonation">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="GrantsReceivedFormGovt">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="GrantsReceivedFromCompanie">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OtherSpecificGrants">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OtherDonation">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotalOtherThanCorpusFund" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="VoluntaryContribution" 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
CorpusFundDonation ITRForm:CorpusFundDonation (1) (1)
GrantsReceivedFormGovt ITRForm:GrantsReceivedFormGovt (1) (1)
GrantsReceivedFromCompanie ITRForm:GrantsReceivedFromCompanie (1) (1)
OtherSpecificGrants ITRForm:OtherSpecificGrants (1) (1)
OtherDonation ITRForm:OtherDonation (1) (1)
TotalOtherThanCorpusFund ITRForm:TotalOtherThanCorpusFund (1) (1)
VoluntaryContribution ITRForm:VoluntaryContribution (1) (1)