ZVON > References > SOAP Reference

Go to standard

QName

Standard excerpt:

QName represents XML qualified names. The value space of QName is the set of tuples {namespace name, local part}, where namespace name is a uriReference and local part is an NCName. The lexical space of QName is the set of strings that match the QName production of [Namespaces in XML].


Examples:

<SOAP-ENC:QName xmlns:zvon="http://www.zvon.org/learning">zvon:tutorial</SOAP-ENC:QName>
<foo xsi:type="SOAP-ENC:QName">zvon:tutorial</foo>