Accusoft Prizm Viewer List File Schema Schema
scriptlisttype Complex Type
See Also  Send comments on this topic.
Accusoft Prizm Viewer List File Schema Schema : scriptlisttype Complex Type

Glossary Item Box

Description

The script list consists of a list of Script elements.
Namespace (none)

Diagram

Title Element All Script Element Sequence scriptlisttype Complex Type

Overview

scriptlisttype
The script list consists of a list of Script elements.
Sequence 1..∞
Script scripttype Complex Type
An script list contains only Script elements.
Bitmap optional xsd:base64Binary
A custom bitmap can be defined for the menu and toolbar button. It must meet certain requirements.
Index required xsd:positiveInteger
The index is sent to the script event as a parameter when a script is executed. The index must be between 1 and 9 inclusive. Each index can be defined only once.
All
Title xsd:string
The title element is the text that is placed in the menu and used for the toolbar button tooltip.

Used By

Source

<xsd:complexType name="scriptlisttype" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:annotation>
    <xsd:documentation>The script list consists of a list of Script elements.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence maxOccurs="unbounded">
    <xsd:annotation>
      <xsd:documentation>The script list can contain any number of Script elements.</xsd:documentation>
    </xsd:annotation>
    <xsd:element name="Script" type="scripttype">
      <xsd:annotation>
        <xsd:documentation>An script list contains only Script elements.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>

See Also

©2015. Accusoft Corporation. All Rights Reserved.