simpleType DiligenceSearchStatusCategoryType
version V7_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Copyright
type restriction of xsd:token
used by
element cpy:DiligenceSearchStatusCategory
source <xsd:simpleType name="DiligenceSearchStatusCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Orphan Work">
<xsd:annotation>
<xsd:documentation>
A work has been accepted as an orphan work
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Partial Orphan Work">
<xsd:annotation>
<xsd:documentation>
A work has been accepted as a partial orphan work
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Not Orphan Work">
<xsd:annotation>
<xsd:documentation>
A work has been declared not an orphan work
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Status Change Claimed ">
<xsd:annotation>
<xsd:documentation>
A claim has been made to challenge the status of the orphan work
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>