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