Definition Type: Element
Name: AckNoOriginalReturn
Namespace: http://incometaxindiaefiling.gov.in/master
Type: token:http://www.w3.org/2001/XMLSchema
Containing Schema: ITR-4_2018_Master.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Enter the Acknowledgement number of the original return.
Collapse XSD Schema Diagram:
XSD Diagram of AckNoOriginalReturn in schema itr-4_2018_master_xsd (Income Tax Department India ITR-4)
Collapse XSD Schema Code:
<xs:element name="AckNoOriginalReturn" minOccurs="0">
    <xs:annotation>
        <xs:documentation> Enter the Acknowledgement number of the
							original return.
						</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:token">
            <xs:maxLength value="15" />
            <xs:pattern value="[0-9]{15}" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
MaxLength 15
Pattern [0-9]{15}