simpleType PeriodCategoryType
version V2_2
namespace https://www.wipo.int/standards/XMLSchema/ST96/Design
type restriction of xsd:token
used by
attribute dgn: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>