Definition Type: Element
Name: AuditDetails
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
Abstract
Documentation:
AUDIT DETAILS
Collapse XSD Schema Diagram:
Drilldown into OtherSectionDesc in schema itr-7_2018_master_xsd Drilldown into AuditReportFurnishDate in schema itr-7_2018_master_xsd Drilldown into AuditDate in schema itr-7_2018_master_xsd Drilldown into AudFrmPAN in schema itr-7_2018_master_xsd Drilldown into AudFrmName in schema itr-7_2018_master_xsd Drilldown into AuditorMemNo in schema itr-7_2018_master_xsd Drilldown into AuditorName in schema itr-7_2018_master_xsd Drilldown into DateOfAudit in schema itr-7_2018_master_xsd Drilldown into AuditedSection in schema itr-7_2018_master_xsdXSD Diagram of AuditDetails in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="AuditDetails">
    <xs:annotation>
        <xs:documentation> AUDIT DETAILS</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="AuditedSection">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="25" />
                        <xs:enumeration value="10(23C)(iv)" />
                        <xs:enumeration value="10(23C)(v)" />
                        <xs:enumeration value="10(23C)(vi)" />
                        <xs:enumeration value="10(23C)(via)" />
                        <xs:enumeration value="10A" />
                        <xs:enumeration value="10AA" />
                        <xs:enumeration value="12A(1)(b)" />
                        <xs:enumeration value="44AB" />
                        <xs:enumeration value="44DA" />
                        <xs:enumeration value="50B" />
                        <xs:enumeration value="80-IA" />
                        <xs:enumeration value="80-IB" />
                        <xs:enumeration value="80-IC" />
                        <xs:enumeration value="80-ID" />
                        <xs:enumeration value="80JJAA" />
                        <xs:enumeration value="80LA" />
                        <xs:enumeration value="115JB" />
                        <xs:enumeration value="115VW" />
                        <xs:enumeration value="Others" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="DateOfAudit">
                <xs:simpleType>
                    <xs:restriction base="xs:date">
                        <xs:minInclusive value="2017-04-01" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AuditorName" id="AudiSec3">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AuditorMemNo" id="AudiSec4">
                <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" id="AudiSec5" 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="AudFrmPAN" id="AudiSec61">
                <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" id="AudiSec7">
                <xs:simpleType>
                    <xs:restriction base="xs:date">
                        <xs:minInclusive value="2017-04-01" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <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="OtherSectionDesc" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="25" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AuditedSection ITRForm:AuditedSection (1) (1)
DateOfAudit ITRForm:DateOfAudit (1) (1)
AuditorName ITRForm:AuditorName (1) (1)
AuditorMemNo ITRForm:AuditorMemNo (1) (1)
AudFrmName ITRForm:AudFrmName 0 (1)
AudFrmPAN ITRForm:AudFrmPAN (1) (1)
AuditDate ITRForm:AuditDate (1) (1)
AuditReportFurnishDate ITRForm:AuditReportFurnishDate 0 (1)
OtherSectionDesc ITRForm:OtherSectionDesc 0 (1)