complexType RDirNumberAliasLookupandSync
diagram AXLSoap_p11118.png
namespace http://www.cisco.com/AXL/API/15.0
children ldapConfigName ldapManagerDisgName ldapPassword ldapUserSearch ldapDirectoryServerUsage keepAliveSearch keepAliveTime sipAliasSuffix enableCachingofRecords servers cacheSizeforAliasLookup cacheAgeforAliasLookup
used by
elements GetDirNumberAliasLookupandSyncRes/return/dirNumberAliasLookupandSync GetDirNumberAliasLookupandSyncReq/returnedTags
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:complexType name="RDirNumberAliasLookupandSync">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="ldapConfigName" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="ldapManagerDisgName" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="ldapPassword" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="ldapUserSearch" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="ldapDirectoryServerUsage" type="axlapi:XLDAPDirectoryFunction" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="keepAliveSearch" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="keepAliveTime" type="axlapi:XKeepAliveTimeInterval" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="sipAliasSuffix" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="enableCachingofRecords" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="servers" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="server" minOccurs="0" maxOccurs="3">
           
<xsd:complexType>
             
<xsd:sequence minOccurs="0">
               
<xsd:element name="hostName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
               
<xsd:element name="ldapPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
               
<xsd:element name="sslEnabled" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
             
</xsd:sequence>
           
</xsd:complexType>
         
</xsd:element>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="cacheSizeforAliasLookup" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="cacheAgeforAliasLookup" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

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

element RDirNumberAliasLookupandSync/ldapConfigName
diagram AXLSoap_p11119.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="ldapConfigName" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>

element RDirNumberAliasLookupandSync/ldapManagerDisgName
diagram AXLSoap_p11120.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
source <xsd:element name="ldapManagerDisgName" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>

element RDirNumberAliasLookupandSync/ldapPassword
diagram AXLSoap_p11121.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
source <xsd:element name="ldapPassword" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>

element RDirNumberAliasLookupandSync/ldapUserSearch
diagram AXLSoap_p11122.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="ldapUserSearch" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element RDirNumberAliasLookupandSync/ldapDirectoryServerUsage
diagram AXLSoap_p11123.png
type axlapi:XLDAPDirectoryFunction
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="ldapDirectoryServerUsage" type="axlapi:XLDAPDirectoryFunction" minOccurs="0" maxOccurs="1"/>

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

element RDirNumberAliasLookupandSync/keepAliveTime
diagram AXLSoap_p11125.png
type axlapi:XKeepAliveTimeInterval
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="keepAliveTime" type="axlapi:XKeepAliveTimeInterval" minOccurs="0" maxOccurs="1"/>

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

element RDirNumberAliasLookupandSync/enableCachingofRecords
diagram AXLSoap_p11127.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="enableCachingofRecords" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RDirNumberAliasLookupandSync/servers
diagram AXLSoap_p11128.png
properties
minOcc 0
maxOcc 1
content complex
children server
source <xsd:element name="servers" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="server" minOccurs="0" maxOccurs="3">
       
<xsd:complexType>
         
<xsd:sequence minOccurs="0">
           
<xsd:element name="hostName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
           
<xsd:element name="ldapPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
           
<xsd:element name="sslEnabled" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RDirNumberAliasLookupandSync/servers/server
diagram AXLSoap_p11129.png
properties
minOcc 0
maxOcc 3
content complex
children hostName ldapPort sslEnabled
source <xsd:element name="server" minOccurs="0" maxOccurs="3">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="hostName" type="xsd:string" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="ldapPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="sslEnabled" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RDirNumberAliasLookupandSync/servers/server/hostName
diagram AXLSoap_p11130.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="hostName" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element RDirNumberAliasLookupandSync/servers/server/ldapPort
diagram AXLSoap_p11131.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="ldapPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element RDirNumberAliasLookupandSync/servers/server/sslEnabled
diagram AXLSoap_p11132.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="sslEnabled" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

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

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


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