Nuance Management Center

Table Of Contents
Chapter 4: Configuring groups and user accounts
</xs:simpleType>
<!-- Login Id String -->
<xs:simpleTypename="LoginIdString">
<xs:annotation>
<xs:documentation>A string that contains the user's
login id (30 characters maximum)</xs:documentation>
</xs:annotation>
<xs:restrictionbase="xs:string">
<xs:minLengthvalue="3"/>
<xs:maxLengthvalue="30"/>
</xs:restriction>
</xs:simpleType>
<!-- Password String -->
<xs:simpleTypename="PasswordString">
<xs:annotation>
< xs:documentation>A string for the user's login pass-
word (30 characters maximum)</xs:documentation>
</xs:annotation>
<xs:restrictionbase="xs:string">
61