[Zorba-coders] [Bug 872502] Re: validation of the JSON module xqdoc fails

2012-03-28 Thread Sorin Marian Nasoi
** Changed in: zorba
   Status: Fix Committed = Fix Released

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

Title:
  validation of the JSON module xqdoc fails

Status in Zorba - The XQuery Processor:
  Fix Released

Bug description:
  The result of the following two queries don't validate against the
  xqdoc schema.

  Query 1:
  import module namespace x = http://www.zorba-xquery.com/modules/xqdoc;;
  import schema namespace xqds = http://www.xqdoc.org/1.0;;

  validate lax { x:xqdoc(http://www.zorba-
  xquery.com/modules/converters/json)  }

  Error: Schema validation failed: no declaration found for element
  'xqdoc:library'

  Query 2:
  import module namespace x = http://www.zorba-xquery.com/modules/xqdoc;;
  import schema namespace xqds = http://www.xqdoc.org/1.0;;

  validate { x:xqdoc(http://www.zorba-
  xquery.com/modules/converters/json)  }

  Error: Schema validation failed: element 'description' is not allowed
  for content model
  
'(description?,author*,version?,param*,return?,error*,deprecated?,see*,since*,custom*)'

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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 872502] Re: validation of the JSON module xqdoc fails

2011-11-16 Thread Matthias Brantner
** Changed in: zorba
   Status: Fix Released = Fix Committed

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

Title:
  validation of the JSON module xqdoc fails

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  The result of the following two queries don't validate against the
  xqdoc schema.

  Query 1:
  import module namespace x = http://www.zorba-xquery.com/modules/xqdoc;;
  import schema namespace xqds = http://www.xqdoc.org/1.0;;

  validate lax { x:xqdoc(http://www.zorba-
  xquery.com/modules/converters/json)  }

  Error: Schema validation failed: no declaration found for element
  'xqdoc:library'

  Query 2:
  import module namespace x = http://www.zorba-xquery.com/modules/xqdoc;;
  import schema namespace xqds = http://www.xqdoc.org/1.0;;

  validate { x:xqdoc(http://www.zorba-
  xquery.com/modules/converters/json)  }

  Error: Schema validation failed: element 'description' is not allowed
  for content model
  
'(description?,author*,version?,param*,return?,error*,deprecated?,see*,since*,custom*)'

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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 872502] Re: validation of the JSON module xqdoc fails

2011-11-04 Thread Sorin Marian Nasoi
** Changed in: zorba
   Status: Fix Committed = Fix Released

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

Title:
  validation of the JSON module xqdoc fails

Status in Zorba - The XQuery Processor:
  Fix Released

Bug description:
  The result of the following two queries don't validate against the
  xqdoc schema.

  Query 1:
  import module namespace x = http://www.zorba-xquery.com/modules/xqdoc;;
  import schema namespace xqds = http://www.xqdoc.org/1.0;;

  validate lax { x:xqdoc(http://www.zorba-
  xquery.com/modules/converters/json)  }

  Error: Schema validation failed: no declaration found for element
  'xqdoc:library'

  Query 2:
  import module namespace x = http://www.zorba-xquery.com/modules/xqdoc;;
  import schema namespace xqds = http://www.xqdoc.org/1.0;;

  validate { x:xqdoc(http://www.zorba-
  xquery.com/modules/converters/json)  }

  Error: Schema validation failed: element 'description' is not allowed
  for content model
  
'(description?,author*,version?,param*,return?,error*,deprecated?,see*,since*,custom*)'

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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 872502] Re: validation of the JSON module xqdoc fails

2011-10-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~zorba-coders/zorba/bug_872502

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

Title:
  validation of the JSON module xqdoc fails

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The result of the following two queries don't validate against the
  xqdoc schema.

  Query 1:
  import module namespace x = http://www.zorba-xquery.com/modules/xqdoc;;
  import schema namespace xqds = http://www.xqdoc.org/1.0;;

  validate lax { x:xqdoc(http://www.zorba-
  xquery.com/modules/converters/json)  }

  Error: Schema validation failed: no declaration found for element
  'xqdoc:library'

  Query 2:
  import module namespace x = http://www.zorba-xquery.com/modules/xqdoc;;
  import schema namespace xqds = http://www.xqdoc.org/1.0;;

  validate { x:xqdoc(http://www.zorba-
  xquery.com/modules/converters/json)  }

  Error: Schema validation failed: element 'description' is not allowed
  for content model
  
'(description?,author*,version?,param*,return?,error*,deprecated?,see*,since*,custom*)'

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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 872502] Re: validation of the JSON module xqdoc fails

2011-10-26 Thread Sorin Marian Nasoi
** Changed in: zorba
   Status: New = Fix Committed

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

Title:
  validation of the JSON module xqdoc fails

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  The result of the following two queries don't validate against the
  xqdoc schema.

  Query 1:
  import module namespace x = http://www.zorba-xquery.com/modules/xqdoc;;
  import schema namespace xqds = http://www.xqdoc.org/1.0;;

  validate lax { x:xqdoc(http://www.zorba-
  xquery.com/modules/converters/json)  }

  Error: Schema validation failed: no declaration found for element
  'xqdoc:library'

  Query 2:
  import module namespace x = http://www.zorba-xquery.com/modules/xqdoc;;
  import schema namespace xqds = http://www.xqdoc.org/1.0;;

  validate { x:xqdoc(http://www.zorba-
  xquery.com/modules/converters/json)  }

  Error: Schema validation failed: element 'description' is not allowed
  for content model
  
'(description?,author*,version?,param*,return?,error*,deprecated?,see*,since*,custom*)'

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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp