<xs:element name="ScheduleFsiAy2014">
<xs:annotation>
<xs:documentation>FSI</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="CountryName">
<xs:simpleType>
<xs:restriction base="nonEmptyString">
<xs:maxLength value="55" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element ref="CountryCode" />
<xs:element name="TaxIdentificationNo">
<xs:simpleType>
<xs:restriction base="nonEmptyString">
<xs:maxLength value="16" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="IncFromHP" type="ScheduleFSIIncType" />
<xs:element name="IncFromBusiness" type="ScheduleFSIIncType" />
<xs:element name="IncCapGain" type="ScheduleFSIIncType" />
<xs:element name="IncOthSrc" type="ScheduleFSIIncType" />
<xs:element name="TotalCountryWise" type="TotalScheduleFSIIncType" />
</xs:sequence>
</xs:complexType>
</xs:element>
|