complexType XmlUpdateResource
diagram deservices_wsdl_diagrams/deservices_wsdl_p128.png
namespace http://resource.api.de.bpm.tibco.com
children resource
used by
element updateResource
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>

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