complexType WorkItem
diagram wp_diagrams/wp_p2899.png
namespace http://base.api.wp.n2.tibco.com
type extension of xs:string
properties
base xs:string
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 <xsd:complexType name="WorkItem">
 
<xsd:annotation>
   
<xsd:documentation>Work item details.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xs:string">
     
<xsd:attribute name="id" type="xs:long" use="required">
       
<xsd:annotation>
         
<xsd:documentation>Unique ID of the work item.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="version" type="xs:long" default="-1">
       
<xsd:annotation>
         
<xsd:documentation>Version number of the work item.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

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

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

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