simpleType RenewalPaymentPeriodCategoryType
version V4_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Patent
type restriction of xsd:token
used by
element pat:RenewalPaymentPeriodCategory
source <xsd:simpleType name="RenewalPaymentPeriodCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Open">
<xsd:annotation>
<xsd:documentation>
Renewal payment period is open
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Closed">
<xsd:annotation>
<xsd:documentation>
Renewal payment period is closed
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Not open yet">
<xsd:annotation>
<xsd:documentation>
Renewal payment period is not open yet
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>