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.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> |