[Bug 29911] New: [FO31] XSD with http://www.w3.org/2005/xpath-functions/json

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29911

            Bug ID: 29911
           Summary: [FO31] XSD with
                    http://www.w3.org/2005/xpath-functions/json
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: editorial
          Priority: P2
         Component: Functions and Operators 3.1
          Assignee: mike@saxonica.com
          Reporter: abel.braaksma@xs4all.nl
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 4 October 2016 16:47:57 UTC