org.symbian.tools.mtw.ui/schema/projectTemplate.exsd
changeset 464 0b02f3d6f52c
parent 463 aea4c83725d8
child 465 87920e15f8eb
equal deleted inserted replaced
463:aea4c83725d8 464:0b02f3d6f52c
    17          </appinfo>
    17          </appinfo>
    18       </annotation>
    18       </annotation>
    19       <complexType>
    19       <complexType>
    20          <sequence minOccurs="1" maxOccurs="unbounded">
    20          <sequence minOccurs="1" maxOccurs="unbounded">
    21             <element ref="template"/>
    21             <element ref="template"/>
       
    22             <element ref="runtime-template"/>
    22          </sequence>
    23          </sequence>
    23          <attribute name="point" type="string" use="required">
    24          <attribute name="point" type="string" use="required">
    24             <annotation>
    25             <annotation>
    25                <documentation>
    26                <documentation>
    26                   
    27                   
    58             <element ref="archive"/>
    59             <element ref="archive"/>
    59             <element ref="installer"/>
    60             <element ref="installer"/>
    60             <element ref="description"/>
    61             <element ref="description"/>
    61             <element ref="required-facet"/>
    62             <element ref="required-facet"/>
    62             <element ref="supported-runtime"/>
    63             <element ref="supported-runtime"/>
       
    64             <element ref="default-parameter-value"/>
    63          </choice>
    65          </choice>
    64          <attribute name="name" type="string" use="required">
    66          <attribute name="name" type="string" use="required">
    65             <annotation>
    67             <annotation>
    66                <documentation>
    68                <documentation>
    67                   
    69                   
   181             </annotation>
   183             </annotation>
   182          </attribute>
   184          </attribute>
   183       </complexType>
   185       </complexType>
   184    </element>
   186    </element>
   185 
   187 
   186    <element name="empty-project">
   188    <element name="runtime-template">
   187       <annotation>
   189       <annotation>
   188          <documentation>
   190          <documentation>
   189             This element describes contents that will be added to all projects for given runtime.
   191             This element describes contents that will be added to all projects for given runtime.
   190          </documentation>
   192          </documentation>
   191       </annotation>
   193       </annotation>
   192       <complexType>
   194       <complexType>
   193          <choice minOccurs="1" maxOccurs="unbounded">
   195          <choice minOccurs="1" maxOccurs="unbounded">
   194             <element ref="template"/>
   196             <element ref="archive"/>
   195             <element ref="installer"/>
   197             <element ref="installer"/>
       
   198             <element ref="default-parameter-value"/>
   196          </choice>
   199          </choice>
   197          <attribute name="runtime-id" type="string" use="required">
   200          <attribute name="runtime-id" type="string" use="required">
   198             <annotation>
   201             <annotation>
   199                <documentation>
   202                <documentation>
   200                   
   203                   
   212             </annotation>
   215             </annotation>
   213          </attribute>
   216          </attribute>
   214       </complexType>
   217       </complexType>
   215    </element>
   218    </element>
   216 
   219 
       
   220    <element name="default-parameter-value">
       
   221       <complexType>
       
   222          <attribute name="name" type="string" use="required">
       
   223             <annotation>
       
   224                <documentation>
       
   225                   
       
   226                </documentation>
       
   227             </annotation>
       
   228          </attribute>
       
   229          <attribute name="value" type="string" use="required">
       
   230             <annotation>
       
   231                <documentation>
       
   232                   
       
   233                </documentation>
       
   234                <appinfo>
       
   235                   <meta.attribute translatable="true"/>
       
   236                </appinfo>
       
   237             </annotation>
       
   238          </attribute>
       
   239       </complexType>
       
   240    </element>
       
   241 
   217    <annotation>
   242    <annotation>
   218       <appinfo>
   243       <appinfo>
   219          <meta.section type="since"/>
   244          <meta.section type="since"/>
   220       </appinfo>
   245       </appinfo>
   221       <documentation>
   246       <documentation>