2.2.1.1.9 xdScriptLanguage

The xdScriptLanguage simple type specifies restrictions for the language and scriptLanguage attributes.

The language attribute of the scripts element (section 2.2.1.2.14) MUST NOT be present. The scriptLanguage attribute of the solutionProperties element (section 2.2.1.2.5) MUST be ignored.

Referenced By

scripts.xsfschema@language

solutionProperties.xsfschema@scriptLanguage

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple 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]))([.][Ee][Nn][Cc][Oo][Dd][Ee]))|(([Jj][Aa][Vv][Aa]|(([Jj])|([Vv][Bb])))([Ss][Cc][Rr][Ii][Pp][Tt]))|([Mm][Aa][Nn][Aa][Gg][Ee][Dd][Cc][Oo][Dd][Ee])"/>
   </xsd:restriction>
 </xsd:simpleType>