simpleType AuthorizedUserStatusCategoryType
version V7_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/GeographicalIndication
type restriction of xsd:token
used by
element gin:AuthorizedUserStatusCategory
source <xsd:simpleType name="AuthorizedUserStatusCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Pending">
<xsd:annotation>
<xsd:documentation>
Pending
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Valid">
<xsd:annotation>
<xsd:documentation>
Valid
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Ended">
<xsd:annotation>
<xsd:documentation>
Ended
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>