complexType RCallPickupGroup
diagram AXLSoap_p7894.png
namespace http://www.cisco.com/AXL/API/9.1
children pattern description usage routePartitionName name members pickupNotification pickupNotificationTimer callInfoForPickupNotification
used by
elements GetCallPickupGroupRes/return/callPickupGroup GetCallPickupGroupReq/returnedTags
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:complexType name="RCallPickupGroup">
 
<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="name" type="xsd:Name" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="members" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="member" type="axlapi:RPickupGroupMember" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="pickupNotification" type="axlapi:XPickupNotification" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="pickupNotificationTimer" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callInfoForPickupNotification" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="callingPartyInfo" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="calledPartyInfo" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

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

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

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

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

element RCallPickupGroup/routePartitionName
diagram AXLSoap_p7898.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 RCallPickupGroup/name
diagram AXLSoap_p7899.png
type xsd:Name
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="name" type="xsd:Name" minOccurs="0" maxOccurs="1"/>

element RCallPickupGroup/members
diagram AXLSoap_p7900.png
properties
minOcc 0
maxOcc 1
content complex
children member
source <xsd:element name="members" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="member" type="axlapi:RPickupGroupMember" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RCallPickupGroup/members/member
diagram AXLSoap_p7901.png
type axlapi:RPickupGroupMember
properties
minOcc 0
maxOcc unbounded
content complex
children priority pickupGroupName pickupDnAndPartition
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:element name="member" type="axlapi:RPickupGroupMember" minOccurs="0" maxOccurs="unbounded"/>

element RCallPickupGroup/pickupNotification
diagram AXLSoap_p7902.png
type axlapi:XPickupNotification
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="pickupNotification" type="axlapi:XPickupNotification" minOccurs="0" maxOccurs="1"/>

element RCallPickupGroup/pickupNotificationTimer
diagram AXLSoap_p7903.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="pickupNotificationTimer" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element RCallPickupGroup/callInfoForPickupNotification
diagram AXLSoap_p7904.png
properties
minOcc 0
maxOcc 1
content complex
children callingPartyInfo calledPartyInfo
source <xsd:element name="callInfoForPickupNotification" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="callingPartyInfo" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="calledPartyInfo" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RCallPickupGroup/callInfoForPickupNotification/callingPartyInfo
diagram AXLSoap_p7905.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="callingPartyInfo" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RCallPickupGroup/callInfoForPickupNotification/calledPartyInfo
diagram AXLSoap_p7906.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="calledPartyInfo" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>


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