Definition Type: Element
Name: Address
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-1_2018_Master.xsd
Abstract
Documentation:
Address of assessee
Collapse XSD Schema Diagram:
Drilldown into EmailAddress in schema itr-1_2018_master_xsd Drilldown into MobileNo in schema itr-1_2018_master_xsd Drilldown into CountryCodeMobile in schema itr-1_2018_master_xsd Drilldown into PinCode in schema itr-1_2018_master_xsd Drilldown into StateCode in schema itr-1_2018_master_xsd Drilldown into CityOrTownOrDistrict in schema itr-1_2018_master_xsd Drilldown into LocalityOrArea in schema itr-1_2018_master_xsd Drilldown into RoadOrStreet in schema itr-1_2018_master_xsd Drilldown into ResidenceName in schema itr-1_2018_master_xsd Drilldown into ResidenceNo in schema itr-1_2018_master_xsdXSD Diagram of Address in schema itr-1_2018_master_xsd (Income Tax Department India ITR-1)
Collapse XSD Schema Code:
<xs:element name="Address">
    <xs:annotation>
        <xs:documentation> Address of assessee</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ResidenceNo">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="50" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ResidenceName" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:minLength value="0" />
                        <xs:maxLength value="50" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="RoadOrStreet" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="50" />
                        <xs:minLength value="0" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="LocalityOrArea">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="50" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="CityOrTownOrDistrict">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:minLength value="1" />
                        <xs:maxLength value="50" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="StateCode">
                <xs:annotation>
                    <xs:documentation>
					01-Andaman and Nicobar islands
					02-Andhra Pradesh
					03-Arunachal Pradesh
					04-Assam
					05-Bihar
					06-Chandigarh
					07-Dadra Nagar and Haveli
					08-Daman and Diu
					09- Delhi
					10- Goa
					11-Gujarat
					12- Haryana
					13- Himachal Pradesh
					14-Jammu and Kashmir
					15- Karnataka
					16- Kerala
					17- Lakshadweep
					18-Madhya Pradesh
					19-Maharashtra
					20-Manipur
					21-meghalaya
					22-Mizoram
					23-Nagaland
					24- Orissa
					25- Pondicherry
					26- Punjab
					27-Rajasthan
					28- Sikkim
					29-Tamil Nadu
					30- Tripura
					31-Uttar Pradesh
					32- West Bengal
					33- Chhattisgarh
					34- Uttarakhand
					35- Jharkhand
					36- Telangana
				</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="01" />
                        <xs:enumeration value="02" />
                        <xs:enumeration value="03" />
                        <xs:enumeration value="04" />
                        <xs:enumeration value="05" />
                        <xs:enumeration value="06" />
                        <xs:enumeration value="07" />
                        <xs:enumeration value="08" />
                        <xs:enumeration value="09" />
                        <xs:enumeration value="10" />
                        <xs:enumeration value="11" />
                        <xs:enumeration value="12" />
                        <xs:enumeration value="13" />
                        <xs:enumeration value="14" />
                        <xs:enumeration value="15" />
                        <xs:enumeration value="16" />
                        <xs:enumeration value="17" />
                        <xs:enumeration value="18" />
                        <xs:enumeration value="19" />
                        <xs:enumeration value="20" />
                        <xs:enumeration value="21" />
                        <xs:enumeration value="22" />
                        <xs:enumeration value="23" />
                        <xs:enumeration value="24" />
                        <xs:enumeration value="25" />
                        <xs:enumeration value="26" />
                        <xs:enumeration value="27" />
                        <xs:enumeration value="28" />
                        <xs:enumeration value="29" />
                        <xs:enumeration value="30" />
                        <xs:enumeration value="31" />
                        <xs:enumeration value="32" />
                        <xs:enumeration value="33" />
                        <xs:enumeration value="34" />
                        <xs:enumeration value="35" />
                        <xs:enumeration value="36" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="PinCode">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="6" />
                        <xs:pattern value="[1-9]{1}[0-9]{5}" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="CountryCodeMobile">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="2" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="MobileNo">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="10" />
                        <xs:pattern value="[1-9]{1}[0-9]{9}" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="EmailAddress">
                <xs:annotation>
                    <xs:documentation>Email Id is required for receiving copy of ITR-V
						</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                        <xs:pattern value="([\.a-zA-Z0-9_\-])+@([a-zA-Z0-9_\-])+(([a-zA-Z0-9_\-])*\.([a-zA-Z0-9_\-])+)+" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ResidenceNo ITRForm:ResidenceNo (1) (1)
ResidenceName ITRForm:ResidenceName 0 (1)
RoadOrStreet ITRForm:RoadOrStreet 0 (1)
LocalityOrArea ITRForm:LocalityOrArea (1) (1)
CityOrTownOrDistrict ITRForm:CityOrTownOrDistrict (1) (1)
StateCode ITRForm:StateCode (1) (1)
PinCode ITRForm:PinCode (1) (1)
CountryCodeMobile ITRForm:CountryCodeMobile (1) (1)
MobileNo ITRForm:MobileNo (1) (1)
EmailAddress ITRForm:EmailAddress (1) (1)