gkessler | f3e1ae6 | 2006-05-03 21:47:05 +0000 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <grammar-annotation | ||||
3 | xmlns="http://org.eclipse.wtp.jsf.core/grammarAnnotationSchema" | ||||
4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||||
5 | > | ||||
6 | <cm-element name="Foo"> | ||||
7 | <cm-attribute name="Value"> | ||||
8 | <property name="Type"> | ||||
9 | <value>String2</value> | ||||
10 | </property> | ||||
11 | </cm-attribute> | ||||
12 | <property name="Type"> | ||||
13 | <value>String2</value> | ||||
14 | </property> | ||||
15 | </cm-element> | ||||
16 | </grammar-annotation> |