This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29911 - [FO31] XSD with http://www.w3.org/2005/xpath-functions/json
Summary: [FO31] XSD with http://www.w3.org/2005/xpath-functions/json
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 3.1 (show other bugs)
Version: Candidate Recommendation
Hardware: PC Windows NT
: P2 editorial
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-04 16:47 UTC by Abel Braaksma
Modified: 2016-12-16 19:55 UTC (History)
0 users

See Also:


Attachments

Description Abel Braaksma 2016-10-04 16:47:43 UTC
The namespace http://www.w3.org/2005/xpath-functions/json is used in the combined XSD in C Schemas:

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
    elementFormDefault="qualified"
    targetNamespace="http://www.w3.org/2005/xpath-functions"
    xmlns:j="http://www.w3.org/2005/xpath-functions/json">
    
    <xs:include schemaLocation="analyze-string.xsd"/>
    <xs:include schemaLocation="schema-for-json.xsd"/>
</xs:schema>

I don't think it hurts being there, but I can't see that namespace referenced anywhere, in fact, I think it ought to be "http://www.w3.org/2005/xpath-functions".

The referenced schema, schema-for-json.xsd, and the body of the text on the relevant functions, uses the namespace http://www.w3.org/2005/xpath-functions instead.

I think it can be dropped.

Part of ACTION A-654-11.
Comment 1 Michael Kay 2016-10-05 10:19:05 UTC
Thanks, fixed.