|
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 <!ELEMENT hrhmacro EMPTY> |
|
18 <!ATTLIST hrhmacro |
|
19 exclude CDATA #IMPLIED |
|
20 include CDATA #IMPLIED |
|
21 infeaturesetiby CDATA #IMPLIED> |
|
22 |
|
23 <!ELEMENT hfileheader (#PCDATA)> |
|
24 <!ATTLIST hfileheader |
|
25 interfacestatus CDATA #REQUIRED |
|
26 interfacevisibility CDATA #REQUIRED> |
|
27 |
|
28 <!ELEMENT featureset ((hfileheader?, feature+))> |
|
29 <!ATTLIST featureset |
|
30 hfilename CDATA #IMPLIED |
|
31 ibyname CDATA #IMPLIED |
|
32 namespace CDATA #IMPLIED> |
|
33 |
|
34 <!ELEMENT featuredatabase ((featureset+, defaultfeaturerange*))> |
|
35 <!ELEMENT feature ((hrhmacro?, comment?))> |
|
36 <!ATTLIST feature |
|
37 name CDATA #REQUIRED |
|
38 statusflags CDATA #REQUIRED |
|
39 uid CDATA #REQUIRED |
|
40 userdata CDATA #IMPLIED> |
|
41 |
|
42 <!ELEMENT defaultfeaturerange ((comment?))> |
|
43 <!ATTLIST defaultfeaturerange |
|
44 higheruid CDATA #REQUIRED |
|
45 loweruid CDATA #REQUIRED> |
|
46 |
|
47 <!ELEMENT comment (#PCDATA)> |