<xs:element name="FilingStatus">
<xs:annotation>
<xs:documentation> Filing status of assesse</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="DesigOfficerWardorCircle" minOccurs="0">
<xs:simpleType>
<xs:restriction base="nonEmptyString">
<xs:maxLength value="75" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ReturnFileSec" default="11">
<xs:annotation>
<xs:documentation>
"11":"Voluntarily on or before the due date under section 139(1))"
"12":"Voluntarily after the due date under section 139(4)",
"13":"In response to notice under section 142(1)",
"14":"In response to notice under section 148",
"15":"In response to notice under section 153A",
"16":"In response to notice under section 153C read with section 153A",
"17":"Revised return under section 139(5)",
"18":"In response to a notice (u/s 139(9)where the original return filed was a Defective return",
"20":"section 139(4) read with section 119(2)(b)"
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:totalDigits value="2" />
<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="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="AckNoOriginalReturn" minOccurs="0">
<xs:annotation>
<xs:documentation> Enter the Acknowledgement number of the
original return.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:maxLength value="15" />
<xs:pattern value="[0-9]{15}" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NoticeNo" minOccurs="0">
<xs:simpleType>
<xs:restriction base="nonEmptyString">
<xs:maxLength value="23" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DefRetOrigRetFiledDate" minOccurs="0">
<xs:annotation>
<xs:documentation>Enter date when the notice was issued to the
assessee to file a fresh return Sec139(9))
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:date">
<xs:minInclusive value="2018-04-01" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ReturnType">
<xs:simpleType>
<xs:restriction base="nonEmptyString">
<xs:maxLength value="1" />
<xs:enumeration value="O" />
<xs:enumeration value="R" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ReceiptNo" minOccurs="0">
<xs:annotation>
<xs:documentation>Enter efiling or other Ack No of Original return
here in case of revised return
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:maxLength value="15" />
<xs:pattern value="[0-9]{15}" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="OrigRetFiledDate" minOccurs="0">
<xs:annotation>
<xs:documentation>Enter Date of filing of Original return
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:date">
<xs:minInclusive value="2018-04-01" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ResidentialStatus">
<xs:annotation>
<xs:documentation>
"RES":"RES - Resident",
"NRI":"NRI - Non
Resident",
"NOR":"NOR - Resident but not Ordinarily Resident"
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="nonEmptyString">
<xs:maxLength value="3" />
<xs:enumeration value="RES" />
<xs:enumeration value="NRI" />
<xs:enumeration value="NOR" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="TaxStatus">
<xs:annotation>
<xs:documentation>
"TR":"Tax Refundable",
"TP":"Tax Payable",
"NT":"Nil Tax Balance"
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="nonEmptyString">
<xs:enumeration value="TR" />
<xs:enumeration value="TP" />
<xs:enumeration value="NT" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PortugeseCC5A" minOccurs="0" maxOccurs="1">
<xs:simpleType>
<xs:restriction base="nonEmptyString">
<xs:length value="1" />
<xs:enumeration value="Y" />
<xs:enumeration value="N" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PANOfSpouse" minOccurs="0">
<xs:simpleType>
<xs:restriction base="nonEmptyString">
<xs:length value="10" />
<xs:pattern value="[A-Z][A-Z][A-Z][P][A-Z]\d\d\d\d[A-Z]" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NoticeDateUnderSec" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:date">
<xs:minInclusive value="2018-04-01" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|