Formal definition of wsa:isReferenceParameter (SOAP, clarification)

The definition of the wsa:isReferenceParameter is informal, only
appearing in Section 3.3 bullet 2.  This is inconsistent with our
definition of other attributes in the Core spec, and leaves open
questions, for instance, as to the type of the attribute.

Change the definition from:

  'Each header block added as a result of the above rule is 
  annotated with a wsa:IsReferenceParameter attribute whose value 
  is "true".'

to:

  'Each header block added as a result of the above rule is annotated
   with a wsa:IsReferenceParameter attribute whose value is an valid
   xs:Boolean representation of "true".'

Add to the Core spec, section 3.1, a definition of this attribute as
follows:

  '/[reference parameters]/@wsa:IsReferenceParameter
     This REQUIRED attribute (of type xs:Boolean) signifies that 
     the message information header is a reference property.'

Received on Tuesday, 12 April 2005 21:14:46 UTC