simpleType OrphanWorkPublicationCategoryType
version V7_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Copyright
type restriction of xsd:token
used by
element cpy:OrphanWorkPublicationCategory
source <xsd:simpleType name="OrphanWorkPublicationCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Publicly known">
<xsd:annotation>
<xsd:documentation>
Orphan work has been published or has been made publicly known
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Not publicly known">
<xsd:annotation>
<xsd:documentation>
Orphan work has not been published or been made publicly known
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Public availability unknown">
<xsd:annotation>
<xsd:documentation>
Whether or not the work has been published or has been made known to the public is unknown
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>