
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| ScriptGrammar | xsd:anyURI | optional | ||||
| ScriptType | xsd:string | optional | ||||
| ScriptVersion | xsd:string | optional | ||||
| Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2' | ||||||
<xsd:complexType name="ExpressionType" mixed="true"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </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:anyAttribute namespace="##other" processContents="lax"/> </xsd:complexType> |