<xs:element name="PartB_TTI">
<xs:annotation>
<xs:documentation> Computation of tax liability on total income
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="ComputationOfTaxLiability" />
<xs:element ref="TaxPaid" />
<xs:element ref="Refund">
<xs:annotation>
<xs:documentation>11. Refund details</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AssetOutsideIndiaFlg" default="NO" minOccurs="0">
<xs:annotation>
<xs:documentation>This field is applicable only in case of
resident assessee. It is to know if the assessee has any interest
in any asset/signing authority in any account located outside
India.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="nonEmptyString">
<xs:enumeration value="YES" />
<xs:enumeration value="NO" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|