complexType WorkTypeSpec
diagram brm_wsdl_diagrams/brm_wsdl_p1444.png
namespace http://datamodel.common.n2.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
workTypeID  xs:string  required      
documentation
The UID of the work type
workTypeDescription  xs:string  required      
documentation
The description of the work type.
version  xs:string        
documentation
The OSGi version number of this work type.
annotation
documentation
Complex type for work type UID and version
source <xs:complexType name="WorkTypeSpec">
 
<xs:annotation>
   
<xs:documentation>Complex type for work type UID and version</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="workTypeID" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The UID of the work type</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="workTypeDescription" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The description of the work type.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="version" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>The OSGi version number of this work type.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute WorkTypeSpec/@workTypeID
type xs:string
properties
use required
annotation
documentation
The UID of the work type
source <xs:attribute name="workTypeID" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The UID of the work type</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute WorkTypeSpec/@workTypeDescription
type xs:string
properties
use required
annotation
documentation
The description of the work type.
source <xs:attribute name="workTypeDescription" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The description of the work type.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute WorkTypeSpec/@version
type xs:string
annotation
documentation
The OSGi version number of this work type.
source <xs:attribute name="version" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>The OSGi version number of this work type.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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