imgtools/buildrom/tools/featureuids.dtd
changeset 0 044383f39525
equal deleted inserted replaced
-1:000000000000 0:044383f39525
       
     1 <!--
       
     2 Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).    
       
     3 All rights reserved.                                                      
       
     4 This component and the accompanying materials are made available          
       
     5 under the terms of "Eclipse Public License v1.0"                          
       
     6 which accompanies this distribution, and is available                     
       
     7 at the URL "http://www.eclipse.org/legal/epl-v10.html".                   
       
     8                                                                           
       
     9 Initial Contributors:                                                     
       
    10 Nokia Corporation - initial contribution.                                 
       
    11                                                                           
       
    12 Contributors:                                                             
       
    13                                                                           
       
    14 Description:                                                              
       
    15 
       
    16 -->
       
    17 
       
    18 <!ELEMENT featureuids   (features,default)>
       
    19 <!ELEMENT features      (feature+)>
       
    20 <!ELEMENT feature       EMPTY>
       
    21 
       
    22 <!ATTLIST feature
       
    23         name            CDATA #REQUIRED
       
    24         uid             CDATA #REQUIRED
       
    25         installable     (true|false) #IMPLIED>
       
    26 
       
    27 <!ELEMENT default       (range+)>
       
    28 <!ELEMENT range         EMPTY>
       
    29 <!ATTLIST range
       
    30         min             CDATA #REQUIRED
       
    31         max             CDATA #REQUIRED
       
    32         support         (include|exclude) #REQUIRED>
       
    33