Definition Type: Element
Name: EmployeeComp
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into AmtPaidToNonRes in schema itr-5_2018_master_xsd Drilldown into AnyCompPaidToNonRes in schema itr-5_2018_master_xsd Drilldown into TotEmployeeComp in schema itr-5_2018_master_xsd Drilldown into OthEmpBenftExpdr in schema itr-5_2018_master_xsd Drilldown into ContToOthFund in schema itr-5_2018_master_xsd Drilldown into ContToGratFund in schema itr-5_2018_master_xsd Drilldown into ContToPF in schema itr-5_2018_master_xsd Drilldown into ContToSuperAnnFund in schema itr-5_2018_master_xsd Drilldown into LeaveTravelBenft in schema itr-5_2018_master_xsd Drilldown into LeaveEncash in schema itr-5_2018_master_xsd Drilldown into MedExpReimb in schema itr-5_2018_master_xsd Drilldown into Bonus in schema itr-5_2018_master_xsd Drilldown into SalsWages in schema itr-5_2018_master_xsdXSD Diagram of EmployeeComp in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="EmployeeComp">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="SalsWages" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Bonus" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="MedExpReimb" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="LeaveEncash" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="LeaveTravelBenft" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ContToSuperAnnFund" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ContToPF" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ContToGratFund" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ContToOthFund" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OthEmpBenftExpdr" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotEmployeeComp" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AnyCompPaidToNonRes" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:pattern value="Y|N" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AmtPaidToNonRes" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SalsWages ITRForm:SalsWages (1) (1)
Bonus ITRForm:Bonus (1) (1)
MedExpReimb ITRForm:MedExpReimb (1) (1)
LeaveEncash ITRForm:LeaveEncash (1) (1)
LeaveTravelBenft ITRForm:LeaveTravelBenft (1) (1)
ContToSuperAnnFund ITRForm:ContToSuperAnnFund (1) (1)
ContToPF ITRForm:ContToPF (1) (1)
ContToGratFund ITRForm:ContToGratFund (1) (1)
ContToOthFund ITRForm:ContToOthFund (1) (1)
OthEmpBenftExpdr ITRForm:OthEmpBenftExpdr (1) (1)
TotEmployeeComp ITRForm:TotEmployeeComp (1) (1)
AnyCompPaidToNonRes ITRForm:AnyCompPaidToNonRes 0 (1)
AmtPaidToNonRes ITRForm:AmtPaidToNonRes 0 (1)