simpleType LimitationCategoryType
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type restriction of xsd:token
used by
element com:LimitationCategory
source <xsd:simpleType name="LimitationCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="List limited to">
<xsd:annotation>
<xsd:documentation>
List limited to
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Remove from list">
<xsd:annotation>
<xsd:documentation>
Remove from list
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>