summaryrefslogtreecommitdiff
path: root/src/plugins/emulator/schema/androidPerspectiveExtension.exsd
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-08-17 09:37:18 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-08-17 09:37:18 -0700
commitdd37e1328b736a11354a5847ad82c5f2551defa5 (patch)
tree10b2a4be4590c35e0f8027f3773fbcc61e05fd08 /src/plugins/emulator/schema/androidPerspectiveExtension.exsd
parent1fc2254217371e1bae3c9373d2474b1053c869f9 (diff)
parentb613ddc1cf740750ab9dc20f1b051a2f04f5dbef (diff)
downloadmotodev-dd37e1328b736a11354a5847ad82c5f2551defa5.tar.gz
Merge "Initial contribution of Motorola MOTODEV tools code"
Diffstat (limited to 'src/plugins/emulator/schema/androidPerspectiveExtension.exsd')
-rw-r--r--src/plugins/emulator/schema/androidPerspectiveExtension.exsd82
1 files changed, 82 insertions, 0 deletions
diff --git a/src/plugins/emulator/schema/androidPerspectiveExtension.exsd b/src/plugins/emulator/schema/androidPerspectiveExtension.exsd
new file mode 100644
index 0000000..caeefd3
--- /dev/null
+++ b/src/plugins/emulator/schema/androidPerspectiveExtension.exsd
@@ -0,0 +1,82 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
+<schema targetNamespace="com.motorola.studio.android.emulator" xmlns="http://www.w3.org/2001/XMLSchema">
+<annotation>
+ <appInfo>
+ <meta.schema plugin="com.motorola.studio.android.emulator" id="androidPerspectiveExtension" name="Android Perspective Extension"/>
+ </appInfo>
+ <documentation>
+
+ </documentation>
+ </annotation>
+
+ <element name="extension">
+ <annotation>
+ <appInfo>
+ <meta.element />
+ </appInfo>
+ </annotation>
+ <complexType>
+ <sequence minOccurs="1" maxOccurs="unbounded">
+ <element ref="view"/>
+ </sequence>
+ <attribute name="point" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="id" type="string" use="required">
+ <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="view">
+ <complexType>
+ <attribute name="id" type="string" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="area" use="required">
+ <annotation>
+ <documentation>
+
+ </documentation>
+ </annotation>
+ <simpleType>
+ <restriction base="string">
+ <enumeration value="emulationviews">
+ </enumeration>
+ <enumeration value="devicemanagementviews">
+ </enumeration>
+ </restriction>
+ </simpleType>
+ </attribute>
+ </complexType>
+ </element>
+
+
+
+
+
+
+</schema>