complexType RCallingPartyTransformationPattern
diagram AXLSoap_p10281.png
namespace http://www.cisco.com/AXL/API/15.0
children pattern description usage routePartitionName callingPartyTransformationMask useCallingPartyPhoneMask dialPlanName digitDiscardInstructionName patternUrgency callingPartyPrefixDigits routeFilterName callingLinePresentationBit callingPartyNumberingPlan callingPartyNumberType mlppPreemptionDisabled
used by
elements GetCallingPartyTransformationPatternRes/return/callingPartyTransformationPattern GetCallingPartyTransformationPatternReq/returnedTags
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:complexType name="RCallingPartyTransformationPattern">
 
<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="callingPartyTransformationMask" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="useCallingPartyPhoneMask" type="axlapi:XStatus" 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:annotation>
       
<xsd:documentation>Always set as true</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="callingPartyPrefixDigits" type="axlapi:String50" 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="callingPartyNumberingPlan" type="axlapi:XNumberingPlan" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callingPartyNumberType" type="axlapi:XPriOfNumber" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="mlppPreemptionDisabled" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

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

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

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

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

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

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

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

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

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

element RCallingPartyTransformationPattern/patternUrgency
diagram AXLSoap_p10290.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
Always set as true
source <xsd:element name="patternUrgency" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Always set as true</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RCallingPartyTransformationPattern/callingPartyPrefixDigits
diagram AXLSoap_p10291.png
type axlapi:String50
properties
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 RCallingPartyTransformationPattern/routeFilterName
diagram AXLSoap_p10292.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="routeFilterName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

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

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

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

element RCallingPartyTransformationPattern/mlppPreemptionDisabled
diagram AXLSoap_p10296.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="mlppPreemptionDisabled" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>


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