diagram | |||
namespace | http://www.cisco.com/AXL/API/15.0 | ||
children | activationCodeExpiry phoneName | ||
used by |
|
||
source | <xsd:complexType name="XPhoneActivationCode"> <xsd:sequence minOccurs="0"> <xsd:element name="activationCodeExpiry" type="axlapi:XInteger" nillable="false" minOccurs="0" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Desired expiry time (in seconds) of activation code. Able to specify on AddPhoneActivationCode request. read-only</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="phoneName" type="axlapi:String255" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Device name of self onboardable phone, doesn't have to be a valid MAC. read-only</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> |
diagram | |||||||||
type | axlapi:XInteger | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xsd:element name="activationCodeExpiry" type="axlapi:XInteger" nillable="false" minOccurs="0" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Desired expiry time (in seconds) of activation code. Able to specify on AddPhoneActivationCode request. read-only</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||
type | axlapi:String255 | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:element name="phoneName" type="axlapi:String255" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Device name of self onboardable phone, doesn't have to be a valid MAC. read-only</xsd:documentation> </xsd:annotation> </xsd:element> |