complexType RAppUser
diagram axlapi_p6977.png
namespace http://www.cisco.com/AXL/API/8.5
children userid password passwordCredentials digestCredentials presenceGroupName acceptPresenceSubscription acceptOutOfDialogRefer acceptUnsolicitedNotification allowReplaceHeader isStandard associatedDevices associatedGroups associatedCapfProfiles ctiControlledDeviceProfiles
used by
elements GetAppUserRes/return/appUser GetAppUserReq/returnedTags
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:complexType name="RAppUser">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="userid" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="password" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="passwordCredentials" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="pwdCredPolicyName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="pwdCredUserCantChange" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="pwdCredUserMustChange" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="pwdCredDoesNotExpire" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="pwdCredTimeChanged" type="xsd:string" minOccurs="0" maxOccurs="1">
           
<xsd:annotation>
             
<xsd:documentation>Read Only</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="pwdCredTimeAdminLockout" type="xsd:string" minOccurs="0" maxOccurs="1">
           
<xsd:annotation>
             
<xsd:documentation>Read Only</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="pwdCredLockedByAdministrator" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="digestCredentials" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="presenceGroupName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="acceptPresenceSubscription" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="acceptOutOfDialogRefer" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="acceptUnsolicitedNotification" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="allowReplaceHeader" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="isStandard" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="associatedDevices" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="device" type="axlapi:String50" minOccurs="0" maxOccurs="unbounded">
           
<xsd:annotation>
             
<xsd:documentation>Name of device.</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="associatedGroups" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="userGroup" minOccurs="0" maxOccurs="unbounded">
           
<xsd:complexType>
             
<xsd:sequence minOccurs="0">
               
<xsd:element name="name" type="axlapi:String100" minOccurs="0" maxOccurs="1">
                 
<xsd:annotation>
                   
<xsd:documentation>Name of User Group</xsd:documentation>
                 
</xsd:annotation>
               
</xsd:element>
               
<xsd:element name="userRoles" minOccurs="0" maxOccurs="1">
                 
<xsd:complexType>
                   
<xsd:sequence minOccurs="0">
                     
<xsd:element name="userRole" type="axlapi:String100" minOccurs="0" maxOccurs="unbounded">
                       
<xsd:annotation>
                         
<xsd:documentation>READ ONLY: Name of the User role associated with the user group will be taken</xsd:documentation>
                       
</xsd:annotation>
                     
</xsd:element>
                   
</xsd:sequence>
                 
</xsd:complexType>
               
</xsd:element>
             
</xsd:sequence>
           
</xsd:complexType>
         
</xsd:element>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="associatedCapfProfiles" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="capfProfileInstanceId" type="axlapi:String128" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="ctiControlledDeviceProfiles" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="deviceProfile" type="axlapi:String50" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID" use="optional"/>
</xsd:complexType>

attribute RAppUser/@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 RAppUser/userid
diagram axlapi_p6978.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 RAppUser/password
diagram axlapi_p6979.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="password" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element RAppUser/passwordCredentials
diagram axlapi_p6980.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children pwdCredPolicyName pwdCredUserCantChange pwdCredUserMustChange pwdCredDoesNotExpire pwdCredTimeChanged pwdCredTimeAdminLockout pwdCredLockedByAdministrator
source <xsd:element name="passwordCredentials" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="pwdCredPolicyName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="pwdCredUserCantChange" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="pwdCredUserMustChange" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="pwdCredDoesNotExpire" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="pwdCredTimeChanged" type="xsd:string" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>Read Only</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="pwdCredTimeAdminLockout" type="xsd:string" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>Read Only</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="pwdCredLockedByAdministrator" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RAppUser/passwordCredentials/pwdCredPolicyName
diagram axlapi_p6981.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="pwdCredPolicyName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RAppUser/passwordCredentials/pwdCredUserCantChange
diagram axlapi_p6982.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="pwdCredUserCantChange" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RAppUser/passwordCredentials/pwdCredUserMustChange
diagram axlapi_p6983.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="pwdCredUserMustChange" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RAppUser/passwordCredentials/pwdCredDoesNotExpire
diagram axlapi_p6984.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="pwdCredDoesNotExpire" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RAppUser/passwordCredentials/pwdCredTimeChanged
diagram axlapi_p6985.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Read Only
source <xsd:element name="pwdCredTimeChanged" type="xsd:string" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Read Only</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RAppUser/passwordCredentials/pwdCredTimeAdminLockout
diagram axlapi_p6986.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Read Only
source <xsd:element name="pwdCredTimeAdminLockout" type="xsd:string" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Read Only</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RAppUser/passwordCredentials/pwdCredLockedByAdministrator
diagram axlapi_p6987.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="pwdCredLockedByAdministrator" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

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

element RAppUser/presenceGroupName
diagram axlapi_p6989.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 RAppUser/acceptPresenceSubscription
diagram axlapi_p6990.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="acceptPresenceSubscription" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RAppUser/acceptOutOfDialogRefer
diagram axlapi_p6991.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="acceptOutOfDialogRefer" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RAppUser/acceptUnsolicitedNotification
diagram axlapi_p6992.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="acceptUnsolicitedNotification" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RAppUser/allowReplaceHeader
diagram axlapi_p6993.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="allowReplaceHeader" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RAppUser/isStandard
diagram axlapi_p6994.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="isStandard" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RAppUser/associatedDevices
diagram axlapi_p6995.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children device
source <xsd:element name="associatedDevices" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="device" type="axlapi:String50" minOccurs="0" maxOccurs="unbounded">
       
<xsd:annotation>
         
<xsd:documentation>Name of device.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RAppUser/associatedDevices/device
diagram axlapi_p6996.png
type axlapi:String50
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value annotation 
maxLength 50 
annotation
documentation
Name of device.
source <xsd:element name="device" type="axlapi:String50" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>Name of device.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RAppUser/associatedGroups
diagram axlapi_p6997.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children userGroup
source <xsd:element name="associatedGroups" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="userGroup" minOccurs="0" maxOccurs="unbounded">
       
<xsd:complexType>
         
<xsd:sequence minOccurs="0">
           
<xsd:element name="name" type="axlapi:String100" minOccurs="0" maxOccurs="1">
             
<xsd:annotation>
               
<xsd:documentation>Name of User Group</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:element name="userRoles" minOccurs="0" maxOccurs="1">
             
<xsd:complexType>
               
<xsd:sequence minOccurs="0">
                 
<xsd:element name="userRole" type="axlapi:String100" minOccurs="0" maxOccurs="unbounded">
                   
<xsd:annotation>
                     
<xsd:documentation>READ ONLY: Name of the User role associated with the user group will be taken</xsd:documentation>
                   
</xsd:annotation>
                 
</xsd:element>
               
</xsd:sequence>
             
</xsd:complexType>
           
</xsd:element>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RAppUser/associatedGroups/userGroup
diagram axlapi_p6998.png
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children name userRoles
source <xsd:element name="userGroup" minOccurs="0" maxOccurs="unbounded">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="name" type="axlapi:String100" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>Name of User Group</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="userRoles" minOccurs="0" maxOccurs="1">
       
<xsd:complexType>
         
<xsd:sequence minOccurs="0">
           
<xsd:element name="userRole" type="axlapi:String100" minOccurs="0" maxOccurs="unbounded">
             
<xsd:annotation>
               
<xsd:documentation>READ ONLY: Name of the User role associated with the user group will be taken</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RAppUser/associatedGroups/userGroup/name
diagram axlapi_p6999.png
type axlapi:String100
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 100 
annotation
documentation
Name of User Group
source <xsd:element name="name" type="axlapi:String100" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Name of User Group</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RAppUser/associatedGroups/userGroup/userRoles
diagram axlapi_p7000.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children userRole
source <xsd:element name="userRoles" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="userRole" type="axlapi:String100" minOccurs="0" maxOccurs="unbounded">
       
<xsd:annotation>
         
<xsd:documentation>READ ONLY: Name of the User role associated with the user group will be taken</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RAppUser/associatedGroups/userGroup/userRoles/userRole
diagram axlapi_p7001.png
type axlapi:String100
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value annotation 
maxLength 100 
annotation
documentation
READ ONLY: Name of the User role associated with the user group will be taken
source <xsd:element name="userRole" type="axlapi:String100" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>READ ONLY: Name of the User role associated with the user group will be taken</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RAppUser/associatedCapfProfiles
diagram axlapi_p7002.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children capfProfileInstanceId
source <xsd:element name="associatedCapfProfiles" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="capfProfileInstanceId" type="axlapi:String128" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RAppUser/associatedCapfProfiles/capfProfileInstanceId
diagram axlapi_p7003.png
type axlapi:String128
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value annotation 
maxLength 128 
source <xsd:element name="capfProfileInstanceId" type="axlapi:String128" minOccurs="0" maxOccurs="unbounded"/>

element RAppUser/ctiControlledDeviceProfiles
diagram axlapi_p7004.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children deviceProfile
source <xsd:element name="ctiControlledDeviceProfiles" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="deviceProfile" type="axlapi:String50" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RAppUser/ctiControlledDeviceProfiles/deviceProfile
diagram axlapi_p7005.png
type axlapi:String50
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value annotation 
maxLength 50 
source <xsd:element name="deviceProfile" type="axlapi:String50" minOccurs="0" maxOccurs="unbounded"/>


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