complexType WorkTypeSpec
diagram wp_diagrams/wp_p2981.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 <xsd:complexType name="WorkTypeSpec">
 
<xsd:annotation>
   
<xsd:documentation>Complex type for work type UID and version</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="workTypeID" type="xs:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The UID of the work type</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="workTypeDescription" type="xs:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The description of the work type.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="version" type="xs:string">
   
<xsd:annotation>
     
<xsd:documentation>The OSGi version number of this work type.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

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

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

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

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