simpleType TransactionSubcategoryType
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type restriction of xsd:token
used by
simpleType com:TransactionSubCodeType
source <xsd:simpleType name="TransactionSubcategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Normal">
<xsd:annotation>
<xsd:documentation>
Normal
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Accelerated registration">
<xsd:annotation>
<xsd:documentation>
Accelerated registration
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>