simpleType  NPLStandardNumberCategoryType 
versionV3_0
namespacehttp://www.wipo.int/standards/XMLSchema/ST96/Common
typerestriction 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>