Definition Type: Element
Name: Salarys
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-3_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into OtherAllowances in schema itr-3_2018_master_xsd Drilldown into ExemptUSection10HouseRent in schema itr-3_2018_master_xsd Drilldown into ExemptUSection10NonMonetary in schema itr-3_2018_master_xsd Drilldown into ExemptUSection10Travel in schema itr-3_2018_master_xsd Drilldown into IncomeFromSalary in schema itr-3_2018_master_xsd Drilldown into DeductionUnderSection16 in schema itr-3_2018_master_xsd Drilldown into ProfitsinLieuOfSalary in schema itr-3_2018_master_xsd Drilldown into ValueOfPerquisites in schema itr-3_2018_master_xsd Drilldown into AllowancesNotExempt in schema itr-3_2018_master_xsd Drilldown into Salary in schema itr-3_2018_master_xsdXSD Diagram of Salarys in schema itr-3_2018_master_xsd (Income Tax Department India ITR-3)
Collapse XSD Schema Code:
<xs:element name="Salarys">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Salary" default="0">
                <xs:annotation>
                    <xs:documentation>Excluding all allowances, perquisites adn
										profit in lieu of salary
									</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AllowancesNotExempt" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ValueOfPerquisites" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ProfitsinLieuOfSalary" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="DeductionUnderSection16" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                        <xs:maxInclusive value="10000" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncomeFromSalary" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ExemptUSection10Travel" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ExemptUSection10NonMonetary" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ExemptUSection10HouseRent" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OtherAllowances" minOccurs="0">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="OthersIncDtls" type="OthersIncDtlsSal" maxOccurs="unbounded" minOccurs="0" />
                        <xs:element name="OthersIncTotal" default="0">
                            <xs:simpleType>
                                <xs:restriction base="xs:unsignedLong">
                                    <xs:totalDigits value="14" />
                                </xs:restriction>
                            </xs:simpleType>
                        </xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Salary ITRForm:Salary (1) (1)
AllowancesNotExempt ITRForm:AllowancesNotExempt (1) (1)
ValueOfPerquisites ITRForm:ValueOfPerquisites (1) (1)
ProfitsinLieuOfSalary ITRForm:ProfitsinLieuOfSalary (1) (1)
DeductionUnderSection16 ITRForm:DeductionUnderSection16 (1) (1)
IncomeFromSalary ITRForm:IncomeFromSalary (1) (1)
ExemptUSection10Travel ITRForm:ExemptUSection10Travel (1) (1)
ExemptUSection10NonMonetary ITRForm:ExemptUSection10NonMonetary (1) (1)
ExemptUSection10HouseRent ITRForm:ExemptUSection10HouseRent (1) (1)
OtherAllowances ITRForm:OtherAllowances 0 (1)