Definition Type: Element
Name: ValRawMaterial
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Type: ITRForm:nonEmptyString
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Default 1
Documentation:
"1" : 1. Cost or market rate , whichever is less "2" : 2. At cost "3" : 3. At market rate
Collapse XSD Schema Diagram:
XSD Diagram of ValRawMaterial in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2
Enumeration 3
Length 1
Collapse Derivation Tree: