simpleType OrphanWorkPublicationCategoryType
version V5_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="Published">
<xsd:annotation>
<xsd:documentation>
Orphan work has been published
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Not Published">
<xsd:annotation>
<xsd:documentation>
Orphan work has not been published
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Publication Status Unknown">
<xsd:annotation>
<xsd:documentation>
Publication status of the orphan work is unknown
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>