2.2.71 Measurements

The Measurements record specifies the properties of an element in the parent record.          

 Measurements = [extraDelimiter] measurementsStart offset count measurementsContent


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

measurementsStart

offset

...

...

count

...

measurementsContent (variable)

...

measurementsStart (1 byte): A byte that specifies the start of the Measurements record. The value of the measurementsStart field MUST be 0x10.

offset (8 bytes): A signed integer that specifies the position of the parent record in the RPL stream. The parent record MUST be one of the following.

Parent record

PageContent

SimpleSection

MixedSection

BodyAreaElement

PageHeaderElement

PageFooterElement

BodyElement

Rectangle

SubReport

count (4 bytes): A signed integer that specifies the number of elements the parent record contains.

measurementsContent (variable): An array of Measurement structures. The number of elements in the array MUST be equal to the value of the count field.