Definition Type: Element
Name: AuditDetailsSchLA
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
Abstract
Documentation:
AUDIT DETAILS
Collapse XSD Schema Diagram:
Drilldown into AuditDate in schema itr-7_2018_master_xsd Drilldown into AudFrmPAN in schema itr-7_2018_master_xsd Drilldown into AudFrmRegNo 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_xsdXSD Diagram of AuditDetailsSchLA in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="AuditDetailsSchLA">
    <xs:annotation>
        <xs:documentation>AUDIT DETAILS</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="DateOfAudit" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:date">
                    </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="0" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AuditorMemNo" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <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:pattern value="\d\d\d\d\d\d" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AudFrmPAN" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <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="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 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)