Show AllShow All

xdScriptLanguage Type

Specifies the name of a scripting language.

Type

xsd:NMTOKEN

Facets

NameDescription
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>
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp