complexType ManagedObjectID
diagram wp_diagrams/wp_p1539.png
namespace http://api.brm.n2.tibco.com
type extension of ObjectID
properties
base ObjectID
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:long  required      
documentation
Unique ID of the work item.
version  xs:long        
documentation
Version of the work item.

If not set, the latest version will be used.
annotation
documentation
ID of a specific version of a work item.
source <xs:complexType name="ManagedObjectID">
 
<xs:annotation>
   
<xs:documentation>ID of a specific version of a work item.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ObjectID">
     
<xs:attribute name="version" type="xs:long">
       
<xs:annotation>
         
<xs:documentation>Version of the work item.

If not set, the latest version will be used.
</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute ManagedObjectID/@version
type xs:long
annotation
documentation
Version of the work item.

If not set, the latest version will be used.
source <xs:attribute name="version" type="xs:long">
 
<xs:annotation>
   
<xs:documentation>Version of the work item.

If not set, the latest version will be used.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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