ZVON > References > SOAP Reference

Go to standard

NMTOKEN

Standard excerpt:

NMTOKEN represents the NMTOKEN attribute type from [XML 1.0 Recommendation]. The value space of NMTOKEN is the set of tokens that match the Nmtoken production in [XML 1.0 Recommendation]. The lexical space of NMTOKEN is the set of strings that match the Nmtoken production in [XML 1.0 Recommendation]. The base type of NMTOKEN is string.


Examples:

<SOAP-ENC:NMTOKEN>AAA</SOAP-ENC:NMTOKEN>
<foo xsi:type="SOAP-ENC:NMTOKEN">AAA</foo>
<SOAP-ENC:NMTOKEN>222</SOAP-ENC:NMTOKEN>
<foo xsi:type="SOAP-ENC:NMTOKEN">222</foo>
<SOAP-ENC:NMTOKEN>A88</SOAP-ENC:NMTOKEN>
<foo xsi:type="SOAP-ENC:NMTOKEN">A88</foo>