Values.AutomatedReasoningPolicyStatementReferenceSourceReferences a specific atomic statement within a source document, used to link policy elements back to their source material.
type nonrec t = {documentId : AutomatedReasoningPolicyDocumentId.t option;The unique identifier of the document containing the referenced statement.
*)statementId : AutomatedReasoningPolicyStatementId.t option;The unique identifier of the specific atomic statement being referenced.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AutomatedReasoningPolicyDocumentId.t ]) list ]