Values.BranchSourceA group of signals that are defined in a hierarchical structure.
type nonrec t = {fullyQualifiedName : BranchFullyQualifiedNameString.t;The fully qualified name of the branch. For example, the fully qualified name of a branch might be Vehicle.Body.Engine.
*)description : Description.t option;A brief description of the branch.
*)deprecationMessage : Message.t option;The deprecation message for the node or the branch that was moved or deleted.
*)comment : Message.t option;A comment in addition to the description.
*)}val make :
?description:??? ->
?deprecationMessage:??? ->
?comment:??? ->
fullyQualifiedName:BranchFullyQualifiedNameString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of BranchFullyQualifiedNameString.t ]) list ]