Data Action plugin.xml File Properties Section - tns:obiplugin

The tns:obiplugin section defines properties common to all types of extensions.

Extension Properties

The tns:obiplugin section defines properties common to all types of extensions.

1 <?xml version="1.0" encoding="UTF-8"?>
2 <tns:obiplugin xmlns:tns="http://plugin.frameworks.tech.bi.oracle"
3                id="obitech-currencyconversion"
4                name="Oracle BI Currency Conversion"
5                version="0.1.0.@qualifier@"
6                optimizable="true"
7                optimized="false">
  • Line 1: The XML declaration.
  • Line 2: The opening tag for the extension's root XMLElement and the declaration for the tns namespace that's used throughout plugin.xml files.
  • Line 3: The extension's unique ID.
  • Line 4: The extension's default display name (used when a localized version isn't available).
  • Line 5: The extension's version number.
  • Line 6: A boolean indicating whether or not the JS/CSS can be optimized (compressed).
  • Line 7: A boolean indicating whether or not the JS/CSS has been optimized (compressed).