
</xs:complexType>
<xs:complexType name="ForgeinCommProfileType">
<xs:complexContent>
<xs:extension base="ext:xmlCommProfileType">
<xs:sequence>
<xs:element name="csEncryptionKeyId" type="xs:long"
maxOccurs="1" minOccurs="0" />
<xs:element name="servicePassword" type="xs:string" maxOccurs="1"
minOccurs="0"/>
<xs:element name="serviceData" type="xs:string" maxOccurs="1"
minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="xmlSecureStore">
<xs:sequence>
<xs:element name="secureStoreData" type="xs:base64Binary"
maxOccurs="1" minOccurs="1">
</xs:element>
<xs:element name="passwordEncrypted" type="xs:boolean"/xs:element>
</xs:sequence>
</xs:complexType>
</xs:schema>
Sample XML for bulk importing users with minimal attributes
<?xml version="1.0" encoding="UTF-8"?>
<!-- Root Element 'Users' represent collection of user (containing 1 or more
users)-->
<tns:users xmlns:tns="http://xml.avaya.com/schema/import" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xml.avaya.com/
schema/import userimport.xsd" >
<tns:user>
<authenticationType>Basic</authenticationType>
<givenName>John</givenName>
<surname>Miller</surname>
<userPassword>mypassword</userPassword>
</tns:user>
</tns:users>
Sample XML for bulk importing users with all attributes
<?xml version="1.0" encoding="UTF-8"?>
<!-- Root Element 'Users' represent collection of user (containing 1 or more
users)-->
<tns:users xmlns:tns="http://xml.avaya.com/schema/import" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xml.avaya.com/
schema/import userimport.xsd" >
<!-- authenticationType: This defines the type of authentication that this user
will undergo at runtime to obtain access to the system.Possible Values:
BASIC,ENTERPRISE
description:A text description of the user. Human readable description of this
user instance.
displayName:The localized name of a user to be used when displaying. It will
typically be the localized full name. This value may be provisioned from the users
Managing Users
122 Administering Avaya Aura
®
Session Manager November 2010
Comentários a estes Manuais