Definition Type: Element
Name: ExemptionOrDednUs54Dtls
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-3_2018_Master.xsd
MinOccurs 0
MaxOccurs 9
Abstract
Collapse XSD Schema Diagram:
Drilldown into ExemptionAmount in schema itr-3_2018_master_xsd Drilldown into ExemptionSecCode in schema itr-3_2018_master_xsdXSD Diagram of ExemptionOrDednUs54Dtls in schema itr-3_2018_master_xsd (Income Tax Department India ITR-3)
Collapse XSD Schema Code:
<xs:element name="ExemptionOrDednUs54Dtls" minOccurs="0" maxOccurs="9">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ExemptionSecCode">
                <xs:annotation>
                    <xs:documentation>
									"54" - Sec 54
									"54B" - Sec 54B
									"54D" - Sec 54D
									"54EC" - Sec 54EC
									"54EE" - Sec 54EE
									"54F" - Sec 54F
									"54G" - Sec	54G
									"54GA" - Sec 54GA
									"54GB" - Sec 54GB
								</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="54" />
                        <xs:enumeration value="54B" />
                        <xs:enumeration value="54D" />
                        <xs:enumeration value="54EC" />
                        <xs:enumeration value="54EE" />
                        <xs:enumeration value="54F" />
                        <xs:enumeration value="54G" />
                        <xs:enumeration value="54GA" />
                        <xs:enumeration value="54GB" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ExemptionAmount">
                <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
ExemptionSecCode ITRForm:ExemptionSecCode (1) (1)
ExemptionAmount ITRForm:ExemptionAmount (1) (1)