element <response> (global)
Namespace:
Type:
Content:
empty, 1 attribute
Defined:
globally in hsinfra.xsd; see XML source
Used:
never
XML Representation Summary
<response
   
 = 
xsd:string
/>
XML Source (see within schema source)
<xsd:element name="response" type="responseType"/>
Attribute Detail (all declarations; 1/1)
role
Type:
Use:
optional
Defined:
locally within responseType complexType
This optional attribute contains the role that was computed for the sender. If the original request message was malformed and did not make it far enough through the message processor to compute a value for this element, the <b>role</b> attribute will be missing from the response header. This situation typically occurs whenever the identity header is so malformed that the basic set of sender identity PUIDs cannot be extracted from the service ticket.
XML Source (see within schema source)
<xsd:attribute name="role" type="string" use="optional">
<xsd:annotation>
<xsd:documentation>
This optional attribute contains the role
that was computed for the sender. If the original request message was malformed
and did not make it far enough through the message processor to compute
a value for this element, the
<b>role</b>
attribute will be missing from the response header.
This situation typically occurs whenever the identity header is so malformed that the
basic set of sender identity PUIDs cannot be extracted from the service ticket.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>