Definition Type: Element
Name: MethodOfValClgStk
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into DecProOrIncLossUs145_A in schema itr-5_2018_master_xsd Drilldown into EffectOnPL in schema itr-5_2018_master_xsd Drilldown into ChngStockValMetFlg in schema itr-5_2018_master_xsd Drilldown into ValFinishedGoods in schema itr-5_2018_master_xsd Drilldown into ValRawMaterial in schema itr-5_2018_master_xsdXSD Diagram of MethodOfValClgStk in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="MethodOfValClgStk" minOccurs="0">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ValRawMaterial" default="1">
                <xs:annotation>
                    <xs:documentation>
										"1" : 1. Cost or market rate , whichever is less
										"2" : 2. At cost
										"3" : 3. At market rate
							</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:length value="1" />
                        <xs:enumeration value="1" />
                        <xs:enumeration value="2" />
                        <xs:enumeration value="3" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ValFinishedGoods" default="1">
                <xs:annotation>
                    <xs:documentation>
												"1" : 1. Cost or market rate , whichever is less
												"2" : 2. At cost
												"3" : 3. At market rate
									</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:length value="1" />
                        <xs:enumeration value="1" />
                        <xs:enumeration value="2" />
                        <xs:enumeration value="3" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ChngStockValMetFlg" default="N">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:length value="1" />
                        <xs:enumeration value="N" />
                        <xs:enumeration value="Y" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="EffectOnPL" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="DecProOrIncLossUs145_A" default="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
ValRawMaterial ITRForm:ValRawMaterial (1) (1)
ValFinishedGoods ITRForm:ValFinishedGoods (1) (1)
ChngStockValMetFlg ITRForm:ChngStockValMetFlg (1) (1)
EffectOnPL ITRForm:EffectOnPL (1) (1)
DecProOrIncLossUs145_A ITRForm:DecProOrIncLossUs145_A (1) (1)