complexType XmlModelEntityId
diagram de_wsdl_diagrams/de_wsdl_p22554.png
namespace http://api.organisation.common.n2.tibco.com
type extension of XmlOrgModelVersion
properties
base XmlOrgModelVersion
children dynamic-id-attr qualifierSet
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  optional  -1    
documentation
Major version number of the organization model in which an organization model entity resides.

If not specified, the default value will be the latest version of the organization model.

(Version numbers must be compatible with, and conform to, the OSGi version number schema. For Directory Engine, only the major part of the version number is significant.)
entity-type  OrganisationalEntityType  required      
documentation
Enumerated value defining the type of the organization model entity.
guid  xs:string  required      
documentation
Globally unique ID of the organization model entity.

(Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID.)
qualifier  xs:string  optional      
documentation
Only applicable in certain circumstances, and only to organization model entities whose entity-type is PRIVILEGE or CAPABILITY. These entities can have an association with other entities - for example, a resource may hold many capabilities, or a position may have many privileges.

These associations can have a qualifying value, according to their nature, to differentiate them. For example, the PRIVILEGE to sign off a purchase order may be qualified with the maximum amount that can be signed off.
annotation
documentation
Unique identifier for an organization model entity.

Used, and extended, throughout Directory Engine to identify an organization model entity. Extends XmlOrgModelVersion, which provides the organization model version attribute.
     
source <xs:complexType name="XmlModelEntityId">
 
<xs:annotation>
   
<xs:documentation>Unique identifier for an organization model entity.

Used, and extended, throughout Directory Engine to identify an organization model entity. Extends XmlOrgModelVersion, which provides the organization model version attribute.
     
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlOrgModelVersion">
     
<xs:sequence minOccurs="0" maxOccurs="unbounded">
       
<xs:element name="dynamic-id-attr" type="XmlDynamicIdField" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Provides a collection of name/value pairs that identify a Dynamic Organisational Instance.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="qualifierSet" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>
An optional collection of qualifying values. This overrides any qualifier attribute set on the parent element, allowing more than one value to be set. Multiple values will only be used for qualifiers of type "enumset".
</xs:documentation>
         
</xs:annotation>
         
<xs:complexType>
           
<xs:attribute name="value" type="xs:string" use="required"/>
         
</xs:complexType>
       
</xs:element>
     
</xs:sequence>
     
<xs:attribute name="entity-type" type="OrganisationalEntityType" use="required">
       
<xs:annotation>
         
<xs:documentation>Enumerated value defining the type of the organization model entity.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="guid" type="xs:string" use="required">
       
<xs:annotation>
         
<xs:documentation>Globally unique ID of the organization model entity.

(Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID.)
</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="qualifier" type="xs:string" use="optional">
       
<xs:annotation>
         
<xs:documentation>Only applicable in certain circumstances, and only to organization model entities whose entity-type is PRIVILEGE or CAPABILITY. These entities can have an association with other entities - for example, a resource may hold many capabilities, or a position may have many privileges.

These associations can have a qualifying value, according to their nature, to differentiate them. For example, the PRIVILEGE to sign off a purchase order may be qualified with the maximum amount that can be signed off.
</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute XmlModelEntityId/@entity-type
type OrganisationalEntityType
properties
use required
facets
Kind Value Annotation
enumeration ORGANIZATION
enumeration ORGANIZATIONAL_UNIT
enumeration GROUP
enumeration POSITION
enumeration PRIVILEGE
enumeration CAPABILITY
enumeration RESOURCE
enumeration LOCATION
enumeration ORGANIZATION_TYPE
enumeration ORGANIZATIONAL_UNIT_TYPE
enumeration POSITION_TYPE
enumeration LOCATION_TYPE
enumeration ORGUNIT_RELATIONSHIP_TYPE
enumeration POSITION_HELD
enumeration ORGUNIT_RELATIONSHIP
enumeration ORGUNIT_FEATURE
enumeration POSITION_FEATURE
enumeration PARAMETER_DESCRIPTOR
enumeration CANDIDATE_QUERY
enumeration MODEL_ORG_UNIT
enumeration MODEL_POSITION
enumeration QUERY
annotation
documentation
Enumerated value defining the type of the organization model entity.
source <xs:attribute name="entity-type" type="OrganisationalEntityType" use="required">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the type of the organization model entity.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlModelEntityId/@guid
type xs:string
properties
use required
annotation
documentation
Globally unique ID of the organization model entity.

(Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID.)
source <xs:attribute name="guid" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Globally unique ID of the organization model entity.

(Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID.)
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlModelEntityId/@qualifier
type xs:string
properties
use optional
annotation
documentation
Only applicable in certain circumstances, and only to organization model entities whose entity-type is PRIVILEGE or CAPABILITY. These entities can have an association with other entities - for example, a resource may hold many capabilities, or a position may have many privileges.

These associations can have a qualifying value, according to their nature, to differentiate them. For example, the PRIVILEGE to sign off a purchase order may be qualified with the maximum amount that can be signed off.
source <xs:attribute name="qualifier" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Only applicable in certain circumstances, and only to organization model entities whose entity-type is PRIVILEGE or CAPABILITY. These entities can have an association with other entities - for example, a resource may hold many capabilities, or a position may have many privileges.

These associations can have a qualifying value, according to their nature, to differentiate them. For example, the PRIVILEGE to sign off a purchase order may be qualified with the maximum amount that can be signed off.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element XmlModelEntityId/dynamic-id-attr
diagram de_wsdl_diagrams/de_wsdl_p22555.png
type XmlDynamicIdField
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:token  required      
value  xs:string  optional      
annotation
documentation
Provides a collection of name/value pairs that identify a Dynamic Organisational Instance.
source <xs:element name="dynamic-id-attr" type="XmlDynamicIdField" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Provides a collection of name/value pairs that identify a Dynamic Organisational Instance.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlModelEntityId/qualifierSet
diagram de_wsdl_diagrams/de_wsdl_p22556.png
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xs:string  required      
annotation
documentation

An optional collection of qualifying values. This overrides any qualifier attribute set on the parent element, allowing more than one value to be set. Multiple values will only be used for qualifiers of type "enumset".
source <xs:element name="qualifierSet" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>
An optional collection of qualifying values. This overrides any qualifier attribute set on the parent element, allowing more than one value to be set. Multiple values will only be used for qualifiers of type "enumset".
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="value" type="xs:string" use="required"/>
 
</xs:complexType>
</xs:element>

attribute XmlModelEntityId/qualifierSet/@value
type xs:string
properties
use required
source <xs:attribute name="value" type="xs:string" use="required"/>

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