Definition Type: Element
Name: AuditInfo
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Documentation:
Audit Information
Collapse XSD Schema Diagram:
Drilldown into AuditDate in schema itr-5_2018_master_xsd Drilldown into AudFrmPAN in schema itr-5_2018_master_xsd Drilldown into AudFrmRegNo in schema itr-5_2018_master_xsd Drilldown into AudFrmName in schema itr-5_2018_master_xsd Drilldown into AuditorMemNo in schema itr-5_2018_master_xsd Drilldown into AuditorName in schema itr-5_2018_master_xsd Drilldown into AuditReportFurnishDate in schema itr-5_2018_master_xsdXSD Diagram of AuditInfo in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="AuditInfo">
    <xs:annotation>
        <xs:documentation> Audit Information</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="AuditReportFurnishDate" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:date">
                        <xs:minInclusive value="2017-04-01" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AuditorName">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AuditorMemNo">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:length value="6" />
                        <xs:pattern value="\d\d\d\d\d\d" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AudFrmName" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                        <xs:minLength value="0" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AudFrmRegNo" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="8" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AudFrmPAN">
                <xs:annotation>
                    <xs:documentation>Enter Firm's PAN or Proprietor's PAN here
						</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:length value="10" />
                        <xs:pattern value="[A-Z][A-Z][A-Z][A-Z][A-Z]\d\d\d\d[A-Z]" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AuditDate">
                <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
AuditReportFurnishDate ITRForm:AuditReportFurnishDate 0 (1)
AuditorName ITRForm:AuditorName (1) (1)
AuditorMemNo ITRForm:AuditorMemNo (1) (1)
AudFrmName ITRForm:AudFrmName 0 (1)
AudFrmRegNo ITRForm:AudFrmRegNo 0 (1)
AudFrmPAN ITRForm:AudFrmPAN (1) (1)
AuditDate ITRForm:AuditDate (1) (1)