simpleType WorkItemScriptType
namespace http://api.brm.n2.tibco.com
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
enumeration JSCRIPT
enumeration JYTHON
annotation
documentation
Enumerated value defining the type of a work item script (e.g. JSCRIPT, JPYTHON).
source <xsd:simpleType name="WorkItemScriptType">
 
<xsd:annotation>
   
<xsd:documentation>Enumerated value defining the type of a work item script (e.g. JSCRIPT, JPYTHON).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xs:string">
   
<xsd:enumeration value="JSCRIPT"/>
   
<xsd:enumeration value="JYTHON"/>
 
</xsd:restriction>
</xsd:simpleType>

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