simpleType PriorityStatusCategoryType
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type restriction of xsd:token
properties
base xsd:token
used by
element com:PriorityStatusCategory
facets
Kind Value annotation
enumeration Claimed Claimed
enumeration Abandoned Abandoned
enumeration Accepted Accepted
enumeration Partially refused Partially refused
enumeration Refused Refused
enumeration Undefined Undefined
source <xsd:simpleType name="PriorityStatusCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Claimed">
<xsd:annotation>
<xsd:documentation>
Claimed
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Abandoned">
<xsd:annotation>
<xsd:documentation>
Abandoned
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Accepted">
<xsd:annotation>
<xsd:documentation>
Accepted
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Partially refused">
<xsd:annotation>
<xsd:documentation>
Partially refused
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Refused">
<xsd:annotation>
<xsd:documentation>
Refused
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Undefined">
<xsd:annotation>
<xsd:documentation>
Undefined
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>