Definition Type: Element
Name: AuditInfo
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-3_2018_Master.xsd
Abstract
Documentation:
Audit Information
Collapse XSD Schema Diagram:
Drilldown into AuditDetails in schema itr-3_2018_master_xsd Drilldown into AuditDetails92E in schema itr-3_2018_master_xsd Drilldown into LiableSec92Eflg in schema itr-3_2018_master_xsd Drilldown into AuditDate in schema itr-3_2018_master_xsd Drilldown into AudFrmPAN in schema itr-3_2018_master_xsd Drilldown into AudFrmRegNo in schema itr-3_2018_master_xsd Drilldown into AudFrmName in schema itr-3_2018_master_xsd Drilldown into AuditorMemNo in schema itr-3_2018_master_xsd Drilldown into AuditorName in schema itr-3_2018_master_xsd Drilldown into AuditReportFurnishDate in schema itr-3_2018_master_xsd Drilldown into AuditAccountantFlg in schema itr-3_2018_master_xsd Drilldown into LiableSec44ABflg in schema itr-3_2018_master_xsd Drilldown into LiableSec44AAflg in schema itr-3_2018_master_xsdXSD Diagram of AuditInfo in schema itr-3_2018_master_xsd (Income Tax Department India ITR-3)
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="LiableSec44AAflg" default="N">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:length value="1" />
                        <xs:pattern value="N|Y" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="LiableSec44ABflg" default="N">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:length value="1" />
                        <xs:pattern value="N|Y" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AuditAccountantFlg" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:length value="1" />
                        <xs:pattern value="N|Y" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AuditReportFurnishDate" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:date">
                        <xs:minInclusive value="2016-04-01" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AuditorName" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AuditorMemNo" minOccurs="0">
                <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="1" />
                    </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" minOccurs="0">
                <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" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:date">
                        <xs:minInclusive value="2016-04-01" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="LiableSec92Eflg">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:length value="1" />
                        <xs:enumeration value="N" />
                        <xs:enumeration value="Y" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element ref="AuditDetails92E" minOccurs="0" />
            <xs:element ref="AuditDetails" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LiableSec44AAflg ITRForm:LiableSec44AAflg (1) (1)
LiableSec44ABflg ITRForm:LiableSec44ABflg (1) (1)
AuditAccountantFlg ITRForm:AuditAccountantFlg 0 (1)
AuditReportFurnishDate ITRForm:AuditReportFurnishDate 0 (1)
AuditorName ITRForm:AuditorName 0 (1)
AuditorMemNo ITRForm:AuditorMemNo 0 (1)
AudFrmName ITRForm:AudFrmName 0 (1)
AudFrmRegNo ITRForm:AudFrmRegNo 0 (1)
AudFrmPAN ITRForm:AudFrmPAN 0 (1)
AuditDate ITRForm:AuditDate 0 (1)
LiableSec92Eflg ITRForm:LiableSec92Eflg (1) (1)
AuditDetails92E ITRForm:AuditDetails92E 0 (1)
AuditDetails ITRForm:AuditDetails 0 unbounded