hey all,
i've tried researching this on my own, but i'm still a little confused by the following. i have an XML document with a root tag that looks like the following, and i'm wondering whether or not it is valid.
questions:
1. is "urn:astm-org" a valid namespace? doesn't this need to be something like " (not the specific address, but that it would be a valid address)
2. what does the ":CCR" at the end represent? i see on w3.org the concept of a prefex, but that would look like
. no?
thanks,
glenn
i've tried researching this on my own, but i'm still a little confused by the following. i have an XML document with a root tag that looks like the following, and i'm wondering whether or not it is valid.
Code:
<ContinuityOfCareRecord xmlns="urn:astm-org:CCR">
questions:
1. is "urn:astm-org" a valid namespace? doesn't this need to be something like " (not the specific address, but that it would be a valid address)
2. what does the ":CCR" at the end represent? i see on w3.org the concept of a prefex, but that would look like
Code:
xmlns:CCR="urn:astm-org"
thanks,
glenn