range
com.jxml.quick.model.qjml.QMRange
Specifies a range of legal values for an attribute or text coin. Comparison depends on the type of the coin (PCDATA, int, float, etc).
Attributes:
ID optional Identifies the element.
imax optional The largest allowed value (inclusive) of a range String imax
imin optional The smallest allowed value (inclusive) of a range. String imin
xmax optional The largest allowed value (exclusive) of a range String xmax
xmin optional The smallest allowed value (exclusive) of a range. String xmin
Content:
rem 0 or more Comments ArrayList remList