complexType XmlExtensionPoint
diagram de-orgmodel-service_diagrams/de-orgmodel-service_p130.png
namespace http://base.api.de.bpm.tibco.com
children instance-id-attr
used by
complexTypes XmlExtensionPointAssignment XmlExtensionPointSetting
attributes
Name  Type  Use  Default  Fixed  Annotation
ldap-alias  xs:string  required      
documentation
Identifies the LDAP Connection on which the LDAP Query will be performed.
query  xs:string  required      
documentation
This LDAP Query expression will locate entries that identify new model template instances.
base-dn  xs:string  optional      
documentation
Optionally names the LDAP branch to which the LDAP Query will be restricted. This will be in addition to any Base-DN already specified on the LDAP Connection.
search-scope  XmlLdapSearchScope  required      
documentation
The Search Scope determines the depth to which the search will be performed.
ldap-attribute  xs:string  required      
documentation
Names the LDAP Attribute from which the name of the new Model Template Instance will be taken. The root Organisation-Unit of the Model Template Instance will be named with the value of this attribute.
annotation
documentation
It provides the configuration details of an Organisation Extension Point.
source <xs:complexType name="XmlExtensionPoint">
 
<xs:annotation>
   
<xs:documentation>It provides the configuration details of an Organisation Extension Point.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="instance-id-attr" type="XmlModelInstanceIdAttribute" minOccurs="1" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="ldap-alias" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Identifies the LDAP Connection on which the LDAP Query will be performed.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="query" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>This LDAP Query expression will locate entries that identify new model template instances.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="base-dn" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>Optionally names the LDAP branch to which the LDAP Query will be restricted. This will be in addition to any Base-DN already specified on the LDAP Connection.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="search-scope" type="XmlLdapSearchScope" use="required">
   
<xs:annotation>
     
<xs:documentation>The Search Scope determines the depth to which the search will be performed.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ldap-attribute" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Names the LDAP Attribute from which the name of the new Model Template Instance will be taken. The root Organisation-Unit of the Model Template Instance will be named with the value of this attribute.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlExtensionPoint/@ldap-alias
type xs:string
properties
use required
annotation
documentation
Identifies the LDAP Connection on which the LDAP Query will be performed.
source <xs:attribute name="ldap-alias" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Identifies the LDAP Connection on which the LDAP Query will be performed.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlExtensionPoint/@query
type xs:string
properties
use required
annotation
documentation
This LDAP Query expression will locate entries that identify new model template instances.
source <xs:attribute name="query" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>This LDAP Query expression will locate entries that identify new model template instances.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlExtensionPoint/@base-dn
type xs:string
properties
use optional
annotation
documentation
Optionally names the LDAP branch to which the LDAP Query will be restricted. This will be in addition to any Base-DN already specified on the LDAP Connection.
source <xs:attribute name="base-dn" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Optionally names the LDAP branch to which the LDAP Query will be restricted. This will be in addition to any Base-DN already specified on the LDAP Connection.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlExtensionPoint/@search-scope
type XmlLdapSearchScope
properties
use required
facets
Kind Value Annotation
enumeration ONELEVEL
enumeration SUBTREE
annotation
documentation
The Search Scope determines the depth to which the search will be performed.
source <xs:attribute name="search-scope" type="XmlLdapSearchScope" use="required">
 
<xs:annotation>
   
<xs:documentation>The Search Scope determines the depth to which the search will be performed.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlExtensionPoint/@ldap-attribute
type xs:string
properties
use required
annotation
documentation
Names the LDAP Attribute from which the name of the new Model Template Instance will be taken. The root Organisation-Unit of the Model Template Instance will be named with the value of this attribute.
source <xs:attribute name="ldap-attribute" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Names the LDAP Attribute from which the name of the new Model Template Instance will be taken. The root Organisation-Unit of the Model Template Instance will be named with the value of this attribute.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element XmlExtensionPoint/instance-id-attr
diagram de-orgmodel-service_diagrams/de-orgmodel-service_p131.png
type XmlModelInstanceIdAttribute
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
Names the model-template instance ID attribute that will take its value from the named LDAP Attribute.
ldap-attribute  xs:string  required      
documentation
Names the LDAP Attribute from which the value of the model-template instance ID attribute will be populated.
                If the named LDAP Attribute holds many values, only one will be chosen - at random.
source <xs:element name="instance-id-attr" type="XmlModelInstanceIdAttribute" minOccurs="1" maxOccurs="unbounded"/>


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