plugins/org.symbian.tools.tmw.previewer/schema/layoutProviders.exsd
changeset 479 518afa7c6d2f
parent 478 6c07c755d0c7
child 480 b6d992b9b998
equal deleted inserted replaced
478:6c07c755d0c7 479:518afa7c6d2f
     1 <?xml version='1.0' encoding='UTF-8'?>
       
     2 <!-- Schema file written by PDE -->
       
     3 <schema targetNamespace="org.symbian.tools.tmw.previewer" xmlns="http://www.w3.org/2001/XMLSchema">
       
     4 <annotation>
       
     5       <appInfo>
       
     6          <meta.schema plugin="org.symbian.tools.tmw.previewer" id="layoutProviders" name="Application Layout Providers"/>
       
     7       </appInfo>
       
     8       <documentation>
       
     9          [Enter description of this extension point.]
       
    10       </documentation>
       
    11    </annotation>
       
    12 
       
    13    <element name="extension">
       
    14       <annotation>
       
    15          <appInfo>
       
    16             <meta.element />
       
    17          </appInfo>
       
    18       </annotation>
       
    19       <complexType>
       
    20          <choice minOccurs="1" maxOccurs="unbounded">
       
    21             <element ref="layout-provider"/>
       
    22          </choice>
       
    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">
       
    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="layout-provider">
       
    51       <complexType>
       
    52          <attribute name="runtime-id" type="string" use="required">
       
    53             <annotation>
       
    54                <documentation>
       
    55                   
       
    56                </documentation>
       
    57                <appInfo>
       
    58                   <meta.attribute kind="identifier" basedOn="org.symbian.tools.tmw.core.runtimes/runtime/@component-id"/>
       
    59                </appInfo>
       
    60             </annotation>
       
    61          </attribute>
       
    62          <attribute name="runtime-version" type="string">
       
    63             <annotation>
       
    64                <documentation>
       
    65                   
       
    66                </documentation>
       
    67             </annotation>
       
    68          </attribute>
       
    69          <attribute name="class" type="string" use="required">
       
    70             <annotation>
       
    71                <documentation>
       
    72                   
       
    73                </documentation>
       
    74                <appInfo>
       
    75                   <meta.attribute kind="java" basedOn=":org.symbian.tools.tmw.previewer.core.IApplicationLayoutProvider"/>
       
    76                </appInfo>
       
    77             </annotation>
       
    78          </attribute>
       
    79       </complexType>
       
    80    </element>
       
    81 
       
    82    <annotation>
       
    83       <appInfo>
       
    84          <meta.section type="since"/>
       
    85       </appInfo>
       
    86       <documentation>
       
    87          [Enter the first release in which this extension point appears.]
       
    88       </documentation>
       
    89    </annotation>
       
    90 
       
    91    <annotation>
       
    92       <appInfo>
       
    93          <meta.section type="examples"/>
       
    94       </appInfo>
       
    95       <documentation>
       
    96          [Enter extension point usage example here.]
       
    97       </documentation>
       
    98    </annotation>
       
    99 
       
   100    <annotation>
       
   101       <appInfo>
       
   102          <meta.section type="apiinfo"/>
       
   103       </appInfo>
       
   104       <documentation>
       
   105          [Enter API information here.]
       
   106       </documentation>
       
   107    </annotation>
       
   108 
       
   109    <annotation>
       
   110       <appInfo>
       
   111          <meta.section type="implementation"/>
       
   112       </appInfo>
       
   113       <documentation>
       
   114          [Enter information about supplied implementation of this extension point.]
       
   115       </documentation>
       
   116    </annotation>
       
   117 
       
   118 
       
   119 </schema>