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