
XML Schema Definition for bulk importing endpoint profiles
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:one="http://
xml.avaya.com/schema/import" elementFormDefault="qualified"
targetNamespace="http://xml.avaya.com/schema/import_csm_cm" xmlns:csm="http://
xml.avaya.com/schema/import_csm_cm">
<xs:import namespace="http://xml.avaya.com/schema/import"
schemaLocation="userimport.xsd"/>
<!--Changes in xsd file need to generate jaxb src using this xsd-->
<xs:complexType name="xmlStationProfile">
<xs:complexContent>
<xs:extension base="one:xmlCommProfileType" >
<xs:sequence>
<!-- CM Name as it appears under 'Applications/Application Management/
Entities -->
<xs:element name="cmName" type="xs:string" maxOccurs="1"
minOccurs="1"/>
<!-- 'true' if already created extension is to be used. 'false' if
available extension is to be used. -->
<xs:element name="useExistingExtension" type="xs:boolean"
maxOccurs="1" minOccurs="0"/>
<!-- Station extension number that need to be assigned to the user. -->
<xs:element name="extension" maxOccurs="1" minOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]+([.-][0-9]+)*"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<!-- Template name to be used to create station. Values defined in
Template will be used if not provided. -->
<xs:element name="template" type="xs:string" maxOccurs="1"
minOccurs="0"/>
<!-- Specifies the set type of the station -->
<xs:element name="setType" type="xs:string" maxOccurs="1"
minOccurs="0"/>
<!-- Security code for station. Value can be digit only. -->
<xs:element name="securityCode" maxOccurs="1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]*"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<!-- Valid values for port -->
<!--01 to 64 First and second numbers are the cabinet number -->
<!--A to E Third character is the carrier -->
<!--01 to 20 Fourth and fifth characters are the slot number -->
<!--01 to 32 Sixth and seventh characters are the circuit number -->
<!--x or X Indicates that there is no hardware associated with the
port assignment since the switch was set up, and the administrator expects that the
extension would have a non-IP set. Or, the extension had a non-IP set, and it
dissociated. Use x for Administered WithOut Hardware (AWOH) and Computer Telephony
(CTI) stations, as well as for SBS Extensions. -->
<!--IP Indicates that there is no hardware associated with the port
assignment since the switch was set up, and the administrator expects that the
extension would have an IP set. This is automatically entered for certain IP station
Managing Users
138 Administering Avaya Aura
®
Session Manager November 2010
Comentarios a estos manuales