Definition Type: Element
Name: Appropriations
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-6_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotAppropriations in schema itr-6_2018_master_xsd Drilldown into AnyOtherAppr in schema itr-6_2018_master_xsd Drilldown into AppropriationsCSR in schema itr-6_2018_master_xsd Drilldown into TaxOnDividend in schema itr-6_2018_master_xsd Drilldown into ProposedDividend in schema itr-6_2018_master_xsd Drilldown into TrfToReserves in schema itr-6_2018_master_xsdXSD Diagram of Appropriations in schema itr-6_2018_master_xsd (Income Tax Department India ITR-6)
Collapse XSD Schema Code:
<xs:element name="Appropriations">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="TrfToReserves" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ProposedDividend" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TaxOnDividend" default="0" minOccurs="0">
                <xs:annotation>
                    <xs:documentation> Incl earlier dividends
									</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AppropriationsCSR" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AnyOtherAppr" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotAppropriations" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <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
TrfToReserves ITRForm:TrfToReserves (1) (1)
ProposedDividend ITRForm:ProposedDividend 0 (1)
TaxOnDividend ITRForm:TaxOnDividend 0 (1)
AppropriationsCSR ITRForm:AppropriationsCSR 0 (1)
AnyOtherAppr ITRForm:AnyOtherAppr 0 (1)
TotAppropriations ITRForm:TotAppropriations 0 (1)