← Back to team overview

zorba-coders team mailing list archive

[Bug 891209] [NEW] validation with xsi:type returns untyped

 

Public bug reported:

import module namespace schema = "http://www.zorba-
xquery.com/modules/schema";

schema:schema-type(
  data(
     validate lax { <a xsi:type="xs:integer">2</a> }
  ) 
)

** Affects: zorba
     Importance: Undecided
     Assignee: Cezar Andrei (cezar-andrei)
         Status: New


** Tags: validate

** Changed in: zorba
     Assignee: (unassigned) => Cezar Andrei (cezar-andrei)

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/891209

Title:
  validation with xsi:type returns untyped

Status in Zorba - The XQuery Processor:
  New

Bug description:
  import module namespace schema = "http://www.zorba-
  xquery.com/modules/schema";

  schema:schema-type(
    data(
       validate lax { <a xsi:type="xs:integer">2</a> }
    ) 
  )

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/891209/+subscriptions


Follow ups

References