complexType RLdapDirectory
diagram AXLAPI_p9731.png
namespace http://www.cisco.com/AXL/API/9.0
children name ldapDn ldapPassword userSearchBase repeatable intervalValue scheduleUnit nextExecTime servers middleName phoneNumber mailId userId managerId firstName lastName department ldapFilter directoryUri
used by
elements GetLdapDirectoryRes/return/ldapDirectory GetLdapDirectoryReq/returnedTags
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:complexType name="RLdapDirectory">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="ldapDn" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="ldapPassword" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="userSearchBase" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="repeatable" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="intervalValue" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="scheduleUnit" type="axlapi:XScheduleUnit" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="nextExecTime" type="axlapi:String32" 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="axlapi:String128" minOccurs="0" maxOccurs="1"/>
               
<xsd:element name="ldapPortNumber" 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="middleName" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="phoneNumber" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="mailId" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="userId" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="managerId" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="firstName" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="lastName" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="department" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="ldapFilter" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="directoryUri" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

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

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

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

element RLdapDirectory/ldapPassword
diagram AXLAPI_p9734.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 RLdapDirectory/userSearchBase
diagram AXLAPI_p9735.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="userSearchBase" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element RLdapDirectory/repeatable
diagram AXLAPI_p9736.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="repeatable" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

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

element RLdapDirectory/scheduleUnit
diagram AXLAPI_p9738.png
type axlapi:XScheduleUnit
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="scheduleUnit" type="axlapi:XScheduleUnit" minOccurs="0" maxOccurs="1"/>

element RLdapDirectory/nextExecTime
diagram AXLAPI_p9739.png
type axlapi:String32
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 32
source <xsd:element name="nextExecTime" type="axlapi:String32" minOccurs="0" maxOccurs="1"/>

element RLdapDirectory/servers
diagram AXLAPI_p9740.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="axlapi:String128" minOccurs="0" maxOccurs="1"/>
           
<xsd:element name="ldapPortNumber" 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 RLdapDirectory/servers/server
diagram AXLAPI_p9741.png
properties
minOcc 0
maxOcc 3
content complex
children hostName ldapPortNumber sslEnabled
source <xsd:element name="server" minOccurs="0" maxOccurs="3">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="hostName" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="ldapPortNumber" 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 RLdapDirectory/servers/server/hostName
diagram AXLAPI_p9742.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
source <xsd:element name="hostName" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>

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

element RLdapDirectory/servers/server/sslEnabled
diagram AXLAPI_p9744.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 RLdapDirectory/middleName
diagram AXLAPI_p9745.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
source <xsd:element name="middleName" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>

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

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

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

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

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

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

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

element RLdapDirectory/ldapFilter
diagram AXLAPI_p9753.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="ldapFilter" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

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


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