Definition Type: Element
Name: ScheduleFsiAy2014
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Documentation:
FSI
Collapse XSD Schema Diagram:
Drilldown into TotalCountryWise in schema itr-5_2018_master_xsd Drilldown into IncOthSrc in schema itr-5_2018_master_xsd Drilldown into IncCapGain in schema itr-5_2018_master_xsd Drilldown into IncFromBusiness in schema itr-5_2018_master_xsd Drilldown into IncFromHP in schema itr-5_2018_master_xsd Drilldown into TaxIdentificationNo in schema itr-5_2018_master_xsd Drilldown into CountryCode in schema itr-5_2018_master_xsd Drilldown into CountryName in schema itr-5_2018_master_xsdXSD Diagram of ScheduleFsiAy2014 in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CountryName ITRForm:CountryName (1) (1)
CountryCode ITRForm:CountryCode (1) (1)
TaxIdentificationNo ITRForm:TaxIdentificationNo (1) (1)
IncFromHP ITRForm:IncFromHP (1) (1)
IncFromBusiness ITRForm:IncFromBusiness (1) (1)
IncCapGain ITRForm:IncCapGain (1) (1)
IncOthSrc ITRForm:IncOthSrc (1) (1)
TotalCountryWise ITRForm:TotalCountryWise (1) (1)