| diagram | ![]() |
||||||||||||
| namespace | http://www.cisco.com/AXL/API/15.0 | ||||||||||||
| type | extension of axlapi:APIRequest | ||||||||||||
| properties |
|
||||||||||||
| children | userid password pin | ||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| annotation |
|
||||||||||||
| 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> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="userid" type="xsd:string"/> |
| diagram | ![]() |
||
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:element name="password" type="xsd:string"/> |
| diagram | ![]() |
||||||
| type | restriction of xsd:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| 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> |