From: Adam Dickmeiss Date: Tue, 16 Dec 2008 14:19:39 +0000 (+0100) Subject: Added dlpath element for metaproxy struct. X-Git-Tag: v1.0.16~29 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=dcaa60fd6dcb4ff2d946f20fb6c928d9fb636ebb;hp=f2ad6d315729a024c75870d6761c77cbee570f00;p=metaproxy-moved-to-github.git Added dlpath element for metaproxy struct. --- diff --git a/xml/schema/metaproxy.rnc b/xml/schema/metaproxy.rnc index 6efeeae..6c5686c 100644 --- a/xml/schema/metaproxy.rnc +++ b/xml/schema/metaproxy.rnc @@ -30,6 +30,7 @@ any = (text | element * { attribute * { text }*, any })* metaproxy = element mp:metaproxy { attribute version { "1.0" }, + element mp:dlpath { xsd:string }?, element mp:start { attribute route { xsd:NCName } }, diff --git a/xml/schema/metaproxy.rng b/xml/schema/metaproxy.rng index 077fd86..cccda2d 100644 --- a/xml/schema/metaproxy.rng +++ b/xml/schema/metaproxy.rng @@ -46,6 +46,11 @@ 1.0 + + + + + diff --git a/xml/schema/metaproxy.xsd b/xml/schema/metaproxy.xsd index bffdbb9..eeb4a5f 100644 --- a/xml/schema/metaproxy.xsd +++ b/xml/schema/metaproxy.xsd @@ -30,6 +30,7 @@ + @@ -43,6 +44,7 @@ +