Definition Type: Element
Name: TaxReturnPreparer
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-4_2018_Master.xsd
Abstract
Documentation:
TRP details
Collapse XSD Schema Diagram:
Drilldown into ReImbFrmGov in schema itr-4_2018_master_xsd Drilldown into NameOfTRP in schema itr-4_2018_master_xsd Drilldown into IdentificationNoOfTRP in schema itr-4_2018_master_xsdXSD Diagram of TaxReturnPreparer in schema itr-4_2018_master_xsd (Income Tax Department India ITR-4)
Collapse XSD Schema Code:
<xs:element name="TaxReturnPreparer">
    <xs:annotation>
        <xs:documentation>TRP details</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="IdentificationNoOfTRP">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:pattern value="[T][0-9]{9}|[0-9]{6}" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="NameOfTRP">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ReImbFrmGov" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IdentificationNoOfTRP ITRForm:IdentificationNoOfTRP (1) (1)
NameOfTRP ITRForm:NameOfTRP (1) (1)
ReImbFrmGov ITRForm:ReImbFrmGov 0 (1)