Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: b8419825fe96c1efdec66c926688a356fbdb4975 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                      
                                                                                                           

               
                                                                                                                                              

                     
                                                                             





                             
                                            



                   
                                                 



























                                                              





                                                                                                                                                               



                                                              
                                                                                            

                               
                                                                                                                                                          

















                                     

         
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.papyrus.infra.properties.ui" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
      <appInfo>
         <meta.schema plugin="org.eclipse.papyrus.infra.properties.ui" id="configuration" name="Papyrus Properties Configuration Management"/>
      </appInfo>
      <documentation>
         Internal extension point for Properties UI configuration management.
      </documentation>
   </annotation>

   <element name="extension">
      <annotation>
         <appInfo>
            <meta.element internal="true" />
         </appInfo>
      </annotation>
      <complexType>
         <sequence>
            <element ref="configurationManager"/>
         </sequence>
         <attribute name="point" type="string" use="required">
            <annotation>
               <documentation>
                  
               </documentation>
            </annotation>
         </attribute>
         <attribute name="id" type="string">
            <annotation>
               <documentation>
                  
               </documentation>
            </annotation>
         </attribute>
         <attribute name="name" type="string">
            <annotation>
               <documentation>
                  
               </documentation>
               <appInfo>
                  <meta.attribute translatable="true"/>
               </appInfo>
            </annotation>
         </attribute>
      </complexType>
   </element>

   <element name="configurationManager">
      <annotation>
         <documentation>
            Registers the product&apos;s provider of the configuration manager.  Only one configuration manager declared on the extension point will be loaded.
         </documentation>
      </annotation>
      <complexType>
         <attribute name="class" type="string" use="required">
            <annotation>
               <documentation>
                  A class implementing the internal configuration manager provider protocol.
               </documentation>
               <appInfo>
                  <meta.attribute kind="java" basedOn=":org.eclipse.papyrus.infra.properties.internal.ui.runtime.IInternalConfigurationManager$Provider"/>
               </appInfo>
            </annotation>
         </attribute>
      </complexType>
   </element>

   <annotation>
      <appInfo>
         <meta.section type="since"/>
      </appInfo>
      <documentation>
         2.0
      </documentation>
   </annotation>





</schema>

Back to the top