Definition Type: Element
Name: DeductionsUndSchVIADtl
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotDeductUndSchVIA in schema itr-5_2018_master_xsd Drilldown into PartCchapterVIA in schema itr-5_2018_master_xsd Drilldown into PartBchapterVIA in schema itr-5_2018_master_xsdXSD Diagram of DeductionsUndSchVIADtl in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="DeductionsUndSchVIADtl">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PartBchapterVIA" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="PartCchapterVIA" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotDeductUndSchVIA" 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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartBchapterVIA ITRForm:PartBchapterVIA (1) (1)
PartCchapterVIA ITRForm:PartCchapterVIA (1) (1)
TotDeductUndSchVIA ITRForm:TotDeductUndSchVIA (1) (1)