sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi/schema/traceprovider.exsd
changeset 12 ae255c9aa552
equal deleted inserted replaced
11:5b9d4d8641ce 12:ae255c9aa552
       
     1 <?xml version='1.0' encoding='UTF-8'?>
       
     2 <!-- Schema file written by PDE -->
       
     3 <schema targetNamespace="com.nokia.carbide.cpp.pi" xmlns="http://www.w3.org/2001/XMLSchema">
       
     4 <annotation>
       
     5       <appInfo>
       
     6          <meta.schema plugin="com.nokia.carbide.cpp.pi" id="traceprovider" name="Performance Investigator Trace Data Provider"/>
       
     7       </appInfo>
       
     8       <documentation>
       
     9          This extension point can be used to provide trace data for Performance Investigator.
       
    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="traceprovider"/>
       
    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" use="required">
       
    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="traceprovider">
       
    51       <complexType>
       
    52          <attribute name="class" type="string" use="required">
       
    53             <annotation>
       
    54                <documentation>
       
    55                   Trace provider instance&apos;s class implementing ITraceProvider interface
       
    56                </documentation>
       
    57                <appInfo>
       
    58                   <meta.attribute kind="java" basedOn=":com.nokia.carbide.cpp.pi.export.ITraceProvider"/>
       
    59                </appInfo>
       
    60             </annotation>
       
    61          </attribute>
       
    62          <attribute name="providerName" type="string" use="required">
       
    63             <annotation>
       
    64                <documentation>
       
    65                   Name of the trace provider instance
       
    66                </documentation>
       
    67             </annotation>
       
    68          </attribute>
       
    69       </complexType>
       
    70    </element>
       
    71 
       
    72    <annotation>
       
    73       <appInfo>
       
    74          <meta.section type="since"/>
       
    75       </appInfo>
       
    76       <documentation>
       
    77          2.4.0
       
    78       </documentation>
       
    79    </annotation>
       
    80 
       
    81 
       
    82 
       
    83 
       
    84    <annotation>
       
    85       <appInfo>
       
    86          <meta.section type="copyright"/>
       
    87       </appInfo>
       
    88       <documentation>
       
    89          Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
    90 All rights reserved.
       
    91 This component and the accompanying materials are made available
       
    92 under the terms of &quot;Eclipse Public License v1.0&quot;
       
    93 which accompanies this distribution, and is available
       
    94 at the URL &quot;http://www.eclipse.org/legal/epl-v10.html&quot;.
       
    95       </documentation>
       
    96    </annotation>
       
    97 
       
    98 </schema>