ZVON > References > SOAP Reference

Go to standard

Name

Standard excerpt:

Name represents XML Names. The value space of Name the set of all strings which match the Name production of [XML 1.0 Recommendation]. The lexical space of Name is the set of all strings which match the Name production of [XML 1.0 Recommendation]. The base type of Name is string.


Examples:

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