syndicate_utils/assertions.prs

15 lines
496 B
Plaintext
Raw Normal View History

2024-01-09 18:49:54 +00:00
version 1.
FileSystemUsage = <file-system-usage @path string @size int>.
2024-01-14 10:52:17 +00:00
# This assertion publishes a dataspace that proxies assertions with
# an exception for <Observe …> which is pulsed every periodSec.
# The pulse resolution is no more than one millisecond.
2024-02-08 15:50:19 +00:00
Pulse = <pulse @periodSec float @proxy #:any>.
2024-01-20 13:28:36 +00:00
XmlTranslation = <xml-translation @xml string @pr any>.
2024-02-09 15:24:45 +00:00
XsltTransform = <xslt-transform @stylesheet string @input string @output any>.
XsltItems = [XsltItem ...].
XsltItem = string.