complexType WorkItem
diagram wp_diagrams/wp_p1736.png
namespace http://base.api.wp.n2.tibco.com
type extension of xs:string
properties
base xs:string
used by
elements workResponse/workItem previewWorkItemResponse/previewData/workItem workResponseType/workItem BaseWorkRequest/workItem
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:long  required      
documentation
Unique ID of the work item.
version  xs:long    -1    
documentation
Version number of the work item.
annotation
documentation
Work item details.
source <xs:complexType name="WorkItem">
 
<xs:annotation>
   
<xs:documentation>Work item details.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="xs:string">
     
<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:attribute name="version" type="xs:long" default="-1">
       
<xs:annotation>
         
<xs:documentation>Version number of the work item.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute WorkItem/@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>

attribute WorkItem/@version
type xs:long
properties
default -1
annotation
documentation
Version number of the work item.
source <xs:attribute name="version" type="xs:long" default="-1">
 
<xs:annotation>
   
<xs:documentation>Version number of the work item.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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