simpleType MadridSystemCategoryType
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Trademark/1
type restriction of xsd:token
used by
element tmk:MadridSystemCategory
source <xsd:simpleType name="MadridSystemCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Agreement">
<xsd:annotation>
<xsd:documentation>
Agreement
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Protocol">
<xsd:annotation>
<xsd:documentation>
Protocol
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>