complexType ListVoiceMailPortReq
diagram AXLSoap_p7864.png
namespace http://www.cisco.com/AXL/API/15.0
children searchCriteria returnedTags skip first
used by
element listVoiceMailPort
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="ListVoiceMailPortReq">
 
<xsd:sequence>
   
<xsd:element name="searchCriteria">
     
<xsd:annotation>
       
<xsd:documentation>At least one element under searchCriteria has to be mentioned</xsd:documentation>
     
</xsd:annotation>
     
<xsd:complexType>
       
<xsd:sequence>
         
<xsd:element name="name" type="xsd:string" minOccurs="0">
           
<xsd:annotation>
             
<xsd:documentation>The device name,using only URL-friendly characters</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="description" type="xsd:string" minOccurs="0">
           
<xsd:annotation>
             
<xsd:documentation>Optional description of the device</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="callingSearchSpaceName" type="xsd:string" minOccurs="0"/>
         
<xsd:element name="devicePoolName" type="xsd:string" minOccurs="0"/>
         
<xsd:element name="securityProfileName" type="xsd:string" minOccurs="0"/>
         
<xsd:element name="dnPattern" type="xsd:string" minOccurs="0"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="returnedTags" type="axlapi:LVoiceMailPort" minOccurs="1"/>
   
<xsd:element name="skip" type="xsd:unsignedLong" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>It will be used only when first tag is specified.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="first" type="xsd:unsignedLong" minOccurs="0"/>
 
</xsd:sequence>
 
<xsd:attribute name="sequence" type="xsd:unsignedLong" use="optional"/>
</xsd:complexType>

attribute ListVoiceMailPortReq/@sequence
type xsd:unsignedLong
properties
use optional
source <xsd:attribute name="sequence" type="xsd:unsignedLong" use="optional"/>

element ListVoiceMailPortReq/searchCriteria
diagram AXLSoap_p7865.png
properties
content complex
children name description callingSearchSpaceName devicePoolName securityProfileName dnPattern
annotation
documentation
At least one element under searchCriteria has to be mentioned
source <xsd:element name="searchCriteria">
 
<xsd:annotation>
   
<xsd:documentation>At least one element under searchCriteria has to be mentioned</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="name" type="xsd:string" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation>The device name,using only URL-friendly characters</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="description" type="xsd:string" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation>Optional description of the device</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="callingSearchSpaceName" type="xsd:string" minOccurs="0"/>
     
<xsd:element name="devicePoolName" type="xsd:string" minOccurs="0"/>
     
<xsd:element name="securityProfileName" type="xsd:string" minOccurs="0"/>
     
<xsd:element name="dnPattern" type="xsd:string" minOccurs="0"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element ListVoiceMailPortReq/searchCriteria/name
diagram AXLSoap_p7866.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The device name,using only URL-friendly characters
source <xsd:element name="name" type="xsd:string" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The device name,using only URL-friendly characters</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ListVoiceMailPortReq/searchCriteria/description
diagram AXLSoap_p7867.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Optional description of the device
source <xsd:element name="description" type="xsd:string" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Optional description of the device</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ListVoiceMailPortReq/searchCriteria/callingSearchSpaceName
diagram AXLSoap_p7868.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="callingSearchSpaceName" type="xsd:string" minOccurs="0"/>

element ListVoiceMailPortReq/searchCriteria/devicePoolName
diagram AXLSoap_p7869.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="devicePoolName" type="xsd:string" minOccurs="0"/>

element ListVoiceMailPortReq/searchCriteria/securityProfileName
diagram AXLSoap_p7870.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="securityProfileName" type="xsd:string" minOccurs="0"/>

element ListVoiceMailPortReq/searchCriteria/dnPattern
diagram AXLSoap_p7871.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="dnPattern" type="xsd:string" minOccurs="0"/>

element ListVoiceMailPortReq/returnedTags
diagram AXLSoap_p7872.png
type axlapi:LVoiceMailPort
properties
content complex
children name description product model class protocol protocolSide callingSearchSpaceName devicePoolName commonDeviceConfigName locationName preemption useTrustedRelayPoint securityProfileName geoLocationName automatedAlternateRoutingCssName dnPattern callerIdDisplay callerIdDisplayAscii externalMask
attributes
Name  Type  Use  Default  Fixed  Annotation
ctiid  xsd:nonNegativeInteger        
uuid  axlapi:XUUID        
source <xsd:element name="returnedTags" type="axlapi:LVoiceMailPort" minOccurs="1"/>

element ListVoiceMailPortReq/skip
diagram AXLSoap_p7873.png
type xsd:unsignedLong
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
It will be used only when first tag is specified.
source <xsd:element name="skip" type="xsd:unsignedLong" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>It will be used only when first tag is specified.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ListVoiceMailPortReq/first
diagram AXLSoap_p7874.png
type xsd:unsignedLong
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="first" type="xsd:unsignedLong" minOccurs="0"/>


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