Specifies the name of a scripting language.
xsd:NMTOKEN| Name | Description | 
|---|---|
| pattern | ((([Jj][Aa][Vv][Aa])|([Jj])|([Vv][Bb])) ([Ss][Cc][Rr][Ii][Pp][Tt])) | 
The xdScriptLanguage type is used for attributes in the form definition (.xsf) file that specify the name of a scripting language.
The following example is the declaration of the xdScriptLanguage type:
<xsd:simpleType name="xdScriptLanguage">
   <xsd:restriction base="xsd:NMTOKEN">
      <xsd:pattern value="((([Jj][Aa][Vv][Aa])|([Jj])|([Vv][Bb]))
         ([Ss][Cc][Rr][Ii][Pp][Tt]))" />
   </xsd:restriction>
</xsd:simpleType>