This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
The declaration declare context item as xs:integer+ := (1 to 17)[position() = 5]; in this test is syntactically invalid. [31] ContextItemDecl ::= "declare" "context" "item" ("as" ItemType)? ((":=" VarValue) | ("external" (":=" VarDefaultValue)?)) The type can only be an ItemType, not a SequenceType.
Fixed.
Thanks.