![JAR search and dependency download from the Maven repository](/logo.png)
txw2.wsdl11.mimeBindings.rnc Maven / Gradle / Ivy
The 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 mime = "http://schemas.xmlsoap.org/wsdl/mime/"
content = element content {
attribute type {text}?,
attribute part {xsd:NMTOKEN}?
}
multipartRelated = element multipartRelated {
element part {
attribute name {xsd:NMTOKEN},
otherElement*
}*
}
mimeXml = element mimeXml {
attribute part {xsd:NMTOKEN}?
}
otherElement = element * - mime:* {
mixed {
anyElement*
},
attribute * {text}*
}
anyElement = element * {
mixed {
anyElement*
},
attribute * {text}*
}
# dummy
start = content|multipartRelated|mimeXml
© 2015 - 2025 Weber Informatics LLC | Privacy Policy