complexType XmlUpdateResource
diagram deservices_wsdl_diagrams/deservices_wsdl_p1667.png
namespace http://resource.api.de.bpm.tibco.com
children resource
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int    -1    
documentation
Identifies the model major version from which the resource's organization model entity associations are to be taken. The default value of -1 indicates that the latest version should be used.
annotation
documentation
Request element for updateResource operation. Allows the properties of the identified resource to be modified. Many of the parameters within this request document are optional; only those that are provided in the request will be set on the identified resource. Returns detailed information for the resource identified by its GUID. The model version in the request identifies the organization model major version from which the resource's model entity associations are to be taken. The default value of -1 indicates that the latest version should be used.
           
source <xs:complexType name="XmlUpdateResource">
 
<xs:annotation>
   
<xs:documentation>Request element for updateResource operation. Allows the properties of the identified resource to be modified. Many of the parameters within this request document are optional; only those that are provided in the request will be set on the identified resource. Returns detailed information for the resource identified by its GUID. The model version in the request identifies the organization model major version from which the resource's model entity associations are to be taken. The default value of -1 indicates that the latest version should be used.
           
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="resource" type="XmlUpdateResourceType" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>A list of candidate resources to be updated.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="model-version" type="xs:int" default="-1">
   
<xs:annotation>
     
<xs:documentation>Identifies the model major version from which the resource's organization model entity associations are to be taken. The default value of -1 indicates that the latest version should be used.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlUpdateResource/@model-version
type xs:int
properties
default -1
annotation
documentation
Identifies the model major version from which the resource's organization model entity associations are to be taken. The default value of -1 indicates that the latest version should be used.
source <xs:attribute name="model-version" type="xs:int" default="-1">
 
<xs:annotation>
   
<xs:documentation>Identifies the model major version from which the resource's organization model entity associations are to be taken. The default value of -1 indicates that the latest version should be used.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element XmlUpdateResource/resource
diagram deservices_wsdl_diagrams/deservices_wsdl_p1668.png
type XmlUpdateResourceType
properties
minOcc 1
maxOcc unbounded
content complex
children set-name set-label set-date-range ldap-reference set-location add-position remove-position add-group remove-group add-capability remove-capability set-attribute
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  xs:string  required      
documentation
The GUID that identifies the Resource.
annotation
documentation
A list of candidate resources to be updated.
source <xs:element name="resource" type="XmlUpdateResourceType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A list of candidate resources to be updated.</xs:documentation>
 
</xs:annotation>
</xs:element>

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