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 |
|
DPI |
|
Dots per inch |
enumeration |
|
PPI |
|
Pixels per inch |
|
source |
<xsd:simpleType name="ResolutionUnitCodeType"> <xsd:restriction base="xsd:token">
|
<xsd:enumeration value="DPI"> <xsd:annotation>
|
<xsd:documentation> Dots per inch </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
|
<xsd:enumeration value="PPI"> <xsd:annotation>
|
<xsd:documentation> Pixels per inch </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
</xsd:restriction> </xsd:simpleType> |