xdScriptLanguage Type
Specifies the name of a scripting language.
Type
xsd:NMTOKEN
Facets
Name | Description |
---|---|
pattern | ((([Jj][Aa][Vv][Aa])|([Jj])|([Vv][Bb])) ([Ss][Cc][Rr][Ii][Pp][Tt])) |
Remarks
The xdScriptLanguage type is used for attributes in the form definition (.xsf) file that specify the name of a scripting language.
Example
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>