complexType UpdateCcdRequestingServiceReq
diagram AXLSoap_p14711.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName description isActivated routePartitionName learnedPatternPrefix pstnPrefix removeAssociatedTrunks addAssociatedTrunks associatedTrunks
used by
element updateCcdRequestingService
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdateCcdRequestingServiceReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:NameAndGUIDRequest">
     
<xsd:sequence>
       
<xsd:element name="newName" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="description" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="isActivated" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="routePartitionName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="learnedPatternPrefix" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="pstnPrefix" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:choice minOccurs="0">
         
<xsd:sequence minOccurs="0">
           
<xsd:element name="removeAssociatedTrunks" minOccurs="0" maxOccurs="1">
             
<xsd:complexType>
               
<xsd:complexContent>
                 
<xsd:extension base="axlapi:XCommonMembersExtension">
                   
<xsd:sequence minOccurs="0">
                     
<xsd:element name="associatedTrunk" type="axlapi:XCcdRequestingServiceMember" minOccurs="1" maxOccurs="unbounded"/>
                   
</xsd:sequence>
                 
</xsd:extension>
               
</xsd:complexContent>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="addAssociatedTrunks" minOccurs="0" maxOccurs="1">
             
<xsd:complexType>
               
<xsd:complexContent>
                 
<xsd:extension base="axlapi:XCommonMembersExtension">
                   
<xsd:sequence minOccurs="0">
                     
<xsd:element name="associatedTrunk" type="axlapi:XCcdRequestingServiceMember" minOccurs="1" maxOccurs="unbounded"/>
                   
</xsd:sequence>
                 
</xsd:extension>
               
</xsd:complexContent>
             
</xsd:complexType>
           
</xsd:element>
         
</xsd:sequence>
         
<xsd:element name="associatedTrunks" minOccurs="0" maxOccurs="1">
           
<xsd:complexType>
             
<xsd:complexContent>
               
<xsd:extension base="axlapi:XCommonMembersExtension">
                 
<xsd:sequence minOccurs="0">
                   
<xsd:element name="associatedTrunk" type="axlapi:XCcdRequestingServiceMember" minOccurs="1" maxOccurs="unbounded"/>
                 
</xsd:sequence>
               
</xsd:extension>
             
</xsd:complexContent>
           
</xsd:complexType>
         
</xsd:element>
       
</xsd:choice>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

element UpdateCcdRequestingServiceReq/isActivated
diagram AXLSoap_p14714.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="isActivated" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateCcdRequestingServiceReq/routePartitionName
diagram AXLSoap_p14715.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="routePartitionName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

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

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

element UpdateCcdRequestingServiceReq/removeAssociatedTrunks
diagram AXLSoap_p14718.png
type extension of axlapi:XCommonMembersExtension
properties
minOcc 0
maxOcc 1
content complex
children associatedTrunk
source <xsd:element name="removeAssociatedTrunks" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:complexContent>
     
<xsd:extension base="axlapi:XCommonMembersExtension">
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="associatedTrunk" type="axlapi:XCcdRequestingServiceMember" minOccurs="1" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:extension>
   
</xsd:complexContent>
 
</xsd:complexType>
</xsd:element>

element UpdateCcdRequestingServiceReq/removeAssociatedTrunks/associatedTrunk
diagram AXLSoap_p14719.png
type axlapi:XCcdRequestingServiceMember
properties
minOcc 1
maxOcc unbounded
content complex
children trunkName
source <xsd:element name="associatedTrunk" type="axlapi:XCcdRequestingServiceMember" minOccurs="1" maxOccurs="unbounded"/>

element UpdateCcdRequestingServiceReq/addAssociatedTrunks
diagram AXLSoap_p14720.png
type extension of axlapi:XCommonMembersExtension
properties
minOcc 0
maxOcc 1
content complex
children associatedTrunk
source <xsd:element name="addAssociatedTrunks" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:complexContent>
     
<xsd:extension base="axlapi:XCommonMembersExtension">
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="associatedTrunk" type="axlapi:XCcdRequestingServiceMember" minOccurs="1" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:extension>
   
</xsd:complexContent>
 
</xsd:complexType>
</xsd:element>

element UpdateCcdRequestingServiceReq/addAssociatedTrunks/associatedTrunk
diagram AXLSoap_p14721.png
type axlapi:XCcdRequestingServiceMember
properties
minOcc 1
maxOcc unbounded
content complex
children trunkName
source <xsd:element name="associatedTrunk" type="axlapi:XCcdRequestingServiceMember" minOccurs="1" maxOccurs="unbounded"/>

element UpdateCcdRequestingServiceReq/associatedTrunks
diagram AXLSoap_p14722.png
type extension of axlapi:XCommonMembersExtension
properties
minOcc 0
maxOcc 1
content complex
children associatedTrunk
source <xsd:element name="associatedTrunks" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:complexContent>
     
<xsd:extension base="axlapi:XCommonMembersExtension">
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="associatedTrunk" type="axlapi:XCcdRequestingServiceMember" minOccurs="1" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:extension>
   
</xsd:complexContent>
 
</xsd:complexType>
</xsd:element>

element UpdateCcdRequestingServiceReq/associatedTrunks/associatedTrunk
diagram AXLSoap_p14723.png
type axlapi:XCcdRequestingServiceMember
properties
minOcc 1
maxOcc unbounded
content complex
children trunkName
source <xsd:element name="associatedTrunk" type="axlapi:XCcdRequestingServiceMember" minOccurs="1" maxOccurs="unbounded"/>


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