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