complexType UpdateLdapDirectoryReq
diagram AXLSoap_p12766.png
namespace http://www.cisco.com/AXL/API/9.1
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
sequence  xsd:unsignedLong  optional      
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 AXLSoap_p12767.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 UpdateLdapDirectoryReq/ldapDn
diagram AXLSoap_p12768.png
type axlapi:String128
properties
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 AXLSoap_p12769.png
type axlapi:String128
properties
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 AXLSoap_p12770.png
type axlapi:String255
properties
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 AXLSoap_p12771.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="repeatable" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateLdapDirectoryReq/intervalValue
diagram AXLSoap_p12772.png
type axlapi:XInteger
properties
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 AXLSoap_p12773.png
type axlapi:XScheduleUnit
properties
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 AXLSoap_p12774.png
type axlapi:String32
properties
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 AXLSoap_p12775.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="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 AXLSoap_p12776.png
properties
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 AXLSoap_p12777.png
type axlapi:String128
properties
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 AXLSoap_p12778.png
type axlapi:XInteger
properties
content simple
nillable false
source <xsd:element name="ldapPortNumber" type="axlapi:XInteger" nillable="false" minOccurs="1" maxOccurs="1"/>

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

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


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