Inspire revision 4711
Gyldig
Parameters of the binary encoding method
| Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
| byteLength |
|
Total length in bytes of the binary stream (if known in advance)
|
Integer |
0..1 |
| byteEncoding |
|
Byte encoding method used to encode the binary data (raw or base 64)
|
ByteEncoding
(enumeration)
|
1..1 |
| - raw |
|
|
CharacterString |
1..1 |
| - base64 |
|
|
CharacterString |
1..1 |
| byteOrder |
|
Byte order convention used to encode this binary data (big endian = most significant byte first, MSB or little endian = least significant byte first, LSB)
|
ByteOrder
(enumeration)
|
1..1 |
| - bigEndian |
|
|
CharacterString |
1..1 |
| - littleEndian |
|
|
CharacterString |
1..1 |
| member |
|
Each member contains detailed parameters for encoding a scalar value or a block of values
|
ComponentOrBlock
(union)
|
1..* |
| - byComponent |
|
|
Component
(type)
|
1..1 |
| - byBlock |
|
|
Block
(type)
|
1..1 |
| AbstractEncoding |