complexType ObjectID
diagram brm_wsdl_diagrams/brm_wsdl_p843.png
namespace http://api.brm.n2.tibco.com
used by
element AsyncWorkItemDetails/workItemId
complexType ManagedObjectID
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:long  required      
documentation
Unique ID of the work item.
annotation
documentation
ID of a work item (without specifying any particular version of the object).
source <xs:complexType name="ObjectID">
 
<xs:annotation>
   
<xs:documentation>ID of a work item (without specifying any particular version of the object).</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="id" type="xs:long" use="required">
   
<xs:annotation>
     
<xs:documentation>Unique ID of the work item.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute ObjectID/@id
type xs:long
properties
use required
annotation
documentation
Unique ID of the work item.
source <xs:attribute name="id" type="xs:long" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique ID of the work item.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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