complexType LTransPattern
diagram axlapi_p6726.png
namespace http://www.cisco.com/AXL/API/8.5
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
used by
elements ListTransPatternReq/returnedTags ListTransPatternRes/return/transPattern
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUID      
source <xsd:complexType name="LTransPattern">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="pattern" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="description" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="usage" type="axlapi:XPatternUsage" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="routePartitionName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="blockEnable" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="calledPartyTransformationMask" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callingPartyTransformationMask" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="useCallingPartyPhoneMask" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callingPartyPrefixDigits" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="dialPlanName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="digitDiscardInstructionName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="patternUrgency" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="prefixDigitsOut" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="routeFilterName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callingLinePresentationBit" type="axlapi:XPresentationBit" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callingNamePresentationBit" type="axlapi:XPresentationBit" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="connectedLinePresentationBit" type="axlapi:XPresentationBit" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="connectedNamePresentationBit" type="axlapi:XPresentationBit" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="patternPrecedence" type="axlapi:XPatternPrecedence" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="provideOutsideDialtone" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callingPartyNumberingPlan" type="axlapi:XNumberingPlan" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callingPartyNumberType" type="axlapi:XPriOfNumber" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="calledPartyNumberingPlan" type="axlapi:XNumberingPlan" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="calledPartyNumberType" type="axlapi:XPriOfNumber" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callingSearchSpaceName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="resourcePriorityNamespaceName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="routeNextHopByCgpn" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="routeClass" type="axlapi:XPatternRouteClass" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callInterceptProfileName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="releaseClause" type="axlapi:XReleaseCauseValue" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

attribute LTransPattern/@uuid
type axlapi:XUUID
properties
isRef 0
facets
Kind Value annotation 
pattern \{........-....-....-....-............\} 
source <xsd:attribute name="uuid" type="axlapi:XUUID"/>

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

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

element LTransPattern/usage
diagram axlapi_p6729.png
type axlapi:XPatternUsage
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="usage" type="axlapi:XPatternUsage" minOccurs="0" maxOccurs="1"/>

element LTransPattern/routePartitionName
diagram axlapi_p6730.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="routePartitionName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

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

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

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

element LTransPattern/useCallingPartyPhoneMask
diagram axlapi_p6734.png
type axlapi:XStatus
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="useCallingPartyPhoneMask" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>

element LTransPattern/callingPartyPrefixDigits
diagram axlapi_p6735.png
type axlapi:String50
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 50 
source <xsd:element name="callingPartyPrefixDigits" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>

element LTransPattern/dialPlanName
diagram axlapi_p6736.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="dialPlanName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element LTransPattern/digitDiscardInstructionName
diagram axlapi_p6737.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="digitDiscardInstructionName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

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

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

element LTransPattern/routeFilterName
diagram axlapi_p6740.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="routeFilterName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element LTransPattern/callingLinePresentationBit
diagram axlapi_p6741.png
type axlapi:XPresentationBit
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="callingLinePresentationBit" type="axlapi:XPresentationBit" minOccurs="0" maxOccurs="1"/>

element LTransPattern/callingNamePresentationBit
diagram axlapi_p6742.png
type axlapi:XPresentationBit
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="callingNamePresentationBit" type="axlapi:XPresentationBit" minOccurs="0" maxOccurs="1"/>

element LTransPattern/connectedLinePresentationBit
diagram axlapi_p6743.png
type axlapi:XPresentationBit
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="connectedLinePresentationBit" type="axlapi:XPresentationBit" minOccurs="0" maxOccurs="1"/>

element LTransPattern/connectedNamePresentationBit
diagram axlapi_p6744.png
type axlapi:XPresentationBit
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="connectedNamePresentationBit" type="axlapi:XPresentationBit" minOccurs="0" maxOccurs="1"/>

element LTransPattern/patternPrecedence
diagram axlapi_p6745.png
type axlapi:XPatternPrecedence
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="patternPrecedence" type="axlapi:XPatternPrecedence" minOccurs="0" maxOccurs="1"/>

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

element LTransPattern/callingPartyNumberingPlan
diagram axlapi_p6747.png
type axlapi:XNumberingPlan
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="callingPartyNumberingPlan" type="axlapi:XNumberingPlan" minOccurs="0" maxOccurs="1"/>

element LTransPattern/callingPartyNumberType
diagram axlapi_p6748.png
type axlapi:XPriOfNumber
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="callingPartyNumberType" type="axlapi:XPriOfNumber" minOccurs="0" maxOccurs="1"/>

element LTransPattern/calledPartyNumberingPlan
diagram axlapi_p6749.png
type axlapi:XNumberingPlan
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="calledPartyNumberingPlan" type="axlapi:XNumberingPlan" minOccurs="0" maxOccurs="1"/>

element LTransPattern/calledPartyNumberType
diagram axlapi_p6750.png
type axlapi:XPriOfNumber
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="calledPartyNumberType" type="axlapi:XPriOfNumber" minOccurs="0" maxOccurs="1"/>

element LTransPattern/callingSearchSpaceName
diagram axlapi_p6751.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="callingSearchSpaceName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element LTransPattern/resourcePriorityNamespaceName
diagram axlapi_p6752.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="resourcePriorityNamespaceName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

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

element LTransPattern/routeClass
diagram axlapi_p6754.png
type axlapi:XPatternRouteClass
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="routeClass" type="axlapi:XPatternRouteClass" minOccurs="0" maxOccurs="1"/>

element LTransPattern/callInterceptProfileName
diagram axlapi_p6755.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="callInterceptProfileName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element LTransPattern/releaseClause
diagram axlapi_p6756.png
type axlapi:XReleaseCauseValue
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="releaseClause" type="axlapi:XReleaseCauseValue" minOccurs="0" maxOccurs="1"/>


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