simpleType PeriodCategoryType
version V7_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Common
type restriction of xsd:token
used by
attribute com:periodCategory
source <xsd:simpleType name="PeriodCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="In year">
<xsd:annotation>
<xsd:documentation>
In year
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="In month">
<xsd:annotation>
<xsd:documentation>
In month
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="In week">
<xsd:annotation>
<xsd:documentation>
In week
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="In day">
<xsd:annotation>
<xsd:documentation>
In day
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>