org.symbian.tools.mtw.ui/schema/wizardPages.exsd
changeset 465 87920e15f8eb
equal deleted inserted replaced
464:0b02f3d6f52c 465:87920e15f8eb
       
     1 <?xml version='1.0' encoding='UTF-8'?>
       
     2 <!-- Schema file written by PDE -->
       
     3 <schema targetNamespace="org.symbian.tools.tmw.ui" xmlns="http://www.w3.org/2001/XMLSchema">
       
     4 <annotation>
       
     5       <appinfo>
       
     6          <meta.schema plugin="org.symbian.tools.tmw.ui" id="wizardPages" name="Extensions for the New Application Wizard"/>
       
     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="template-page"/>
       
    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="template-page">
       
    51       <annotation>
       
    52          <documentation>
       
    53             This page will be shown when user creates project based on the selected template.
       
    54          </documentation>
       
    55       </annotation>
       
    56       <complexType>
       
    57          <attribute name="template-id" type="string" use="required">
       
    58             <annotation>
       
    59                <documentation>
       
    60                   
       
    61                </documentation>
       
    62                <appinfo>
       
    63                   <meta.attribute kind="identifier" basedOn="org.symbian.tools.tmw.ui.projectTemplate/template/@id"/>
       
    64                </appinfo>
       
    65             </annotation>
       
    66          </attribute>
       
    67          <attribute name="class" type="string" use="required">
       
    68             <annotation>
       
    69                <documentation>
       
    70                   
       
    71                </documentation>
       
    72                <appinfo>
       
    73                   <meta.attribute kind="java" basedOn=":org.symbian.tools.tmw.ui.project.INewApplicationWizardPage"/>
       
    74                </appinfo>
       
    75             </annotation>
       
    76          </attribute>
       
    77       </complexType>
       
    78    </element>
       
    79 
       
    80    <annotation>
       
    81       <appinfo>
       
    82          <meta.section type="since"/>
       
    83       </appinfo>
       
    84       <documentation>
       
    85          [Enter the first release in which this extension point appears.]
       
    86       </documentation>
       
    87    </annotation>
       
    88 
       
    89    <annotation>
       
    90       <appinfo>
       
    91          <meta.section type="examples"/>
       
    92       </appinfo>
       
    93       <documentation>
       
    94          [Enter extension point usage example here.]
       
    95       </documentation>
       
    96    </annotation>
       
    97 
       
    98    <annotation>
       
    99       <appinfo>
       
   100          <meta.section type="apiinfo"/>
       
   101       </appinfo>
       
   102       <documentation>
       
   103          [Enter API information here.]
       
   104       </documentation>
       
   105    </annotation>
       
   106 
       
   107    <annotation>
       
   108       <appinfo>
       
   109          <meta.section type="implementation"/>
       
   110       </appinfo>
       
   111       <documentation>
       
   112          [Enter information about supplied implementation of this extension point.]
       
   113       </documentation>
       
   114    </annotation>
       
   115 
       
   116 
       
   117 </schema>