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