core/com.nokia.carbide.cpp.featureTracker/schema/featureUseTracker.exsd
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 <?xml version='1.0' encoding='UTF-8'?>
       
     2 <!-- Schema file written by PDE -->
       
     3 <schema targetNamespace="com.nokia.carbide.cpp.featureTracker" xmlns="http://www.w3.org/2001/XMLSchema">
       
     4 <annotation>
       
     5       <appinfo>
       
     6          <meta.schema plugin="com.nokia.carbide.cpp.featureTracker" id="featureUseTracker" name="Feature Usage Tracker"/>
       
     7       </appinfo>
       
     8       <documentation>
       
     9          Extension point for client plug-ins to tracker features from other plug-ins.
       
    10       </documentation>
       
    11    </annotation>
       
    12 
       
    13    <element name="extension">
       
    14       <annotation>
       
    15          <appinfo>
       
    16             <meta.element />
       
    17          </appinfo>
       
    18       </annotation>
       
    19       <complexType>
       
    20          <sequence>
       
    21             <element ref="provider"/>
       
    22          </sequence>
       
    23          <attribute name="point" type="string" use="required">
       
    24             <annotation>
       
    25                <documentation>
       
    26                   
       
    27                </documentation>
       
    28             </annotation>
       
    29          </attribute>
       
    30          <attribute name="id" type="string">
       
    31             <annotation>
       
    32                <documentation>
       
    33                   
       
    34                </documentation>
       
    35             </annotation>
       
    36          </attribute>
       
    37          <attribute name="name" type="string">
       
    38             <annotation>
       
    39                <documentation>
       
    40                   
       
    41                </documentation>
       
    42                <appinfo>
       
    43                   <meta.attribute translatable="true"/>
       
    44                </appinfo>
       
    45             </annotation>
       
    46          </attribute>
       
    47       </complexType>
       
    48    </element>
       
    49 
       
    50    <element name="provider">
       
    51       <complexType>
       
    52          <attribute name="name" type="string">
       
    53             <annotation>
       
    54                <documentation>
       
    55                   
       
    56                </documentation>
       
    57             </annotation>
       
    58          </attribute>
       
    59          <attribute name="class" type="string">
       
    60             <annotation>
       
    61                <documentation>
       
    62                   
       
    63                </documentation>
       
    64                <appinfo>
       
    65                   <meta.attribute kind="java" basedOn=":org.eclipse.pde.IExtensionWizard"/>
       
    66                </appinfo>
       
    67             </annotation>
       
    68          </attribute>
       
    69       </complexType>
       
    70    </element>
       
    71 
       
    72    <annotation>
       
    73       <appinfo>
       
    74          <meta.section type="since"/>
       
    75       </appinfo>
       
    76       <documentation>
       
    77          Carbide 2.0.3
       
    78       </documentation>
       
    79    </annotation>
       
    80 
       
    81    <annotation>
       
    82       <appinfo>
       
    83          <meta.section type="examples"/>
       
    84       </appinfo>
       
    85       <documentation>
       
    86          None.
       
    87       </documentation>
       
    88    </annotation>
       
    89 
       
    90    <annotation>
       
    91       <appinfo>
       
    92          <meta.section type="apiinfo"/>
       
    93       </appinfo>
       
    94       <documentation>
       
    95          [Enter API information here.]
       
    96       </documentation>
       
    97    </annotation>
       
    98 
       
    99    <annotation>
       
   100       <appinfo>
       
   101          <meta.section type="implementation"/>
       
   102       </appinfo>
       
   103       <documentation>
       
   104          [Enter information about supplied implementation of this extension point.]
       
   105       </documentation>
       
   106    </annotation>
       
   107 
       
   108    <annotation>
       
   109       <appinfo>
       
   110          <meta.section type="copyright"/>
       
   111       </appinfo>
       
   112       <documentation>
       
   113          Copyright 2009, Nokia Inc.
       
   114       </documentation>
       
   115    </annotation>
       
   116 
       
   117 </schema>