simpleType DesignApplicationEventCategoryType
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Design
type restriction of xsd:token
properties
base xsd:token
used by
element dgn:DesignApplicationEventCategory
facets
Kind Value annotation
enumeration Filed Filed
enumeration Withdrawn Withdrawn
enumeration Rejected Rejected
enumeration Undefined Undefined
source <xsd:simpleType name="DesignApplicationEventCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Filed">
<xsd:annotation>
<xsd:documentation>
Filed
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Withdrawn">
<xsd:annotation>
<xsd:documentation>
Withdrawn
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Rejected">
<xsd:annotation>
<xsd:documentation>
Rejected
</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>