complexType XmlModelInstanceIdAttribute
diagram dir_directoryservice_diagrams/dir_directoryservice_p100.png
namespace http://base.api.de.bpm.tibco.com
used by
element XmlExtensionPoint/instance-id-attr
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.
annotation
documentation
Names an LDAP Attribute that will be used to populate the value of the named Model-Template Instance Identity attribute.
source <xs:complexType name="XmlModelInstanceIdAttribute">
 
<xs:annotation>
   
<xs:documentation>Names an LDAP Attribute that will be used to populate the value of the named Model-Template Instance Identity attribute.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="name" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Names the model-template instance ID attribute that will take its value from the named LDAP Attribute.</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 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.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlModelInstanceIdAttribute/@name
type xs:string
properties
use required
annotation
documentation
Names the model-template instance ID attribute that will take its value from the named LDAP Attribute.
source <xs:attribute name="name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Names the model-template instance ID attribute that will take its value from the named LDAP Attribute.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlModelInstanceIdAttribute/@ldap-attribute
type xs:string
properties
use required
annotation
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:attribute name="ldap-attribute" type="xs:string" use="required">
 
<xs:annotation>
   
<xs: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.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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