complexType LUser
diagram axlapi_p6769.png
namespace http://www.cisco.com/AXL/API/8.5
children firstName middleName lastName userid telephoneNumber mailid department manager userLocale primaryExtension associatedPc enableCti presenceGroupName subscribeCallingSearchSpaceName enableMobility enableMobileVoiceAccess maxDeskPickupWaitTime remoteDestinationLimit status enableEmcc
used by
elements ListUserReq/returnedTags ListUserRes/return/user
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:complexType name="LUser">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="firstName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="middleName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="lastName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="userid" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="telephoneNumber" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="mailid" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="department" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="manager" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="userLocale" type="axlapi:XUserLocale" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="primaryExtension" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="pattern" type="axlapi:String255" minOccurs="0" maxOccurs="1">
           
<xsd:annotation>
             
<xsd:documentation>DN or Pattern</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="routePartitionName" type="axlapi:String50" minOccurs="0" maxOccurs="1">
           
<xsd:annotation>
             
<xsd:documentation>Route Partition to which the DN is associated.</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="associatedPc" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="enableCti" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="presenceGroupName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="subscribeCallingSearchSpaceName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="enableMobility" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="enableMobileVoiceAccess" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="maxDeskPickupWaitTime" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="remoteDestinationLimit" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="status" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="enableEmcc" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID" use="optional"/>
</xsd:complexType>

attribute LUser/@uuid
type axlapi:XUUID
properties
isRef 0
use optional
facets
Kind Value annotation 
pattern \{........-....-....-....-............\} 
source <xsd:attribute name="uuid" type="axlapi:XUUID" use="optional"/>

element LUser/firstName
diagram axlapi_p6770.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="firstName" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element LUser/middleName
diagram axlapi_p6771.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="middleName" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element LUser/lastName
diagram axlapi_p6772.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="lastName" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element LUser/userid
diagram axlapi_p6773.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="userid" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element LUser/telephoneNumber
diagram axlapi_p6774.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="telephoneNumber" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element LUser/mailid
diagram axlapi_p6775.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="mailid" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element LUser/department
diagram axlapi_p6776.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="department" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element LUser/manager
diagram axlapi_p6777.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="manager" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element LUser/userLocale
diagram axlapi_p6778.png
type axlapi:XUserLocale
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="userLocale" type="axlapi:XUserLocale" minOccurs="0" maxOccurs="1"/>

element LUser/primaryExtension
diagram axlapi_p6779.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children pattern routePartitionName
source <xsd:element name="primaryExtension" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="pattern" type="axlapi:String255" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>DN or Pattern</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="routePartitionName" type="axlapi:String50" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>Route Partition to which the DN is associated.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element LUser/primaryExtension/pattern
diagram axlapi_p6780.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 
annotation
documentation
DN or Pattern
source <xsd:element name="pattern" type="axlapi:String255" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>DN or Pattern</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LUser/primaryExtension/routePartitionName
diagram axlapi_p6781.png
type axlapi:String50
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 50 
annotation
documentation
Route Partition to which the DN is associated.
source <xsd:element name="routePartitionName" type="axlapi:String50" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Route Partition to which the DN is associated.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LUser/associatedPc
diagram axlapi_p6782.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="associatedPc" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element LUser/enableCti
diagram axlapi_p6783.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="enableCti" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element LUser/presenceGroupName
diagram axlapi_p6784.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="presenceGroupName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element LUser/subscribeCallingSearchSpaceName
diagram axlapi_p6785.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="subscribeCallingSearchSpaceName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element LUser/enableMobility
diagram axlapi_p6786.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="enableMobility" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element LUser/enableMobileVoiceAccess
diagram axlapi_p6787.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="enableMobileVoiceAccess" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element LUser/maxDeskPickupWaitTime
diagram axlapi_p6788.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="maxDeskPickupWaitTime" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element LUser/remoteDestinationLimit
diagram axlapi_p6789.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="remoteDestinationLimit" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element LUser/status
diagram axlapi_p6790.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="status" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element LUser/enableEmcc
diagram axlapi_p6791.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="enableEmcc" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy