| id | field name | definition |
| 0 | Data_Set_Name |
| xml string |
|
Name describing the Data Set
|
|
| 1 | Data_Set_Type |
| xml string |
|
Type of the Data Set. It can be one of: M = Measurement, R = Reference
|
|
| 2 | File_Name |
| xml string |
|
Name of the Reference File. It is used if Data_Set_Type is set to R, otherwise it is empty
|
|
| 3 | Data_Set_Offset |
| ascii int64 | size: 21 |
Offset in bytes between start byte of product files and start byte of first record of DS
| attribute: unit |
| ascii string | size: 5 |
|
fixed value: "bytes"
|
available: optional
|
|
|
| 4 | Data_Set_Size |
| ascii int64 | size: 21 |
Size in bytes of the Attached Data Set Used if Data_Set_Type is set to M. If not used set to 0
| attribute: unit |
| ascii string | size: 5 |
|
fixed value: "bytes"
|
available: optional
|
|
|
| 5 | Num_of_Records |
| ascii int64 | size: 11 |
|
Number of Data Set Records in the Attached Data Set
|
|
| 6 | Record_Size |
| ascii int64 | size: 11 |
Size of the Data Set Record in the Attached Data Set. If variable set to -0000000001. If not used set to +0000000000
| attribute: unit |
| ascii string | size: 5 |
|
fixed value: "bytes"
|
available: optional
|
|
|
| 7 | Byte_Order |
| xml string |
|
Byte ordering information. It describes the endianness of the data set. 3210 -> Big-endian. 0123 -> Little-endian. For Reference DSDs, this field is empty or 0000.
|
|