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