Home | History | Annotate | Download | only in schema
      1 <?xml version='1.0' encoding='UTF-8'?>
      2 <!-- Schema file written by PDE -->
      3 <schema targetNamespace="com.motorola.studio.android.emulator" xmlns="http://www.w3.org/2001/XMLSchema">
      4 <annotation>
      5       <appInfo>
      6          <meta.schema plugin="com.motorola.studio.android.emulator" id="androidPerspectiveExtension" name="Android Perspective Extension"/>
      7       </appInfo>
      8       <documentation>
      9          
     10       </documentation>
     11    </annotation>
     12 
     13    <element name="extension">
     14       <annotation>
     15          <appInfo>
     16             <meta.element />
     17          </appInfo>
     18       </annotation>
     19       <complexType>
     20          <sequence minOccurs="1" maxOccurs="unbounded">
     21             <element ref="view"/>
     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="view">
     51       <complexType>
     52          <attribute name="id" type="string" use="required">
     53             <annotation>
     54                <documentation>
     55                   
     56                </documentation>
     57             </annotation>
     58          </attribute>
     59          <attribute name="area" use="required">
     60             <annotation>
     61                <documentation>
     62                   
     63                </documentation>
     64             </annotation>
     65             <simpleType>
     66                <restriction base="string">
     67                   <enumeration value="emulationviews">
     68                   </enumeration>
     69                   <enumeration value="devicemanagementviews">
     70                   </enumeration>
     71                </restriction>
     72             </simpleType>
     73          </attribute>
     74       </complexType>
     75    </element>
     76 
     77 
     78 
     79 
     80 
     81 
     82 </schema>
     83