simpleType NPLStandardNumberCategoryType
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type restriction of xsd:token
used by
attribute com:nplStandardNumberCategory
source <xsd:simpleType name="NPLStandardNumberCategoryType">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="ISSN">
<xsd:annotation>
<xsd:documentation>
International Standard Serial Number
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ISBN">
<xsd:annotation>
<xsd:documentation>
International Standard Book Number
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="MSN">
<xsd:annotation>
<xsd:documentation>
Monographic Series Number
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation>
Other Standard Number
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>