All Downloads are FREE. Search and download functionalities are using the official Maven repository.

txw2.wsdl11.httpBindings.rnc Maven / Gradle / Ivy

Go to download

Old JAXB Runtime module. Contains sources required for runtime processing.

There is a newer version: 4.0.5
Show newest version
# 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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy