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