module Uid:sig
..end
UID names are as found in
PS 3.6 2011, tables
A-1, A-2, A-3.
typet =
string
val name : t -> string option
name uid
is the UID's name according to the standard.val to_syntax : t -> [ `BE_explicit | `LE_explicit | `LE_implicit ]
to_syntax uid
is uid
's transfer syntax. Anything unknown is
mapped to `LE_explicit
(default syntax for compressed
formats).