ZVON > References > SOAP Reference

Go to standard

ENTITY

Standard excerpt:

ENTITY represents the ENTITY attribute type from [XML 1.0 Recommendation]. The value space of ENTITY is the set of all strings that match the NCName production in [Namespaces in XML] and have been declared as an unparsed entity in a document type definition. The lexical space of ENTITY is the set of all strings that match the NCName production in [Namespaces in XML].


Examples:

<SOAP-ENC:ENTITY>incl</SOAP-ENC:ENTITY>
<foo xsi:type="SOAP-ENC:ENTITY">incl</foo>