complexType LPhoneSecurityProfile
diagram AXLSoap_p8405.png
namespace http://www.cisco.com/AXL/API/15.0
children phoneType protocol name description deviceSecurityMode authenticationMode keySize keyOrder ecKeySize tftpEncryptedConfig EnableOAuthAuthentication nonceValidityTime transportType sipPhonePort enableDigestAuthentication excludeDigestCredentials
used by
elements ListPhoneSecurityProfileRes/return/phoneSecurityProfile ListPhoneSecurityProfileReq/returnedTags
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:complexType name="LPhoneSecurityProfile">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="phoneType" type="axlapi:XModel" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="protocol" type="axlapi:XDeviceProtocol" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="name" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="description" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="deviceSecurityMode" type="axlapi:XDeviceSecurityMode" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="authenticationMode" type="axlapi:XAuthenticationMode" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="keySize" type="axlapi:XKeySize" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="keyOrder" type="axlapi:XKeyOrder" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="ecKeySize" type="axlapi:XECKeySize" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="tftpEncryptedConfig" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="EnableOAuthAuthentication" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Applicable only for SIP phones</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="nonceValidityTime" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="transportType" type="axlapi:XTransport" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="sipPhonePort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="enableDigestAuthentication" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="excludeDigestCredentials" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

attribute LPhoneSecurityProfile/@uuid
type axlapi:XUUID
facets
Kind Value Annotation
pattern \{........-....-....-....-............\}
source <xsd:attribute name="uuid" type="axlapi:XUUID"/>

element LPhoneSecurityProfile/phoneType
diagram AXLSoap_p8406.png
type axlapi:XModel
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="phoneType" type="axlapi:XModel" minOccurs="0" maxOccurs="1"/>

element LPhoneSecurityProfile/protocol
diagram AXLSoap_p8407.png
type axlapi:XDeviceProtocol
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="protocol" type="axlapi:XDeviceProtocol" minOccurs="0" maxOccurs="1"/>

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

element LPhoneSecurityProfile/description
diagram AXLSoap_p8409.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="description" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element LPhoneSecurityProfile/deviceSecurityMode
diagram AXLSoap_p8410.png
type axlapi:XDeviceSecurityMode
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Applicable only for sip phones
source <xsd:element name="deviceSecurityMode" type="axlapi:XDeviceSecurityMode" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LPhoneSecurityProfile/authenticationMode
diagram AXLSoap_p8411.png
type axlapi:XAuthenticationMode
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Applicable only for sip phones
source <xsd:element name="authenticationMode" type="axlapi:XAuthenticationMode" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LPhoneSecurityProfile/keySize
diagram AXLSoap_p8412.png
type axlapi:XKeySize
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Applicable only for sip phones
source <xsd:element name="keySize" type="axlapi:XKeySize" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LPhoneSecurityProfile/keyOrder
diagram AXLSoap_p8413.png
type axlapi:XKeyOrder
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Applicable only for sip phones
source <xsd:element name="keyOrder" type="axlapi:XKeyOrder" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LPhoneSecurityProfile/ecKeySize
diagram AXLSoap_p8414.png
type axlapi:XECKeySize
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Applicable only for sip phones
source <xsd:element name="ecKeySize" type="axlapi:XECKeySize" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LPhoneSecurityProfile/tftpEncryptedConfig
diagram AXLSoap_p8415.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
Applicable only for sip phones
source <xsd:element name="tftpEncryptedConfig" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LPhoneSecurityProfile/EnableOAuthAuthentication
diagram AXLSoap_p8416.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
Applicable only for SIP phones
source <xsd:element name="EnableOAuthAuthentication" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for SIP phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LPhoneSecurityProfile/nonceValidityTime
diagram AXLSoap_p8417.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Applicable only for sip phones
source <xsd:element name="nonceValidityTime" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LPhoneSecurityProfile/transportType
diagram AXLSoap_p8418.png
type axlapi:XTransport
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Applicable only for sip phones
source <xsd:element name="transportType" type="axlapi:XTransport" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LPhoneSecurityProfile/sipPhonePort
diagram AXLSoap_p8419.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Applicable only for sip phones
source <xsd:element name="sipPhonePort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LPhoneSecurityProfile/enableDigestAuthentication
diagram AXLSoap_p8420.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
Applicable only for sip phones
source <xsd:element name="enableDigestAuthentication" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LPhoneSecurityProfile/excludeDigestCredentials
diagram AXLSoap_p8421.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
Applicable only for sip phones
source <xsd:element name="excludeDigestCredentials" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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