Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsminto2009-08-14 15:57:56 +0000
committersminto2009-08-14 15:57:56 +0000
commitc0ec4a7abcea953431dedaf0c3fc61ca9903708e (patch)
tree5621562505b52346a1bcbc1c1da07f21989a3125 /org.eclipse.mylyn.monitor.usage/schema
parentfd57289b385cd0b63adbfe91ce8f9925225ee575 (diff)
downloadorg.eclipse.mylyn.incubator-c0ec4a7abcea953431dedaf0c3fc61ca9903708e.tar.gz
org.eclipse.mylyn.incubator-c0ec4a7abcea953431dedaf0c3fc61ca9903708e.tar.xz
org.eclipse.mylyn.incubator-c0ec4a7abcea953431dedaf0c3fc61ca9903708e.zip
NEW - bug 286460: [usage] clean up usage data collection and upload code
https://bugs.eclipse.org/bugs/show_bug.cgi?id=286460
Diffstat (limited to 'org.eclipse.mylyn.monitor.usage/schema')
-rw-r--r--org.eclipse.mylyn.monitor.usage/schema/study.exsd60
1 files changed, 18 insertions, 42 deletions
diff --git a/org.eclipse.mylyn.monitor.usage/schema/study.exsd b/org.eclipse.mylyn.monitor.usage/schema/study.exsd
index 0e4f2031..63cd31d4 100644
--- a/org.eclipse.mylyn.monitor.usage/schema/study.exsd
+++ b/org.eclipse.mylyn.monitor.usage/schema/study.exsd
@@ -1,10 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.mylar.monitor.ui">
+<schema targetNamespace="org.eclipse.mylar.monitor.ui" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
- <appInfo>
+ <appinfo>
<meta.schema plugin="org.eclipse.mylar.monitor.ui" id="study" name="Mylar Monitor Study"/>
- </appInfo>
+ </appinfo>
<documentation>
Provides a mechanism to connect a user study plug-in with the Mylyn Monitors usage monitoring facilities. For more information please see: http://wiki.eclipse.org/index.php/Mylyn_Integrator_Reference#Monitor_API
</documentation>
@@ -36,9 +36,9 @@
<documentation>
</documentation>
- <appInfo>
+ <appinfo>
<meta.attribute translatable="true"/>
- </appInfo>
+ </appinfo>
</annotation>
</attribute>
</complexType>
@@ -67,21 +67,21 @@
</documentation>
</annotation>
</attribute>
- <attribute name="questionnaire" type="string">
+ <attribute name="background" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
- <attribute name="background" type="string">
+ <attribute name="version" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
- <attribute name="version" type="string">
+ <attribute name="forceObfuscation" type="boolean">
<annotation>
<documentation>
@@ -119,9 +119,9 @@
<documentation>
</documentation>
- <appInfo>
+ <appinfo>
<meta.attribute kind="java" basedOn="org.eclipse.mylyn.monitor.usage.AbstractStudyQuestionnairePage:"/>
- </appInfo>
+ </appinfo>
</annotation>
</attribute>
<attribute name="backgroundPage" type="string">
@@ -129,9 +129,9 @@
<documentation>
</documentation>
- <appInfo>
+ <appinfo>
<meta.attribute kind="java"/>
- </appInfo>
+ </appinfo>
</annotation>
</attribute>
<attribute name="consentForm" type="string">
@@ -139,9 +139,9 @@
<documentation>
</documentation>
- <appInfo>
+ <appinfo>
<meta.attribute kind="resource"/>
- </appInfo>
+ </appinfo>
</annotation>
</attribute>
<attribute name="useContactField" type="boolean">
@@ -167,48 +167,24 @@
</element>
<annotation>
- <appInfo>
+ <appinfo>
<meta.section type="since"/>
- </appInfo>
+ </appinfo>
<documentation>
1.0
</documentation>
</annotation>
<annotation>
- <appInfo>
+ <appinfo>
<meta.section type="examples"/>
- </appInfo>
+ </appinfo>
<documentation>
See the org.eclipse.mylyn.examples.monitor.study plug-in for a reference implementation.
</documentation>
</annotation>
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
- <annotation>
- <appInfo>
- <meta.section type="copyright"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
</schema>

Back to the top