complexType UpdateLdapDirectoryReq
diagram AXLAPI_p12752.png
namespace http://www.cisco.com/AXL/API/9.0
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 AXLAPI_p12753.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 AXLAPI_p12754.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 AXLAPI_p12755.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 AXLAPI_p12756.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 AXLAPI_p12757.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 AXLAPI_p12758.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 AXLAPI_p12759.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 AXLAPI_p12760.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 AXLAPI_p12761.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 AXLAPI_p12762.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 AXLAPI_p12763.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 AXLAPI_p12764.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 AXLAPI_p12765.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 AXLAPI_p12766.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