From 6ea939a5079f0c729768d65d14ad2b77cb3f6d4b Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Mon, 6 Jan 2025 17:02:22 +0000 Subject: [PATCH] Clarify that [p:]timeout is an xs:double or an xs:dayTimeDuration --- xproc/src/main/xml/specification.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xproc/src/main/xml/specification.xml b/xproc/src/main/xml/specification.xml index b2c3848c1..03164d487 100644 --- a/xproc/src/main/xml/specification.xml +++ b/xproc/src/main/xml/specification.xml @@ -3985,7 +3985,7 @@ attribute allows a pipeline author to suggest a length of time beyond which the pipeline processor should consider that a step has taken an excessive amount of time. -The duration may be specified as a number, indicating a number of seconds, +The duration may be specified as an xs:double, indicating a number of seconds, or as a duration using a string that satisfies the constraints of an xs:dayTimeDuration. The duration must not be negative.