Definition Type: Element
Name: Don50PercentNoApprReqd
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-4_2018_Master.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotEligibleDon50Percent in schema itr-4_2018_master_xsd Drilldown into TotDon50PercentNoApprReqd in schema itr-4_2018_master_xsd Drilldown into DoneeWithPan in schema itr-4_2018_master_xsdXSD Diagram of Don50PercentNoApprReqd in schema itr-4_2018_master_xsd (Income Tax Department India ITR-4)
Collapse XSD Schema Code:
<xs:element name="Don50PercentNoApprReqd" minOccurs="0">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="DoneeWithPan" maxOccurs="unbounded" />
            <xs:element name="TotDon50PercentNoApprReqd" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotEligibleDon50Percent" 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
DoneeWithPan ITRForm:DoneeWithPan (1) unbounded
TotDon50PercentNoApprReqd ITRForm:TotDon50PercentNoApprReqd (1) (1)
TotEligibleDon50Percent ITRForm:TotEligibleDon50Percent (1) (1)