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