Definition Type: Element
Name: Don100PercentApprReqd
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotElgDon100Percent in schema itr-5_2018_master_xsd Drilldown into TotDon100Percent in schema itr-5_2018_master_xsd Drilldown into DoneeDetail in schema itr-5_2018_master_xsdXSD Diagram of Don100PercentApprReqd in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="Don100PercentApprReqd" minOccurs="0">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="DoneeDetail" 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="TotElgDon100Percent" 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
DoneeDetail ITRForm:DoneeDetail (1) unbounded
TotDon100Percent ITRForm:TotDon100Percent (1) (1)
TotElgDon100Percent ITRForm:TotElgDon100Percent (1) (1)