complexType RPhoneSecurityProfile
diagram AXLSoap_p13051.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 GetPhoneSecurityProfileRes/return/phoneSecurityProfile GetPhoneSecurityProfileReq/returnedTags
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:complexType name="RPhoneSecurityProfile">
 
<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 RPhoneSecurityProfile/@uuid
type axlapi:XUUID
facets
Kind Value Annotation
pattern \{........-....-....-....-............\}
source <xsd:attribute name="uuid" type="axlapi:XUUID"/>

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

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

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

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

element RPhoneSecurityProfile/deviceSecurityMode
diagram AXLSoap_p13056.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 RPhoneSecurityProfile/authenticationMode
diagram AXLSoap_p13057.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 RPhoneSecurityProfile/keySize
diagram AXLSoap_p13058.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 RPhoneSecurityProfile/keyOrder
diagram AXLSoap_p13059.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 RPhoneSecurityProfile/ecKeySize
diagram AXLSoap_p13060.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 RPhoneSecurityProfile/tftpEncryptedConfig
diagram AXLSoap_p13061.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 RPhoneSecurityProfile/EnableOAuthAuthentication
diagram AXLSoap_p13062.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 RPhoneSecurityProfile/nonceValidityTime
diagram AXLSoap_p13063.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 RPhoneSecurityProfile/transportType
diagram AXLSoap_p13064.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 RPhoneSecurityProfile/sipPhonePort
diagram AXLSoap_p13065.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 RPhoneSecurityProfile/enableDigestAuthentication
diagram AXLSoap_p13066.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 RPhoneSecurityProfile/excludeDigestCredentials
diagram AXLSoap_p13067.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