Accusoft Prizm Viewer List File Schema
scripttype Complex Type
Description
A script is defined by its title and index.
Namespace (none)
Diagram
Title Element All scripttype Complex Type
Overview
scripttype
A script is defined by its title and index.
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
Script Element
Attributes
NameTypeUseDefaultFixedDescription
Bitmapxsd:base64Binaryoptional  A custom bitmap can be defined for the menu and toolbar button. It must meet certain requirements.
Indexxsd:positiveIntegerrequired  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.
Source
<xsd:complexType name="scripttype" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:annotation>
    <xsd:documentation>A script is defined by its title and index.</xsd:documentation>
  </xsd:annotation>
  <xsd:all>
    <xsd:annotation>
      <xsd:documentation>A script contains a Title element</xsd:documentation>
    </xsd:annotation>
    <xsd:element name="Title" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation>The title element is the text that is placed in the menu and used for the toolbar button tooltip.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:all>
  <xsd:attribute name="Bitmap" type="xsd:base64Binary" use="optional">
    <xsd:annotation>
      <xsd:documentation>A custom bitmap can be defined for the menu and toolbar button. It must meet certain requirements.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="Index" type="xsd:positiveInteger" use="required">
    <xsd:annotation>
      <xsd:documentation>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.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>
See Also
Accusoft Prizm Viewer List File Schema

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback