simpleType WorkItemScriptType
namespace http://api.brm.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
attribute WorkModelScript/@scriptLanguage
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 <xs:simpleType name="WorkItemScriptType">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the type of a work item script (e.g. JSCRIPT, JPYTHON).</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="JSCRIPT"/>
   
<xs:enumeration value="JYTHON"/>
 
</xs:restriction>
</xs:simpleType>


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