From 440d1adfcd969ea9f32dc6bd9ccfbf7432754c82 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Wed, 24 Apr 2024 09:22:36 +0100 Subject: [PATCH] Fix the sequence type of the default-version option --- step-validation/src/main/xml/specification.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/step-validation/src/main/xml/specification.xml b/step-validation/src/main/xml/specification.xml index 18ce2fa..ae5622b 100644 --- a/step-validation/src/main/xml/specification.xml +++ b/step-validation/src/main/xml/specification.xml @@ -463,15 +463,15 @@ No document properties on the schemas port are preserved. - + The option can be used to - control the schema's version in case it does not specify one itself. If + control the schema's version in case it does not specify one itself. If the schema does not specify a version and option - is empty, the version used is implementation-defined. + is empty, the version used is implementation-defined. It is a dynamic error if the selected version is not supported. @@ -491,6 +491,12 @@ No document properties on the schemas port are preserved. on the result port. No document properties on the schemas are preserved. No document properties are preserved on the report port. + + +Errata, April 2024 +Corrected an error in the sequence type for the default-version option +to allow it to be optional. +