simpleType GoodsServicesRefusalCategoryType
version V4_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Trademark
type restriction of xsd:token
used by
element tmk:GoodsServicesRefusalCategory
source <xsd:simpleType name="GoodsServicesRefusalCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Refused">
<xsd:annotation>
<xsd:documentation>
Goods and services refused
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Accepted">
<xsd:annotation>
<xsd:documentation>
Goods and services accepted
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>