I have an XML schema file which references a urn based location. Is there some way to resolve this into a url, or some way to actually read the file it refers to.
<xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:tblDeclGrp.xsd:1.1"/>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
…maybe look at RFC3121 A URN Namespace for OASIS?
edit: I can never remember URIs and URNs, but my understanding is they’re just namespaces, they don’t actually have to correspond to some real location on the network where a file is stored. They just divide up control over portions of the namespace so
urn:oasisis under control of OASIS. You’re not supposed to invent any URIs / URNs that are within that section of the hierarchy unless you have control over it.edit 2: A little google searching found a file in oasis-open.org called tblDeclGrp.xsd and some commentary on it and other schemas.