<ST_PixelsMeasure> (Measurement in Pixels)

This simple type specifies that its contents will contain a positive whole number, whose contents consist of a measurement in pixels.

The contents of this measurement are interpreted based on the context of the parent XML element.

example:

This simple type's contents are a restriction of the ST_UnsignedDecimalNumber simple type (§2.18.108).

Referenced By

<marH@val>2.15.2.24); <marW@val>2.15.2.28); <readModeInkLockDown@h>2.15.1.66); <readModeInkLockDown@w>2.15.1.66)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_PixelsMeasure">
	<restriction base="ST_UnsignedDecimalNumber"/>
</simpleType>