complexType RSipTrunkSecurityProfile
diagram AXLSoap_p13650.png
namespace http://www.cisco.com/AXL/API/15.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:String75" 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_p13651.png
type axlapi:String75
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 75
source <xsd:element name="name" type="axlapi:String75" minOccurs="0" maxOccurs="1"/>

element RSipTrunkSecurityProfile/description
diagram AXLSoap_p13652.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_p13653.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_p13654.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_p13655.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_p13656.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_p13657.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_p13658.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_p13659.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_p13660.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_p13661.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_p13662.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_p13663.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_p13664.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_p13665.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_p13666.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_p13667.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