
<xs:simpleType name="snmpVersionType">
<xs:restriction base="xs:int">
<xs:enumeration value="1"/>
<xs:enumeration value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
XML Schema Definition for bulk importing Session Manager profiles
<?xml version="1.0" encoding="UTF-8" ?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:smgr="http://xml.avaya.com/schema/import"
targetNamespace="http://xml.avaya.com/schema/import_sessionmanager"
elementFormDefault="qualified">
<xsd:import namespace="http://xml.avaya.com/schema/import"
schemaLocation="userimport.xsd"/>
<xsd:complexType name="SessionManagerCommProfXML">
<xsd:complexContent>
<xsd:extension base="smgr:xmlCommProfileType" >
<xsd:sequence>
<xsd:element name="primarySM" type="xsd:string"/>
<xsd:element name="secondarySM" type="xsd:string" minOccurs="0" />
<xsd:element name="terminationAppSequence" type="xsd:string"
minOccurs="0" />
<xsd:element name="originationAppSequence" type="xsd:string"
minOccurs="0" />
<xsd:element name="survivabilityServer" type="xsd:string"
minOccurs="0" />
<xsd:element name="homeLocation" type="xsd:string" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Sample XML for bulk importing Session Manager profiles
<?xml version="1.0" encoding="UTF-8"?>
<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>
(Other user elements are required here - consult the main user record XML schema
reference)
<!-- This is the password for any SIP endpoints (phones)
associated with the user’s Session Manager Profile -->
<commPassword>123456</commPassword>
(Other user elements may be required here - consult the main user record XML schema
reference)
<!-- Here, a Communication Profile is defined for the user -->
<commProfileSet>
<commProfileSetName>Primary</commProfileSetName>
<isPrimary>true</isPrimary>
Managing Users
136 Administering Avaya Aura
®
Session Manager November 2010
Comentarios a estos manuales