blob: 31a1a015c04daf7156a4b86784f118a457e5004b [file] [log] [blame]
gkesslerf3e1ae62006-05-03 21:47:05 +00001<?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>