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