http://www.wfmc.org/2008/XPDL2.1
element Script

Properties
This component is not nillable.

Model
<Script
  Grammar = xsd:anyURI
  Type = xsd:string
  Version = xsd:string>

</Script>


Attribute Summary
 xsd:anyURIGrammar
          
 xsd:stringType
          
 xsd:stringVersion
          

Attribute Detail

Grammar

Type:
xsd:anyURI
Use:
optional
Form:
unqualified

Type

Type:
xsd:string
Use:
required
Form:
unqualified

Version

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="Script">
<xsd:complexType>
<xsd:attribute name="Type" type="xsd:string" use="required"/>
<xsd:attribute name="Version" type="xsd:string" use="optional"/>
<xsd:attribute name="Grammar" type="xsd:anyURI" use="optional"/>
</xsd:complexType>
</xsd:element>


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