Definition Type: Element
Name: OpeningStockDtls
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into OpeningStock in schema itr-5_2018_master_xsd Drilldown into FinishedGoods in schema itr-5_2018_master_xsd Drilldown into WorkInProgress in schema itr-5_2018_master_xsd Drilldown into RawMaterial in schema itr-5_2018_master_xsdXSD Diagram of OpeningStockDtls in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="OpeningStockDtls">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="RawMaterial" 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="OpeningStock" 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
RawMaterial ITRForm:RawMaterial (1) (1)
WorkInProgress ITRForm:WorkInProgress (1) (1)
FinishedGoods ITRForm:FinishedGoods (1) (1)
OpeningStock ITRForm:OpeningStock (1) (1)