complexType XTransPattern
diagram AXLSoap_p20984.png
namespace http://www.cisco.com/AXL/API/15.0
children pattern description usage routePartitionName blockEnable calledPartyTransformationMask callingPartyTransformationMask useCallingPartyPhoneMask callingPartyPrefixDigits dialPlanName digitDiscardInstructionName patternUrgency prefixDigitsOut routeFilterName callingLinePresentationBit callingNamePresentationBit connectedLinePresentationBit connectedNamePresentationBit patternPrecedence provideOutsideDialtone callingPartyNumberingPlan callingPartyNumberType calledPartyNumberingPlan calledPartyNumberType callingSearchSpaceName resourcePriorityNamespaceName routeNextHopByCgpn routeClass callInterceptProfileName releaseClause useOriginatorCss dontWaitForIDTOnSubsequentHops isEmergencyServiceNumber
used by
element AddTransPatternReq/transPattern
source <xsd:complexType name="XTransPattern">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="pattern" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="description" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="usage" type="axlapi:XPatternUsage" nillable="false" minOccurs="1" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>For Intercom DN and Intercom Translation patterns the usage tag value needs to be specified explicitly as Device Intercom and Translation Intercom respectively. For all other patterns it is a Read-only tag.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="routePartitionName" type="axlapi:XFkType" nillable="true" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="blockEnable" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="calledPartyTransformationMask" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callingPartyTransformationMask" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="useCallingPartyPhoneMask" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callingPartyPrefixDigits" type="axlapi:String50" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="dialPlanName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="digitDiscardInstructionName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="patternUrgency" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="prefixDigitsOut" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="routeFilterName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callingLinePresentationBit" type="axlapi:XPresentationBit" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callingNamePresentationBit" type="axlapi:XPresentationBit" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="connectedLinePresentationBit" type="axlapi:XPresentationBit" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="connectedNamePresentationBit" type="axlapi:XPresentationBit" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="patternPrecedence" type="axlapi:XPatternPrecedence" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="provideOutsideDialtone" type="axlapi:boolean" default="true" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callingPartyNumberingPlan" type="axlapi:XNumberingPlan" default="Cisco CallManager" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callingPartyNumberType" type="axlapi:XPriOfNumber" default="Cisco CallManager" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="calledPartyNumberingPlan" type="axlapi:XNumberingPlan" default="Cisco CallManager" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="calledPartyNumberType" type="axlapi:XPriOfNumber" default="Cisco CallManager" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callingSearchSpaceName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="resourcePriorityNamespaceName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="routeNextHopByCgpn" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="routeClass" type="axlapi:XPatternRouteClass" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callInterceptProfileName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="releaseClause" type="axlapi:XReleaseCauseValue" default="No Error" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="useOriginatorCss" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="dontWaitForIDTOnSubsequentHops" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="isEmergencyServiceNumber" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
</xsd:complexType>

element XTransPattern/pattern
diagram AXLSoap_p20985.png
type xsd:string
properties
content simple
nillable false
source <xsd:element name="pattern" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>

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

element XTransPattern/usage
diagram AXLSoap_p20987.png
type axlapi:XPatternUsage
properties
content simple
nillable false
annotation
documentation
For Intercom DN and Intercom Translation patterns the usage tag value needs to be specified explicitly as Device Intercom and Translation Intercom respectively. For all other patterns it is a Read-only tag.
source <xsd:element name="usage" type="axlapi:XPatternUsage" nillable="false" minOccurs="1" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>For Intercom DN and Intercom Translation patterns the usage tag value needs to be specified explicitly as Device Intercom and Translation Intercom respectively. For all other patterns it is a Read-only tag.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element XTransPattern/routePartitionName
diagram AXLSoap_p20988.png
type axlapi:XFkType
properties
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="routePartitionName" type="axlapi:XFkType" nillable="true" minOccurs="1" maxOccurs="1"/>

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

element XTransPattern/calledPartyTransformationMask
diagram AXLSoap_p20990.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="calledPartyTransformationMask" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>

element XTransPattern/callingPartyTransformationMask
diagram AXLSoap_p20991.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="callingPartyTransformationMask" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>

element XTransPattern/useCallingPartyPhoneMask
diagram AXLSoap_p20992.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
default Default
nillable false
source <xsd:element name="useCallingPartyPhoneMask" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>

element XTransPattern/callingPartyPrefixDigits
diagram AXLSoap_p20993.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="callingPartyPrefixDigits" type="axlapi:String50" nillable="true" minOccurs="0" maxOccurs="1"/>

element XTransPattern/dialPlanName
diagram AXLSoap_p20994.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="dialPlanName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element XTransPattern/digitDiscardInstructionName
diagram AXLSoap_p20995.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="digitDiscardInstructionName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

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

element XTransPattern/prefixDigitsOut
diagram AXLSoap_p20997.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="prefixDigitsOut" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>

element XTransPattern/routeFilterName
diagram AXLSoap_p20998.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="routeFilterName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element XTransPattern/callingLinePresentationBit
diagram AXLSoap_p20999.png
type axlapi:XPresentationBit
properties
minOcc 0
maxOcc 1
content simple
default Default
nillable false
source <xsd:element name="callingLinePresentationBit" type="axlapi:XPresentationBit" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>

element XTransPattern/callingNamePresentationBit
diagram AXLSoap_p21000.png
type axlapi:XPresentationBit
properties
minOcc 0
maxOcc 1
content simple
default Default
nillable false
source <xsd:element name="callingNamePresentationBit" type="axlapi:XPresentationBit" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>

element XTransPattern/connectedLinePresentationBit
diagram AXLSoap_p21001.png
type axlapi:XPresentationBit
properties
minOcc 0
maxOcc 1
content simple
default Default
nillable false
source <xsd:element name="connectedLinePresentationBit" type="axlapi:XPresentationBit" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>

element XTransPattern/connectedNamePresentationBit
diagram AXLSoap_p21002.png
type axlapi:XPresentationBit
properties
minOcc 0
maxOcc 1
content simple
default Default
nillable false
source <xsd:element name="connectedNamePresentationBit" type="axlapi:XPresentationBit" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>

element XTransPattern/patternPrecedence
diagram AXLSoap_p21003.png
type axlapi:XPatternPrecedence
properties
minOcc 0
maxOcc 1
content simple
default Default
nillable false
source <xsd:element name="patternPrecedence" type="axlapi:XPatternPrecedence" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>

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

element XTransPattern/callingPartyNumberingPlan
diagram AXLSoap_p21005.png
type axlapi:XNumberingPlan
properties
minOcc 0
maxOcc 1
content simple
default Cisco CallManager
nillable false
source <xsd:element name="callingPartyNumberingPlan" type="axlapi:XNumberingPlan" default="Cisco CallManager" nillable="false" minOccurs="0" maxOccurs="1"/>

element XTransPattern/callingPartyNumberType
diagram AXLSoap_p21006.png
type axlapi:XPriOfNumber
properties
minOcc 0
maxOcc 1
content simple
default Cisco CallManager
nillable false
source <xsd:element name="callingPartyNumberType" type="axlapi:XPriOfNumber" default="Cisco CallManager" nillable="false" minOccurs="0" maxOccurs="1"/>

element XTransPattern/calledPartyNumberingPlan
diagram AXLSoap_p21007.png
type axlapi:XNumberingPlan
properties
minOcc 0
maxOcc 1
content simple
default Cisco CallManager
nillable false
source <xsd:element name="calledPartyNumberingPlan" type="axlapi:XNumberingPlan" default="Cisco CallManager" nillable="false" minOccurs="0" maxOccurs="1"/>

element XTransPattern/calledPartyNumberType
diagram AXLSoap_p21008.png
type axlapi:XPriOfNumber
properties
minOcc 0
maxOcc 1
content simple
default Cisco CallManager
nillable false
source <xsd:element name="calledPartyNumberType" type="axlapi:XPriOfNumber" default="Cisco CallManager" nillable="false" minOccurs="0" maxOccurs="1"/>

element XTransPattern/callingSearchSpaceName
diagram AXLSoap_p21009.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="callingSearchSpaceName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element XTransPattern/resourcePriorityNamespaceName
diagram AXLSoap_p21010.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="resourcePriorityNamespaceName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

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

element XTransPattern/routeClass
diagram AXLSoap_p21012.png
type axlapi:XPatternRouteClass
properties
minOcc 0
maxOcc 1
content simple
default Default
nillable false
source <xsd:element name="routeClass" type="axlapi:XPatternRouteClass" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>

element XTransPattern/callInterceptProfileName
diagram AXLSoap_p21013.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="callInterceptProfileName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element XTransPattern/releaseClause
diagram AXLSoap_p21014.png
type axlapi:XReleaseCauseValue
properties
minOcc 0
maxOcc 1
content simple
default No Error
nillable false
source <xsd:element name="releaseClause" type="axlapi:XReleaseCauseValue" default="No Error" nillable="false" minOccurs="0" maxOccurs="1"/>

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

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

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


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