Edit D:\app\Administrator\product\11.2.0\dbhome_1\sqldeveloper\ide\extensions\META-INF\settings-ui-hook.xsd
<?xml version="1.0" encoding="US-ASCII" ?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://xmlns.oracle.com/ide/extension" xmlns:ext="http://jcp.org/jsr/198/extension-manifest" targetNamespace="http://xmlns.oracle.com/ide/extension" elementFormDefault="qualified"> <xsd:import schemaLocation="extension.xsd" namespace="http://jcp.org/jsr/198/extension-manifest"/> <xsd:element name="settings-ui-hook" type="settingsUiType" substitutionGroup="ext:custom-hook"> <xsd:annotation> <xsd:documentation> The settings-ui-hook is used to integrate settings UI into the product. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:complexType name="settingsUiType"> <xsd:complexContent> <xsd:extension base="ext:customHookType"> <xsd:sequence> <xsd:element name="dialog" maxOccurs="unbounded" minOccurs="0"> <xsd:annotation> <xsd:documentation> Represents a top level dialog that can host settings UI pages. </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:attribute name="id" use="required" type="xsd:ID"/> <xsd:attribute name="object-label" use="required" type="xsd:string"/> </xsd:complexType> </xsd:element> <xsd:element name="page" maxOccurs="unbounded" minOccurs="0"> <xsd:annotation> <xsd:documentation> Represents one settings page. Each settings page must have an id, a parent-refid (which identifies where this page belongs), a label and a traversable-class (used to control and render the UI of the page). </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:all> <xsd:element name="label" type="xsd:string"> <xsd:annotation> <xsd:documentation> The label of the page, as displayed to the user. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="traversable-class" type="ext:className"> <xsd:annotation> <xsd:documentation> The fully qualified class name of an implementation of oracle.ide.panels.Traversable. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="fields" minOccurs="0"> <xsd:annotation> <xsd:documentation> Fields in this panel which can be customized by the settings-customization hook. It's only necessary to include fields here if they are shapeable. </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="field" minOccurs="1" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation> A specific customizable field in this panel. The id must be unique within the panel. </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:attribute name="id" use="required" type="xsd:ID"> <xsd:annotation> <xsd:documentation> The identifier for the field. This must be unique within the panel. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:all> <xsd:attribute name="id" use="required" type="xsd:ID"> <xsd:annotation> <xsd:documentation> A unique identifier for this page. This must be unique within the parent, but does not need to be globally unique. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="parent-idref" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation> The id of the parent. This should be a path to the parent of this page, where each element in the path is a predefined id (either of a dialog or a page). </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="search-tags"> <xsd:annotation> <xsd:documentation> Search tags for the page. A comma separated list of strings that will match a search for this page in the UI. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> </xsd:schema>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de