complexType AdminLDAPContainer
diagram dir_directoryservice_diagrams/dir_directoryservice_p164.png
namespace http://api.de.n2.tibco.com
used by
elements XmlOrgModelNode/admin-restrictions XmlEntityDetail/ldap-containers
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:long  required      
documentation
Unique ID reference of the LDAP container.
name  xs:string        
documentation
Unique name of the LDAP container.
annotation
documentation
Complex type that defines an LDAP Container that can be used to administer an Organization.
source <xs:complexType name="AdminLDAPContainer">
 
<xs:annotation>
   
<xs:documentation>Complex type that defines an LDAP Container that can be used to administer an Organization.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="id" type="xs:long" use="required">
   
<xs:annotation>
     
<xs:documentation>Unique ID reference of the LDAP container.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="name" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>Unique name of the LDAP container.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute AdminLDAPContainer/@id
type xs:long
properties
use required
annotation
documentation
Unique ID reference of the LDAP container.
source <xs:attribute name="id" type="xs:long" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique ID reference of the LDAP container.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute AdminLDAPContainer/@name
type xs:string
annotation
documentation
Unique name of the LDAP container.
source <xs:attribute name="name" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Unique name of the LDAP container.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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