element resourcesRemaining
diagram de_entityResolver_diagrams/de_entityResolver_p37.png
namespace http://resolver.api.de.n2.tibco.com
properties
content complex
children resource container
annotation
documentation
**PRIVATE API - Reserved for internal use**
source <xs:element name="resourcesRemaining">
 
<xs:annotation>
   
<xs:documentation>**PRIVATE API - Reserved for internal use**</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:annotation>
     
<xs:documentation>
          Requests the number of resources remaining in a collection defined by a series of
          containing organisational entities, after the identified resources have been
          accounted for. For example, if an identified Position holds 10 Resources, two of
          which are identified in the request, the result will be 8.
         
</xs:documentation>
   
</xs:annotation>
   
<xs:sequence>
     
<xs:element name="resource" type="xs:string" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>List of resource GUID's that have already been identified.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="container" type="orgdto:XmlParticipantId" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element resourcesRemaining/resource
diagram de_entityResolver_diagrams/de_entityResolver_p38.png
type xs:string
properties
minOcc 1
maxOcc unbounded
content simple
annotation
documentation
List of resource GUID's that have already been identified.
source <xs:element name="resource" type="xs:string" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>List of resource GUID's that have already been identified.</xs:documentation>
 
</xs:annotation>
</xs:element>

element resourcesRemaining/container
diagram de_entityResolver_diagrams/de_entityResolver_p39.png
type XmlParticipantId
properties
minOcc 1
maxOcc unbounded
content complex
children guid name dynamic-id-attr
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  optional      
documentation
Category of this organization model entity (used to improve and validate the search).
qualifier  xs:string  optional      
documentation
Qualifier value. This is only applicable in certain circumstances, and only to entities of the entity-type PRIVILEGE or CAPABILITY.

These entities can have an association with other entities - for example, a resource may hold many capbilities a position may have many privileges. Those 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 for which the purchase order is made.
source <xs:element name="container" type="orgdto:XmlParticipantId" maxOccurs="unbounded"/>


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