blob: ecbbd4b9ed7f1f32aee0f4e15c46b135c39b26df [file] [log] [blame]
gkesslerf3e1ae62006-05-03 21:47:05 +00001<?xml version="1.0" encoding="UTF-8"?>
2<grammar-annotation
3 xmlns="http://org.eclipse.jsf.core/grammarAnnotationSchema"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5>
6
7 <cm-element name="MyTag">
8 <cm-attribute name="MyDualTypeAttr">
9 <property name="attribute-value-runtime-type">
10 <value>org.eclipse.jst.jsf.metadata.tests.NoImplType</value>
11 </property>
12 <property name="valid-values">
13 <value>BFirstVal</value>
14 <value>BSecondVal</value>
15 <value>BThirdVal</value>
16 <value>BFourthVal</value>
17 </property>
18 </cm-attribute>
19 </cm-element>
20</grammar-annotation>