http://www.wfmc.org/2008/XPDL2.1
complexType ExpressionType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.wfmc.org/2008/XPDL2.1}ExpressionType (restriction)

Properties
This component is not nillable.

Model
<...
  ScriptGrammar = xsd:anyURI
  ScriptType = xsd:string
  ScriptVersion = xsd:string>
(any element from any namespace)**
</...>


Attribute Summary
 xsd:anyURIScriptGrammar
          
 xsd:stringScriptType
          
 xsd:stringScriptVersion
          

Attribute Detail

ScriptGrammar

Type:
xsd:anyURI
Use:
optional
Form:
unqualified

ScriptType

Type:
xsd:string
Use:
optional
Form:
unqualified

ScriptVersion

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:complexType mixed="true" name="ExpressionType">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xsd:choice>
<xsd:attribute name="ScriptType" type="xsd:string" use="optional"/>
<xsd:attribute name="ScriptVersion" type="xsd:string" use="optional"/>
<xsd:attribute name="ScriptGrammar" type="xsd:anyURI" use="optional"/>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.