simpleType
ResolutionUnitCodeType
version
V2_2
namespace
https://www.wipo.int/standards/XMLSchema/ST96/Common
type
restriction of
xsd:token
used by
attribute
com:
resolutionUnitCode
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
>