ZVON > References > SOAP Reference

Go to standard

ID

Standard excerpt:

ID represents the ID attribute type from [XML 1.0 Recommendation]. The value space of ID is the set of all strings that match the NCName production in [Namespaces in XML] and have been used in an XML document.


Examples:

<SOAP-ENC:ID>intro</SOAP-ENC:ID>
<foo xsi:type="SOAP-ENC:ID">intro</foo>
<SOAP-ENC:ID>i1</SOAP-ENC:ID>
<foo xsi:type="SOAP-ENC:ID">i1</foo>