complexType DoAuthenticateUserReq
diagram AXLSoap_p2524.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
abstract false
children userid password pin
used by
element doAuthenticateUser
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
annotation
documentation
Authenticates the user on the basis of pin or password.
source <xsd:complexType name="DoAuthenticateUserReq" abstract="false">
 
<xsd:annotation>
   
<xsd:documentation>Authenticates the user on the basis of pin or password.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIRequest">
     
<xsd:sequence>
       
<xsd:element name="userid" type="xsd:string"/>
       
<xsd:choice>
         
<xsd:element name="password" type="xsd:string"/>
         
<xsd:element name="pin">
           
<xsd:annotation>
             
<xsd:documentation>Applicable for end users only.</xsd:documentation>
           
</xsd:annotation>
           
<xsd:simpleType>
             
<xsd:restriction base="xsd:string">
               
<xsd:pattern value="\d\d\d\d+"/>
             
</xsd:restriction>
           
</xsd:simpleType>
         
</xsd:element>
       
</xsd:choice>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element DoAuthenticateUserReq/userid
diagram AXLSoap_p2525.png
type xsd:string
properties
content simple
source <xsd:element name="userid" type="xsd:string"/>

element DoAuthenticateUserReq/password
diagram AXLSoap_p2526.png
type xsd:string
properties
content simple
source <xsd:element name="password" type="xsd:string"/>

element DoAuthenticateUserReq/pin
diagram AXLSoap_p2527.png
type restriction of xsd:string
properties
content simple
facets
Kind Value Annotation
pattern \d\d\d\d+
annotation
documentation
Applicable for end users only.
source <xsd:element name="pin">
 
<xsd:annotation>
   
<xsd:documentation>Applicable for end users only.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:pattern value="\d\d\d\d+"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>


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