| version |
V2_0 |
| namespace |
https://www.wipo.int/standards/XMLSchema/ST96/Common |
| type |
restriction of xsd:token |
| properties |
|
| used by |
|
| facets |
| Kind |
|
Value |
|
annotation |
| enumeration |
|
Black and white |
|
Black and white |
| enumeration |
|
Greyscale |
|
Greyscale |
| enumeration |
|
Colour |
|
Colour |
|
| source |
<xsd:simpleType name="ColourModeCategoryType"> <xsd:restriction base="xsd:token">
|
<xsd:enumeration value="Black and white"> <xsd:annotation>
|
<xsd:documentation> Black and white </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
|
<xsd:enumeration value="Greyscale"> <xsd:annotation>
|
<xsd:documentation> Greyscale </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
|
<xsd:enumeration value="Colour"> <xsd:annotation>
|
<xsd:documentation> Colour </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
</xsd:restriction> </xsd:simpleType> |