ZVON > References > SOAP Reference

Go to standard

IDREF

Standard excerpt:

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


Examples:

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