carbideui/com.nokia.tools.screen.ui/schema/embeddedEditors.exsd
changeset 0 a44900f0f001
equal deleted inserted replaced
-1:000000000000 0:a44900f0f001
       
     1 <?xml version='1.0' encoding='UTF-8'?>
       
     2 <!-- Schema file written by PDE -->
       
     3 <schema targetNamespace="com.nokia.tools.screen.ui">
       
     4 <annotation>
       
     5       <appInfo>
       
     6          <meta.schema plugin="com.nokia.tools.screen.ui" id="embeddedEditors" name="Embedded editors"/>
       
     7       </appInfo>
       
     8       <documentation>
       
     9          [Enter description of this extension point.]
       
    10       </documentation>
       
    11    </annotation>
       
    12 
       
    13    <element name="extension">
       
    14       <complexType>
       
    15          <sequence>
       
    16             <element ref="editor" minOccurs="0" maxOccurs="unbounded"/>
       
    17          </sequence>
       
    18          <attribute name="point" type="string" use="required">
       
    19             <annotation>
       
    20                <documentation>
       
    21                   
       
    22                </documentation>
       
    23             </annotation>
       
    24          </attribute>
       
    25          <attribute name="id" type="string">
       
    26             <annotation>
       
    27                <documentation>
       
    28                   
       
    29                </documentation>
       
    30             </annotation>
       
    31          </attribute>
       
    32          <attribute name="name" type="string">
       
    33             <annotation>
       
    34                <documentation>
       
    35                   
       
    36                </documentation>
       
    37                <appInfo>
       
    38                   <meta.attribute translatable="true"/>
       
    39                </appInfo>
       
    40             </annotation>
       
    41          </attribute>
       
    42       </complexType>
       
    43    </element>
       
    44 
       
    45    <element name="editor">
       
    46       <complexType>
       
    47          <attribute name="class" type="string" use="required">
       
    48             <annotation>
       
    49                <documentation>
       
    50                   
       
    51                </documentation>
       
    52                <appInfo>
       
    53                   <meta.attribute kind="java" basedOn="com.nokia.tools.screen.ui.editor.embedded.IEmbeddedEditorPart"/>
       
    54                </appInfo>
       
    55             </annotation>
       
    56          </attribute>
       
    57          <attribute name="contributor" type="string">
       
    58             <annotation>
       
    59                <documentation>
       
    60                   
       
    61                </documentation>
       
    62                <appInfo>
       
    63                   <meta.attribute kind="java" basedOn="com.nokia.tools.screen.ui.editor.embedded.IEmbeddedEditorContributor"/>
       
    64                </appInfo>
       
    65             </annotation>
       
    66          </attribute>
       
    67          <attribute name="contentType" type="string" use="required">
       
    68             <annotation>
       
    69                <documentation>
       
    70                   
       
    71                </documentation>
       
    72             </annotation>
       
    73          </attribute>
       
    74          <attribute name="extensions" type="string" use="required">
       
    75             <annotation>
       
    76                <documentation>
       
    77                   
       
    78                </documentation>
       
    79             </annotation>
       
    80          </attribute>
       
    81          <attribute name="customizer" type="string">
       
    82             <annotation>
       
    83                <documentation>
       
    84                   
       
    85                </documentation>
       
    86                <appInfo>
       
    87                   <meta.attribute kind="java" basedOn="com.nokia.tools.screen.ui.editor.embedded.IEmbeddedEditorCustomizer"/>
       
    88                </appInfo>
       
    89             </annotation>
       
    90          </attribute>
       
    91       </complexType>
       
    92    </element>
       
    93 
       
    94    <annotation>
       
    95       <appInfo>
       
    96          <meta.section type="since"/>
       
    97       </appInfo>
       
    98       <documentation>
       
    99          [Enter the first release in which this extension point appears.]
       
   100       </documentation>
       
   101    </annotation>
       
   102 
       
   103    <annotation>
       
   104       <appInfo>
       
   105          <meta.section type="examples"/>
       
   106       </appInfo>
       
   107       <documentation>
       
   108          [Enter extension point usage example here.]
       
   109       </documentation>
       
   110    </annotation>
       
   111 
       
   112    <annotation>
       
   113       <appInfo>
       
   114          <meta.section type="apiInfo"/>
       
   115       </appInfo>
       
   116       <documentation>
       
   117          [Enter API information here.]
       
   118       </documentation>
       
   119    </annotation>
       
   120 
       
   121    <annotation>
       
   122       <appInfo>
       
   123          <meta.section type="implementation"/>
       
   124       </appInfo>
       
   125       <documentation>
       
   126          [Enter information about supplied implementation of this extension point.]
       
   127       </documentation>
       
   128    </annotation>
       
   129 
       
   130    <annotation>
       
   131       <appInfo>
       
   132          <meta.section type="copyright"/>
       
   133       </appInfo>
       
   134       <documentation>
       
   135          
       
   136       </documentation>
       
   137    </annotation>
       
   138 
       
   139 </schema>