simpleType OrphanWorkCommercialUsageCategoryType
version V5_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Copyright
type restriction of xsd:token
used by
element cpy:OrphanWorkCommercialUsageCategory
source <xsd:simpleType name="OrphanWorkCommercialUsageCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Commercial">
<xsd:annotation>
<xsd:documentation>
Orphan work will be used for commercial purposes
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="NonCommercial">
<xsd:annotation>
<xsd:documentation>
Orphan work will be used for non-commercial purposes
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Commercial and NonCommercial">
<xsd:annotation>
<xsd:documentation>
Orphan work will be used for commercial and non-commercial purposes
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>