txw2.wsdl11.httpBindings.rnc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ehcache Show documentation
Show all versions of ehcache Show documentation
Ehcache is an open source, standards-based cache used to boost performance,
offload the database and simplify scalability. Ehcache is robust, proven and full-featured and
this has made it the most widely-used Java-based cache.
# RELAX NG Schema for WSDL 1.1 HTTP Binding
#
# Written by Kohsuke Kawaguchi
#
# This schema is in public domain. Feel free to use it in anyway you can.
# If you find a bug, please let me know.
namespace local = ""
namespace txw = "http://java.sun.com/txw"
default namespace http = "http://schemas.xmlsoap.org/wsdl/http/"
address = element address {
attribute location {xsd:anyURI}
}
binding = element binding {
attribute verb {xsd:NMTOKEN}
}
operation = element operation {
attribute location {xsd:anyURI}
}
urlEncoded = element urlEncoded {
element urlReplacement {empty}
}
# dummy
start = address|binding|operation|urlEncoded