simpleType UserCategoryType
version V7_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Copyright
type restriction of xsd:token
used by
element cpy:UserCategory
source <xsd:simpleType name="UserCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Archive">
<xsd:annotation>
<xsd:documentation>
Orphan work is to be used for archive purposes
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Cultural">
<xsd:annotation>
<xsd:documentation>
Orphan work is to be used for cultural purposes
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Educational">
<xsd:annotation>
<xsd:documentation>
Orphan work is to be used for educational purposes
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Library">
<xsd:annotation>
<xsd:documentation>
Orphan work is to be used for library purposes
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Museum">
<xsd:annotation>
<xsd:documentation>
Orphan work is to be used for museum purposes
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Religious">
<xsd:annotation>
<xsd:documentation>
Orphan work is to be used for religious purposes
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>