ZVON > References > SOAP Reference

Go to standard

NCName

Standard excerpt:

NCName represents XML "non-colonized" Names. The value space of NCName is the set of all strings which match the NCName production of [Namespaces in XML]. The lexical space of NCName is the set of all strings which match the NCName production of [Namespaces in XML]. The base type of NCName is Name.


Examples:

<SOAP-ENC:NCName>AAAA</SOAP-ENC:NCName>
<foo xsi:type="SOAP-ENC:NCName">AAAA</foo>
<SOAP-ENC:NCName>B123</SOAP-ENC:NCName>
<foo xsi:type="SOAP-ENC:NCName">B123</foo>
<SOAP-ENC:NCName>a-b-c</SOAP-ENC:NCName>
<foo xsi:type="SOAP-ENC:NCName">a-b-c</foo>