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