summaryrefslogtreecommitdiff
path: root/src/plugins/preflighting/schema/com.motorolamobility.preflighting.outputter.exsd
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/preflighting/schema/com.motorolamobility.preflighting.outputter.exsd')
-rw-r--r--src/plugins/preflighting/schema/com.motorolamobility.preflighting.outputter.exsd109
1 files changed, 109 insertions, 0 deletions
diff --git a/src/plugins/preflighting/schema/com.motorolamobility.preflighting.outputter.exsd b/src/plugins/preflighting/schema/com.motorolamobility.preflighting.outputter.exsd
new file mode 100644
index 0000000..1494e0b
--- /dev/null
+++ b/src/plugins/preflighting/schema/com.motorolamobility.preflighting.outputter.exsd
@@ -0,0 +1,109 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
+<schema targetNamespace="com.motorolamobility.preflighting" xmlns="http://www.w3.org/2001/XMLSchema">
+<annotation>
+ <appinfo>
+ <meta.schema plugin="com.motorolamobility.preflighting" id="outputter" name="App Validator Outputter"/>
+ </appinfo>
+ <documentation>
+ This extension point provides the facilities needed for the development of a Application Validator outputter.
+ </documentation>
+ </annotation>
+
+ <element name="extension">
+ <annotation>
+ <appinfo>
+ <meta.element />
+ </appinfo>
+ </annotation>
+ <complexType>
+ <sequence minOccurs="1" maxOccurs="unbounded">
+ <element ref="outputter" minOccurs="1" maxOccurs="unbounded"/>
+ </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="outputter">
+ <complexType>
+ <attribute name="id" type="string" use="required">
+ <annotation>
+ <documentation>
+ The id to be used together with -output parameter.
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="class" type="string" use="required">
+ <annotation>
+ <documentation>
+ The class containing the actual implementation of the outputter.
+ </documentation>
+ <appinfo>
+ <meta.attribute kind="java" basedOn="com.motorolamobility.preflighting.output.AbstractOutputter:"/>
+ </appinfo>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
+ <annotation>
+ <appinfo>
+ <meta.section type="since"/>
+ </appinfo>
+ <documentation>
+ 1.0.0
+ </documentation>
+ </annotation>
+
+
+ <annotation>
+ <appinfo>
+ <meta.section type="apiinfo"/>
+ </appinfo>
+ <documentation>
+ You can access App Validator SDK API, by browsing the javadoc of the most important class for outputter functionality &lt;code&gt;com.motorolamobility.preflighting.output.AbstractOutputter&lt;/code&gt;.
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appinfo>
+ <meta.section type="implementation"/>
+ </appinfo>
+ <documentation>
+ Developers may use &lt;code&gt;AbstractOutputter&lt;/code&gt; as a base class to inherit the most common operations for a new outputter.
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appinfo>
+ <meta.section type="copyright"/>
+ </appinfo>
+ <documentation>
+ Copyright (C) 2012 The Android Open Source Project
+ </documentation>
+ </annotation>
+
+</schema>