Definition Type: Element
Name: ValFinishedGoods
Namespace: http://incometaxindiaefiling.gov.in/master
Type: ITRForm:nonEmptyString
Containing Schema: ITR-3_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Default 1
Documentation:
"1"- Cost or market rate , whichever is less "2"- At cost "3"- At market rate
Collapse XSD Schema Diagram:
XSD Diagram of ValFinishedGoods in schema itr-3_2018_master_xsd (Income Tax Department India ITR-3)
Collapse XSD Schema Code:
<xs:element name="ValFinishedGoods" default="1">
    <xs:annotation>
        <xs:documentation>
										"1"- Cost or market rate , whichever is less
										"2"- At cost
										"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: