complexType WorkType
diagram wp_diagrams/wp_p2902.png
namespace http://base.api.wp.n2.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
uid  xs:string  required      
documentation
Unique ID of the work type.
version  xs:string  required      
documentation
Version number of the work type.
annotation
documentation
Work type details.
source <xsd:complexType name="WorkType">
 
<xsd:annotation>
   
<xsd:documentation>Work type details.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="uid" type="xs:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Unique ID of the work type.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="version" type="xs:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Version number of the work type.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute WorkType/@uid
type xs:string
properties
use required
annotation
documentation
Unique ID of the work type.
source <xsd:attribute name="uid" type="xs:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Unique ID of the work type.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute WorkType/@version
type xs:string
properties
use required
annotation
documentation
Version number of the work type.
source <xsd:attribute name="version" type="xs:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Version number of the work type.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

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