2.2.1.2.14 scripts

The scripts element MUST NOT be used by the server.

Parent Elements

xDocumentClass

Child Elements

script

Attributes:

enforceScriptTimeout: This attribute MUST NOT be used by the server.

language: This attribute MUST NOT be used by the server.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="scripts">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf:script" minOccurs="0" maxOccurs="unbounded"/>
     </xsd:sequence>
     <xsd:attribute name="language" type="xsf:xdScriptLanguage" use="required"/>
     <xsd:attribute name="enforceScriptTimeout" type="xsf:xdYesNo" use="optional" default="yes"/>
   </xsd:complexType>
 </xsd:element>