Definition Type: Element
Name: SpecifiedPerson
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-3_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AmtIncluded in schema itr-3_2018_master_xsd Drilldown into NatureOfInc in schema itr-3_2018_master_xsd Drilldown into ReltnShip in schema itr-3_2018_master_xsd Drilldown into PANofSpecPerson in schema itr-3_2018_master_xsd Drilldown into SpecifiedPersonName in schema itr-3_2018_master_xsdXSD Diagram of SpecifiedPerson in schema itr-3_2018_master_xsd (Income Tax Department India ITR-3)
Collapse XSD Schema Code:
<xs:element name="SpecifiedPerson">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="SpecifiedPersonName">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="PANofSpecPerson" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength 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="ReltnShip">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="50" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="NatureOfInc">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="50" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AmtIncluded">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <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
SpecifiedPersonName ITRForm:SpecifiedPersonName (1) (1)
PANofSpecPerson ITRForm:PANofSpecPerson 0 (1)
ReltnShip ITRForm:ReltnShip (1) (1)
NatureOfInc ITRForm:NatureOfInc (1) (1)
AmtIncluded ITRForm:AmtIncluded (1) (1)