complexType UpdateLdapDirectoryReq
diagram axlapi_p11646.png
namespace http://www.cisco.com/AXL/API/8.5
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName ldapDn ldapPassword userSearchBase repeatable intervalValue scheduleUnit nextExecTime servers ldapFilter
used by
element updateLdapDirectory
attributes
Name  Type  Use  Default  Fixed  annotation
sequencexsd:unsignedLongoptional      
source <xsd:complexType name="UpdateLdapDirectoryReq">
 
<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="ldapDn" type="axlapi:String128" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="ldapPassword" type="axlapi:String128" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="userSearchBase" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="repeatable" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="intervalValue" type="axlapi:XInteger" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="scheduleUnit" type="axlapi:XScheduleUnit" default="DAY" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="nextExecTime" type="axlapi:String32" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="servers" minOccurs="0" maxOccurs="1">
         
<xsd:complexType>
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="server" minOccurs="1" maxOccurs="3">
               
<xsd:complexType>
                 
<xsd:sequence minOccurs="0">
                   
<xsd:element name="hostName" type="axlapi:String128" nillable="false" minOccurs="1" maxOccurs="1"/>
                   
<xsd:element name="ldapPortNumber" type="axlapi:XInteger" nillable="false" minOccurs="1" maxOccurs="1"/>
                   
<xsd:element name="sslEnabled" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
                 
</xsd:sequence>
               
</xsd:complexType>
             
</xsd:element>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
       
<xsd:element name="ldapFilter" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateLdapDirectoryReq/newName
diagram axlapi_p11647.png
type axlapi:String50
properties
isRef 0
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 UpdateLdapDirectoryReq/ldapDn
diagram axlapi_p11648.png
type axlapi:String128
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
maxLength 128 
source <xsd:element name="ldapDn" type="axlapi:String128" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateLdapDirectoryReq/ldapPassword
diagram axlapi_p11649.png
type axlapi:String128
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
maxLength 128 
source <xsd:element name="ldapPassword" type="axlapi:String128" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateLdapDirectoryReq/userSearchBase
diagram axlapi_p11650.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="userSearchBase" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateLdapDirectoryReq/repeatable
diagram axlapi_p11651.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="repeatable" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateLdapDirectoryReq/intervalValue
diagram axlapi_p11652.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="intervalValue" type="axlapi:XInteger" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateLdapDirectoryReq/scheduleUnit
diagram axlapi_p11653.png
type axlapi:XScheduleUnit
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default DAY
nillable false
source <xsd:element name="scheduleUnit" type="axlapi:XScheduleUnit" default="DAY" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateLdapDirectoryReq/nextExecTime
diagram axlapi_p11654.png
type axlapi:String32
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
maxLength 32 
source <xsd:element name="nextExecTime" type="axlapi:String32" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateLdapDirectoryReq/servers
diagram axlapi_p11655.png
properties
isRef 0
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="1" maxOccurs="3">
       
<xsd:complexType>
         
<xsd:sequence minOccurs="0">
           
<xsd:element name="hostName" type="axlapi:String128" nillable="false" minOccurs="1" maxOccurs="1"/>
           
<xsd:element name="ldapPortNumber" type="axlapi:XInteger" nillable="false" minOccurs="1" maxOccurs="1"/>
           
<xsd:element name="sslEnabled" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateLdapDirectoryReq/servers/server
diagram axlapi_p11656.png
properties
isRef 0
minOcc 1
maxOcc 3
content complex
children hostName ldapPortNumber sslEnabled
source <xsd:element name="server" minOccurs="1" maxOccurs="3">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="hostName" type="axlapi:String128" nillable="false" minOccurs="1" maxOccurs="1"/>
     
<xsd:element name="ldapPortNumber" type="axlapi:XInteger" nillable="false" minOccurs="1" maxOccurs="1"/>
     
<xsd:element name="sslEnabled" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateLdapDirectoryReq/servers/server/hostName
diagram axlapi_p11657.png
type axlapi:String128
properties
isRef 0
content simple
nillable false
facets
Kind Value annotation 
maxLength 128 
source <xsd:element name="hostName" type="axlapi:String128" nillable="false" minOccurs="1" maxOccurs="1"/>

element UpdateLdapDirectoryReq/servers/server/ldapPortNumber
diagram axlapi_p11658.png
type axlapi:XInteger
properties
isRef 0
content simple
nillable false
source <xsd:element name="ldapPortNumber" type="axlapi:XInteger" nillable="false" minOccurs="1" maxOccurs="1"/>

element UpdateLdapDirectoryReq/servers/server/sslEnabled
diagram axlapi_p11659.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="sslEnabled" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateLdapDirectoryReq/ldapFilter
diagram axlapi_p11660.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="ldapFilter" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>


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