diff options
-rw-r--r-- | schemas.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/schemas.xml b/schemas.xml index bc7d871..2e38d1f 100644 --- a/schemas.xml +++ b/schemas.xml @@ -1,8 +1,13 @@ <?xml version="1.0" encoding="utf-8"?> <locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0"> + <documentElement localName="catmetadata" uri="metadata.rnc" /> + <documentElement localName="gleps" uri="gleps.rnc" /> + <documentElement localName="glsa" uri="glsa.rnc" /> <documentElement localName="guide" uri="guide.rnc" /> + <documentElement localName="metadoc" uri="metadoc.rnc" /> <documentElement localName="news" uri="guide.rnc" /> - <documentElement localName="project" uri="project.rnc" /> - <documentElement localName="glsa" uri="glsa.rnc" /> <documentElement localName="pkgmetadata" uri="metadata.rnc" /> + <documentElement localName="project" uri="project.rnc" /> + <documentElement localName="staffingNeeds" uri="staffing-needs.rnc" /> + <documentElement localName="userlist" uri="userinfo.rnc" /> </locatingRules>
\ No newline at end of file |