diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://base.api.de.bpm.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||
children | instance-id-attr | ||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
type | XmlLdapSearchScope | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||||||||||
type | XmlModelInstanceIdAttribute | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
source | <xs:element name="instance-id-attr" type="XmlModelInstanceIdAttribute" minOccurs="1" maxOccurs="unbounded"/> |