2.3.3.3 StringValueWithCode

The StringValueWithCode structure is a ValueWithCode where PrimitiveTypeEnumeration is String (0x12). The StringValue field is serialized as a LengthPrefixedString.


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

PrimitiveTypeEnum

BinaryObjectString (variable)

...

PrimitiveTypeEnum (1 byte): A PrimitiveTypeEnumeration value that specifies the primitive type of the data. The value MUST be 0x12 (String).

BinaryObjectString (variable): A LengthPrefixedString that contains the string value.