p:sleep — The standard p:sleep step.
The p:sleep
step introduces a delay.
Input port | Primary | Sequence | Content types |
---|
source | ✔ | ✔ | any |
Output port | Primary | Sequence | Content types |
---|
result | ✔ | ✔ | any |
Option name | Type | Required |
---|
duration | xs:string | ✔ |
Declaration
1 |<p:declare-step xmlns:p="http://www.w3.org/ns/xproc">
| <p:input port="source" sequence="true" content-types="any"/>
| <p:output port="result" sequence="true" content-types="any"/>
| <p:option name="duration" as="xs:string" required="true"/>
5 |</p:declare-step>
Errors