WGBH / PBCore2.0

Public Broadcasting Metadata Dictionary Project
http://www.pbcore.org
33 stars 9 forks source link

namespace URL should go to schema page in new PBCore site #56

Open laurensorensen opened 10 years ago

laurensorensen commented 10 years ago

It's a URI so doesn't have to act like a URL http://www.pbcore.org/PBCore/PBCoreNamespace.html

dmaccarn commented 10 years ago

Namespace URLs don't have to point to a specific location. See http://en.wikipedia.org/wiki/XML_namespace The Namespaces specification does not say what should happen if such a URL is dereferenced (that is, if software attempts to retrieve a document from this location). One convention adopted by some users is to place an RDDL document at the location. In general, however, users should assume that the namespace URI is simply a name, not the address of a document on the Web.

So it could point to the schema page.

laurensorensen commented 10 years ago

Thanks! I'll edit the ticket to reflect this.