[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Shall the targetNamespace be a valid URI?


targetnamespace
> 
> To save you some time from digging into the reference below for your
> answer, the bottom line is: yes, it has to be a valid URI.
> 

I think this is far from clear.

The schema spec seems to impose no requirement other than (a) the target
namespace must be a valid instance of xs:anyURI, and (b) it must be a valid
namespace name according to XML Namespaces 1.0.

The Namespaces 1.0 spec says repeatedly in the text that a namespace name is
a URI reference [*not* a URI], but if you read the conformance rules in
section 6, you find that a document is conformant to the specification if it
uses any old string as a namespace name. Therefore, XML parsers accept any
string as a namespace name (how could they reject conformant documents?).

XML Namespaces 1.0 also says explicitly that namespace names are compared
character by character. This definitive statement is qualified by an erratum
which says that relative URI references are deprecated and future W3C
specifications will define no interpretation for them. However, this erratum
falls short of saying that they are disallowed, or of changing the way they
are compared under Namespaces 1.0. It is carefully worded so that it doesn't
change the spec retrospectively, and it therefore has very little practical
effect.

The constraint in XML Schema that the targetNamespace be an xs:anyURI is a
far weaker constraint than saying it must be a valid URI. The xs:anyURI type
also allows "wannabe-URIs" - strings that would be legal URI references if
escaped. This in practice means that nearly all strings are legal. (The XML
Schema spec contains the notorious phrase "Thus in practice the above
definition imposes only very modest obligations on .minimally conforming.
processors" - and refuses to say what these obligations are.)

To make matters even worse, the XML schema specification normatively
references section 5.4 of the XLink specification, which says first that
"The value of the href attribute must be a URI reference as defined in [IETF
RFC 2396], or must result in a URI reference after the escaping procedure
described below is applied.", but then says that "Because it is impractical
for any application to check that a value is a URI reference, this
specification follows the lead of [IETF RFC 2396] in this matter and imposes
no such conformance testing requirement on XLink applications." - which I
take to mean that XLink applications, and by implication XML Schema
processors, are not expected to check that the supplied value conforms to
any particular syntax at all: in other words the "modest obligation" is to
do nothing.


Michael Kay


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.