Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The scripts element MUST NOT be present.
Parent Elements |
---|
Child Elements |
---|
Attributes:
enforceScriptTimeout: This attribute MUST NOT be present.
language: This attribute MUST NOT be present.
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>