2.1.3.1 serializedType
The serializedType simple type contains a base-64-encoded binary stream.
-
<xs:simpleType name="serializedType"> <xs:restriction base="xs:string"> <xs:pattern value="\{[A-Za-z0-9+/]*\}"/> </xs:restriction> </xs:simpleType>
pattern: This value describes base-64 encoding
using the following pattern: [A-Za-z0-9+/]*
-
This field uses non-standard base-64 encoding as specified in section 2.1.4.2.