3.10.4.2.3.3 WMS_USER_WS

The WMS_USER_WS complex type containis data about a single user.

    <xsd:complexType name="WMS_USER_WS">
      <xsd:sequence>
        <xsd:element minOccurs="1" maxOccurs="1" name="wsName" type="xsd:string"/>
        <xsd:element minOccurs="1" maxOccurs="1" name="wsFullName" type="xsd:string"/>
        <xsd:element minOccurs="1" maxOccurs="1" name="wsDescription" type="xsd:string"/>
        <xsd:element minOccurs="1" maxOccurs="1" name="UserType" type="xsd:unsignedInt"/>
      </xsd:sequence>
    </xsd:complexType>

wsName: Contains the user account name.

wsFullName: Contains the user full name.

wsDescription: Contains the user account description.

UserType: Contains the type of account with the following possible values, as specified in section 3.10.4.2:

Value

Meaning

0

Administrator User

1

Standard User

2

MultiPoint Operators Group User