2.2.23 SharedStyleProperties

The SharedStyleProperties record specifies the style properties that can be shared by multiple records.          

 SharedStyleProperties = shared *styleProperties delimiter


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

shared

styleProperties (variable)

...

delimiter

shared (1 byte): A byte that specifies the start of the SharedStyleProperties record. The value of the shared field MUST be 0x00.

styleProperties (variable): A collection of structures that specifies style properties that are shared by multiple records. The order of the structures in the collection is arbitrary. The collection can be empty.

delimiter (1 byte): A byte that specifies the end of the SharedStyleProperties record. The value of the delimiter field MUST be 0xFF.