simpleType ProductionAmountUnitCategoryType
version V7_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/GeographicalIndication
type restriction of xsd:token
used by
attribute gin:productionAmountUnitCategory
source <xsd:simpleType name="ProductionAmountUnitCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Litre">
<xsd:annotation>
<xsd:documentation>
Litre, equal to 1000 cubic centimetres
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Tonne">
<xsd:annotation>
<xsd:documentation>
Metric tonne, equal to 1000 kilograms
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>