UserServiceProvider data structure

Returned as part of UserServiceProviders by FindUserServiceProvider.

Element

Description

Type

Occurrences

description

Description of the User Service Provider

string

1

identifier

Identifier of the User Service Provider

string

1

name

Name of the User Service Provider

string

1

Specification:

<xs:complexType name="UserServiceProvider">
  <xs:sequence>
    <xs:element name="description" nillable="true" type="xs:string" />
    <xs:element name="identifier" nillable="true" type="xs:string" />
    <xs:element name="name" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Example