complexType XmlExtensionPointAssignment
diagram dir_directoryservice_diagrams/dir_directoryservice_p71.png
namespace http://base.api.de.bpm.tibco.com
type extension of XmlExtensionPoint
properties
base XmlExtensionPoint
children instance-id-attr
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.
model-version  xs:int  required      
documentation
Major version number of the organization model in which the Extension Point entity is found; and to which this Extension Point configuration will be set.
ext-point-guid  xs:string  required      
documentation
Unique identifier of the organisation unit that is the Extension Point to which this configuration will be set.
                The identified entity must have been deployed as an Extension Point holder.
annotation
documentation
Serves two purposes. Firstly, it identifies the entity in which it is an element as being an Organisation Extension Point.
            Secondly, it provides the configuration details of that Extension Point.
           
source <xs:complexType name="XmlExtensionPointAssignment">
 
<xs:annotation>
   
<xs:documentation>Serves two purposes. Firstly, it identifies the entity in which it is an element as being an Organisation Extension Point.
            Secondly, it provides the configuration details of that Extension Point.
           
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlExtensionPoint">
     
<xs:attribute name="model-version" type="xs:int" use="required">
       
<xs:annotation>
         
<xs:documentation>Major version number of the organization model in which the Extension Point entity is found; and to which this Extension Point configuration will be set.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="ext-point-guid" type="xs:string" use="required">
       
<xs:annotation>
         
<xs:documentation>Unique identifier of the organisation unit that is the Extension Point to which this configuration will be set.
                The identified entity must have been deployed as an Extension Point holder.
</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute XmlExtensionPointAssignment/@model-version
type xs:int
properties
use required
annotation
documentation
Major version number of the organization model in which the Extension Point entity is found; and to which this Extension Point configuration will be set.
source <xs:attribute name="model-version" type="xs:int" use="required">
 
<xs:annotation>
   
<xs:documentation>Major version number of the organization model in which the Extension Point entity is found; and to which this Extension Point configuration will be set.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlExtensionPointAssignment/@ext-point-guid
type xs:string
properties
use required
annotation
documentation
Unique identifier of the organisation unit that is the Extension Point to which this configuration will be set.
                The identified entity must have been deployed as an Extension Point holder.
source <xs:attribute name="ext-point-guid" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique identifier of the organisation unit that is the Extension Point to which this configuration will be set.
                The identified entity must have been deployed as an Extension Point holder.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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