ReferenceRML blocks
fact block
Declare information used by rules.
A fact is a document-root block. It requires a type. Supported fact types are truth, text, number, and date. Add export to expose it outside its package.
fact Payment confirmed
type truth
export
end