complexType RSipTrunkSecurityProfile
diagram AXLSoap_p12993.png
namespace http://www.cisco.com/AXL/API/11.0
children name description securityMode incomingTransport outgoingTransport digestAuthentication noncePolicyTime x509SubjectName incomingPort applLevelAuthentication acceptPresenceSubscription acceptOutOfDialogRefer acceptUnsolicitedNotification allowReplaceHeader transmitSecurityStatus sipV150OutboundSdpOfferFiltering allowChargingHeader
used by
elements GetSipTrunkSecurityProfileReq/returnedTags GetSipTrunkSecurityProfileRes/return/sipTrunkSecurityProfile
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:complexType name="RSipTrunkSecurityProfile">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="axlapi:String64" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="description" type="axlapi:String100" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="securityMode" type="axlapi:XDeviceSecurityMode" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="incomingTransport" type="axlapi:XTransport" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="outgoingTransport" type="axlapi:XTransport" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="digestAuthentication" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="noncePolicyTime" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Only if digestAuthentication is enabled this value can be changed.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="x509SubjectName" type="axlapi:String4096" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="incomingPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="applLevelAuthentication" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="acceptPresenceSubscription" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="acceptOutOfDialogRefer" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="acceptUnsolicitedNotification" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="allowReplaceHeader" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="transmitSecurityStatus" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="sipV150OutboundSdpOfferFiltering" type="axlapi:XV150SDPFilter" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="allowChargingHeader" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

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

element RSipTrunkSecurityProfile/name
diagram AXLSoap_p12994.png
type axlapi:String64
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 64
source <xsd:element name="name" type="axlapi:String64" minOccurs="0" maxOccurs="1"/>

element RSipTrunkSecurityProfile/description
diagram AXLSoap_p12995.png
type axlapi:String100
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 100
source <xsd:element name="description" type="axlapi:String100" minOccurs="0" maxOccurs="1"/>

element RSipTrunkSecurityProfile/securityMode
diagram AXLSoap_p12996.png
type axlapi:XDeviceSecurityMode
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="securityMode" type="axlapi:XDeviceSecurityMode" minOccurs="0" maxOccurs="1"/>

element RSipTrunkSecurityProfile/incomingTransport
diagram AXLSoap_p12997.png
type axlapi:XTransport
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="incomingTransport" type="axlapi:XTransport" minOccurs="0" maxOccurs="1"/>

element RSipTrunkSecurityProfile/outgoingTransport
diagram AXLSoap_p12998.png
type axlapi:XTransport
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="outgoingTransport" type="axlapi:XTransport" minOccurs="0" maxOccurs="1"/>

element RSipTrunkSecurityProfile/digestAuthentication
diagram AXLSoap_p12999.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="digestAuthentication" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RSipTrunkSecurityProfile/noncePolicyTime
diagram AXLSoap_p13000.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Only if digestAuthentication is enabled this value can be changed.
source <xsd:element name="noncePolicyTime" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Only if digestAuthentication is enabled this value can be changed.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RSipTrunkSecurityProfile/x509SubjectName
diagram AXLSoap_p13001.png
type axlapi:String4096
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 4096
source <xsd:element name="x509SubjectName" type="axlapi:String4096" minOccurs="0" maxOccurs="1"/>

element RSipTrunkSecurityProfile/incomingPort
diagram AXLSoap_p13002.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="incomingPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element RSipTrunkSecurityProfile/applLevelAuthentication
diagram AXLSoap_p13003.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="applLevelAuthentication" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RSipTrunkSecurityProfile/acceptPresenceSubscription
diagram AXLSoap_p13004.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="acceptPresenceSubscription" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RSipTrunkSecurityProfile/acceptOutOfDialogRefer
diagram AXLSoap_p13005.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="acceptOutOfDialogRefer" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RSipTrunkSecurityProfile/acceptUnsolicitedNotification
diagram AXLSoap_p13006.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="acceptUnsolicitedNotification" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RSipTrunkSecurityProfile/allowReplaceHeader
diagram AXLSoap_p13007.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="allowReplaceHeader" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RSipTrunkSecurityProfile/transmitSecurityStatus
diagram AXLSoap_p13008.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="transmitSecurityStatus" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RSipTrunkSecurityProfile/sipV150OutboundSdpOfferFiltering
diagram AXLSoap_p13009.png
type axlapi:XV150SDPFilter
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="sipV150OutboundSdpOfferFiltering" type="axlapi:XV150SDPFilter" minOccurs="0" maxOccurs="1"/>

element RSipTrunkSecurityProfile/allowChargingHeader
diagram AXLSoap_p13010.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="allowChargingHeader" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>


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