Nuance Management Center

Table Of Contents
Chapter 4: Configuring groups and user accounts
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!-- User type definition -->
<xs:complexTypename="User">
<xs:annotation>
<xs:documentation>This type defines the basic user
information that can be imported</xs:documentation>
</xs:annotation>
<xs:attributename="LastName"type="NameString"use="required"/>
<xs:attributename="FirstName"type="NameString"use="required"/>
<xs:attributename="MiddleName"type="NameString" />
<xs:attributename="Prefix"type="PrefixString"/>
<xs:attributename="LoginId"type="LoginIdString"use="required"/>
<xs:attributename="Password"type="PasswordString"use="required"/>
<xs:attributename="Location"type="GeneralInfoString" />
59