complexType DoDeviceLoginReq
diagram AXLSoap_p2539.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
abstract false
children deviceName loginDuration profileName userId
used by
element doDeviceLogin
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
annotation
documentation
Logs-in the specified user to the specified phone.
source <xsd:complexType name="DoDeviceLoginReq" abstract="false">
 
<xsd:annotation>
   
<xsd:documentation>Logs-in the specified user to the specified phone.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIRequest">
     
<xsd:sequence>
       
<xsd:element name="deviceName" type="axlapi:XFkType" nillable="false">
         
<xsd:annotation>
           
<xsd:documentation>The name or uuid of the phone that is being logged-into. Not nullable.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="loginDuration" type="xsd:nonNegativeInteger" nillable="false">
         
<xsd:annotation>
           
<xsd:documentation>The duration of the login. Not nullable.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="profileName" type="axlapi:XFkType" nillable="false">
         
<xsd:annotation>
           
<xsd:documentation>The name or uuid of the Device Profile to be used. Not nullable.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="userId" type="xsd:string" nillable="false">
         
<xsd:annotation>
           
<xsd:documentation>The LDAP RN of the user that is to be logged-into the phone. Not nullable.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element DoDeviceLoginReq/deviceName
diagram AXLSoap_p2540.png
type axlapi:XFkType
properties
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
annotation
documentation
The name or uuid of the phone that is being logged-into. Not nullable.
source <xsd:element name="deviceName" type="axlapi:XFkType" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>The name or uuid of the phone that is being logged-into. Not nullable.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element DoDeviceLoginReq/loginDuration
diagram AXLSoap_p2541.png
type xsd:nonNegativeInteger
properties
content simple
nillable false
annotation
documentation
The duration of the login. Not nullable.
source <xsd:element name="loginDuration" type="xsd:nonNegativeInteger" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>The duration of the login. Not nullable.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element DoDeviceLoginReq/profileName
diagram AXLSoap_p2542.png
type axlapi:XFkType
properties
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
annotation
documentation
The name or uuid of the Device Profile to be used. Not nullable.
source <xsd:element name="profileName" type="axlapi:XFkType" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>The name or uuid of the Device Profile to be used. Not nullable.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element DoDeviceLoginReq/userId
diagram AXLSoap_p2543.png
type xsd:string
properties
content simple
nillable false
annotation
documentation
The LDAP RN of the user that is to be logged-into the phone. Not nullable.
source <xsd:element name="userId" type="xsd:string" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>The LDAP RN of the user that is to be logged-into the phone. Not nullable.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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