complexType WorkType
diagram wp_diagrams/wp_p81.png
namespace http://base.api.wp.n2.tibco.com
used by
elements workResponse/workTypeDetail workResponseType/workTypeDetail BaseWorkRequest/workTypeDetail
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 <xs:complexType name="WorkType">
 
<xs:annotation>
   
<xs:documentation>Work type details.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="uid" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Unique ID of the work type.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="version" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Version number of the work type.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

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

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


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