simpleType "authorizedRoleType"
Namespace:
Defined:
globally in hsinfra.xsd; see XML source
Used:
Simple Content Model
xsd:string
All Direct / Indirect Based Elements (1):
authorizedRole
Known Usage Locations
Annotation
This element is a SOAP-SEC compliant license that does two things: <ul> <li> When presented to a .NET service in a SOAP-SEC licenses tag during a .NET My Services request message, it specifies to the .NET service the authorized role of the sender of the message. The .NET service is free to accept this license when it regards the license as valid. If .NET My Services does not regard the license as valid, it is free to ignore the license, perform its own role evaluation, and possibly issue a new license in a response header. <p/> .NET services are the grantors of this type of license and the content is totally opaque to the sender. </li> <li> When this license appears in a SOAP-SEC licenses tag during a .NET My Services response message, this license is considered issued to the recipient for an undetermined amount of time. On a subsequent request, this license may be presented and may allow accelerated processing of the request. </li> </ul>
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  authorizedRoleType
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="authorizedRoleType">
<xsd:annotation>
<xsd:documentation>
This element is a SOAP-SEC compliant license that does two things:
<ul>
<li>
When presented to a .NET service in a SOAP-SEC licenses tag during
a .NET My Services request message,
it specifies to the .NET service the authorized role of the sender
of the message. The .NET service is free to accept this license when
it regards the license as valid. If .NET My Services does not regard the license as valid,
it is free to ignore the license, perform its own role evaluation, and possibly
issue a new license in a response header.
<p/>
.NET services are the grantors of this
type of license and the content is totally opaque to the sender.
</li>
<li>
When this license appears in a SOAP-SEC licenses tag during a .NET My Services
response message, this license is considered issued to the recipient
for an undetermined amount of time. On a subsequent request, this license may be
presented and may allow accelerated processing of the request.
</li>
</ul>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>