Definition Type: Element
Name: AuditDetails92E
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DateOfAudit in schema itr-5_2018_master_xsdXSD Diagram of AuditDetails92E in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="AuditDetails92E">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="DateOfAudit">
                <xs:simpleType>
                    <xs:restriction base="xs:date">
                        <xs:minInclusive value="2017-04-01" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DateOfAudit ITRForm:DateOfAudit (1) (1)