simpleType AlternativeTitleSourceCategoryType
version V7_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Copyright
type restriction of xsd:token
used by
attribute cpy:alternativeTitleSourceCategory
source <xsd:simpleType name="AlternativeTitleSourceCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Based on">
<xsd:annotation>
<xsd:documentation>
Title of the work on whcih the orphan work is based
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Derived from">
<xsd:annotation>
<xsd:documentation>
Title of the work frmo which the orphan work is derived
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration value="Inserted">
<xsd:annotation>
<xsd:documentation>
Title of the work inserted in the orphan work
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>