Initial Checkin
diff --git a/jsf/tests/org.eclipse.jst.jsf.metadata.tests/testfiles/metadata/FileB.xml b/jsf/tests/org.eclipse.jst.jsf.metadata.tests/testfiles/metadata/FileB.xml
new file mode 100644
index 0000000..a77c641
--- /dev/null
+++ b/jsf/tests/org.eclipse.jst.jsf.metadata.tests/testfiles/metadata/FileB.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar-annotation
+ xmlns="http://org.eclipse.wtp.jsf.core/grammarAnnotationSchema"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ >
+ <cm-element name="Foo">
+ <cm-attribute name="Value">
+ <property name="Type">
+ <value>String2</value>
+ </property>
+ </cm-attribute>
+ <property name="Type">
+ <value>String2</value>
+ </property>
+ </cm-element>
+</grammar-annotation>