X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=xml%2Fschema%2Ffilter_cql_rpn.rnc;h=4a26ce14dcec2b458d54bc31329bfa6e3543eae6;hb=032466d946405f08353f42c0049b523cfd1f4127;hp=f109e69bd4d1a9c53a1e072c8ca0a9cecb57f0a8;hpb=94a8a11a9816ef32713b965615ecedbe0ec59c48;p=metaproxy-moved-to-github.git diff --git a/xml/schema/filter_cql_rpn.rnc b/xml/schema/filter_cql_rpn.rnc index f109e69..4a26ce1 100644 --- a/xml/schema/filter_cql_rpn.rnc +++ b/xml/schema/filter_cql_rpn.rnc @@ -1,22 +1,4 @@ -# Metaproxy XML config file schemas -# -# Copyright (C) 2005-2011 Index Data. -# -# See the LICENSE file for details -# -# -# The RelaxNG Compact Syntax file 'metaproxy.rnc' is the master copy. -# -# The RelaxNG XML Syntax and XML Schema are generated using 'trang': -# trang metaproxy.rnc metaproxy.rng -# trang metaproxy.rnc metaproxy.xsd -# -# Config file validation is done using 'xmllint': -# xmllint -/-relaxng metaproxy.rng ../../../etc/config1.xml -# xmllint -/-schema metaproxy.xsd config-bytarget.xml -# -# For information on RelaxNG see http://relaxng.org -# see also http://books.xmlschemata.org/relaxng/ +# Metaproxy XML config file schema namespace mp = "http://indexdata.com/metaproxy" @@ -25,6 +7,7 @@ filter_cql_rpn = attribute id { xsd:NCName }?, attribute name { xsd:NCName }?, element mp:conversion { - attribute file { xsd:string } + attribute file { xsd:string }, + attribute reverse { xsd:boolean }? }