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

element LSipTrunkSecurityProfile/name
diagram AXLSoap_p8922.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 LSipTrunkSecurityProfile/description
diagram AXLSoap_p8923.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 LSipTrunkSecurityProfile/securityMode
diagram AXLSoap_p8924.png
type axlapi:XDeviceSecurityMode
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="securityMode" type="axlapi:XDeviceSecurityMode" minOccurs="0" maxOccurs="1"/>

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

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

element LSipTrunkSecurityProfile/digestAuthentication
diagram AXLSoap_p8927.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 LSipTrunkSecurityProfile/noncePolicyTime
diagram AXLSoap_p8928.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 LSipTrunkSecurityProfile/x509SubjectName
diagram AXLSoap_p8929.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 LSipTrunkSecurityProfile/incomingPort
diagram AXLSoap_p8930.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="incomingPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element LSipTrunkSecurityProfile/applLevelAuthentication
diagram AXLSoap_p8931.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 LSipTrunkSecurityProfile/acceptPresenceSubscription
diagram AXLSoap_p8932.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 LSipTrunkSecurityProfile/acceptOutOfDialogRefer
diagram AXLSoap_p8933.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 LSipTrunkSecurityProfile/acceptUnsolicitedNotification
diagram AXLSoap_p8934.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 LSipTrunkSecurityProfile/allowReplaceHeader
diagram AXLSoap_p8935.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 LSipTrunkSecurityProfile/transmitSecurityStatus
diagram AXLSoap_p8936.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 LSipTrunkSecurityProfile/sipV150OutboundSdpOfferFiltering
diagram AXLSoap_p8937.png
type axlapi:XV150SDPFilter
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="sipV150OutboundSdpOfferFiltering" type="axlapi:XV150SDPFilter" minOccurs="0" maxOccurs="1"/>

element LSipTrunkSecurityProfile/allowChargingHeader
diagram AXLSoap_p8938.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