element validateEntityResponse
diagram de_entityResolver_diagrams/de_entityResolver_p42.png
namespace http://resolver.api.de.n2.tibco.com
properties
content complex
children resolved-entity
attributes
Name  Type  Use  Default  Fixed  Annotation
dynamic  xs:boolean  optional      
documentation
True if the given entity identifier is for a dynamic model-template entity.
If this value is not given, or false, the entity identifier is NOT for a dynamic model-template entity.
valid  xs:boolean  required      
documentation
True if the entity specified is valid.
hasPushDestinations  xs:boolean    false    
documentation
True if the entity specified has any push destinations set.
annotation
documentation
**PRIVATE API - Reserved for internal use**
source <xs:element name="validateEntityResponse">
 
<xs:annotation>
   
<xs:documentation>**PRIVATE API - Reserved for internal use**</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:annotation>
     
<xs:documentation>
          Response indicating whether the given model entity identifier was valid or not.
       
</xs:documentation>
   
</xs:annotation>
   
<xs:sequence minOccurs="0" maxOccurs="unbounded">
     
<xs:element name="resolved-entity" type="orgdto:XmlModelEntityId" minOccurs="0" maxOccurs="1">
       
<xs:annotation>
         
<xs:documentation>If the given entity identifier is for a dynamic model-template entity, this value will be the GUID of the model entity to which the dynamic reference resolves.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="dynamic" type="xs:boolean" use="optional">
     
<xs:annotation>
       
<xs:documentation>True if the given entity identifier is for a dynamic model-template entity.
If this value is not given, or false, the entity identifier is NOT for a dynamic model-template entity.
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="valid" type="xs:boolean" use="required">
     
<xs:annotation>
       
<xs:documentation>True if the entity specified is valid.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="hasPushDestinations" type="xs:boolean" default="false">
     
<xs:annotation>
       
<xs:documentation>True if the entity specified has any push destinations set.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute validateEntityResponse/@dynamic
type xs:boolean
properties
use optional
annotation
documentation
True if the given entity identifier is for a dynamic model-template entity.
If this value is not given, or false, the entity identifier is NOT for a dynamic model-template entity.
source <xs:attribute name="dynamic" type="xs:boolean" use="optional">
 
<xs:annotation>
   
<xs:documentation>True if the given entity identifier is for a dynamic model-template entity.
If this value is not given, or false, the entity identifier is NOT for a dynamic model-template entity.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute validateEntityResponse/@valid
type xs:boolean
properties
use required
annotation
documentation
True if the entity specified is valid.
source <xs:attribute name="valid" type="xs:boolean" use="required">
 
<xs:annotation>
   
<xs:documentation>True if the entity specified is valid.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute validateEntityResponse/@hasPushDestinations
type xs:boolean
properties
default false
annotation
documentation
True if the entity specified has any push destinations set.
source <xs:attribute name="hasPushDestinations" type="xs:boolean" default="false">
 
<xs:annotation>
   
<xs:documentation>True if the entity specified has any push destinations set.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element validateEntityResponse/resolved-entity
diagram de_entityResolver_diagrams/de_entityResolver_p43.png
type XmlModelEntityId
properties
minOcc 0
maxOcc 1
content complex
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
If the given entity identifier is for a dynamic model-template entity, this value will be the GUID of the model entity to which the dynamic reference resolves.
source <xs:element name="resolved-entity" type="orgdto:XmlModelEntityId" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>If the given entity identifier is for a dynamic model-template entity, this value will be the GUID of the model entity to which the dynamic reference resolves.</xs:documentation>
 
</xs:annotation>
</xs:element>


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