Definition Type: Element
Name: DoneeWithPan
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-4_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into EligibleDonationAmt in schema itr-4_2018_master_xsd Drilldown into DonationAmt in schema itr-4_2018_master_xsd Drilldown into AddressDetail in schema itr-4_2018_master_xsd Drilldown into DoneePAN in schema itr-4_2018_master_xsd Drilldown into DoneeWithPanName in schema itr-4_2018_master_xsdXSD Diagram of DoneeWithPan in schema itr-4_2018_master_xsd (Income Tax Department India ITR-4)
Collapse XSD Schema Code:
<xs:element name="DoneeWithPan">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="DoneeWithPanName">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="DoneePAN">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:length value="10" />
                        <xs:pattern value="[A-Z][A-Z][A-Z][A-Z][A-Z]\d\d\d\d[A-Z]" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AddressDetail" type="AddressDetail80G" />
            <xs:element name="DonationAmt" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="EligibleDonationAmt" 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
DoneeWithPanName ITRForm:DoneeWithPanName (1) (1)
DoneePAN ITRForm:DoneePAN (1) (1)
AddressDetail ITRForm:AddressDetail (1) (1)
DonationAmt ITRForm:DonationAmt (1) (1)
EligibleDonationAmt ITRForm:EligibleDonationAmt (1) (1)