Is there some sort of recommendation for that in the W3C Schema papers?
If there is, let's follow it. Otherwise, we could look at xml files up
there on the web and look for common patterns for them.
-
To unsubscribe, e-mail: [EMA
Why not http://maven.apache.org/schemas/maven-ver.xsd
on the grounds that it would make it possible to list the schemas that
are there.
Or use an URL in ibiblio, maven repo format:
http://www.ibiblio.org/maven/maven/xsds/maven-ver.xsd
since that way changes can be deployed with new maven release
(This was on the user list, I'll finalise our answer before I post back
to user list).
How about :
http://maven.apache.org/maven-ver.xsd
eg.
http://maven.apache.org/maven-1.0-rc-1.xsd
with all the usual bits eg. maven-1.0.xsd for final,
maven-1.0-SNAPSHOT.xsd for the "current" version etc.