element listResources
diagram de_entityResolver_diagrams/de_entityResolver_p25.png
namespace http://resolver.api.de.n2.tibco.com
properties
content complex
children entity
attributes
Name  Type  Use  Default  Fixed  Annotation
start-index  xs:int    0    
soft-limit  xs:int    0    
annotation
documentation
**PRIVATE API - Reserved for internal use**
source <xs:element name="listResources">
 
<xs:annotation>
   
<xs:documentation>**PRIVATE API - Reserved for internal use**</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:annotation>
     
<xs:documentation>
          Request to list the Resources contained by the identified model entity.
          A sub-set of the possible values can be returned using the "start-index"
          and "soft-limit" attributes.
       
</xs:documentation>
   
</xs:annotation>
   
<xs:sequence>
     
<xs:element name="entity" type="orgdto:XmlDynOrgEntityId"/>
   
</xs:sequence>
   
<xs:attribute name="start-index" type="xs:int" default="0"/>
   
<xs:attribute name="soft-limit" type="xs:int" default="0"/>
 
</xs:complexType>
</xs:element>

attribute listResources/@start-index
type xs:int
properties
default 0
source <xs:attribute name="start-index" type="xs:int" default="0"/>

attribute listResources/@soft-limit
type xs:int
properties
default 0
source <xs:attribute name="soft-limit" type="xs:int" default="0"/>

element listResources/entity
diagram de_entityResolver_diagrams/de_entityResolver_p26.png
type XmlDynOrgEntityId
properties
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.
source <xs:element name="entity" type="orgdto:XmlDynOrgEntityId"/>


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