From dcaa60fd6dcb4ff2d946f20fb6c928d9fb636ebb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 16 Dec 2008 15:19:39 +0100 Subject: [PATCH] Added dlpath element for metaproxy struct. --- xml/schema/metaproxy.rnc | 1 + xml/schema/metaproxy.rng | 5 +++++ xml/schema/metaproxy.xsd | 2 ++ 3 files changed, 8 insertions(+) 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 @@ + -- 1.7.10.4