aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlxmllistmodel/data/attributes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlxmllistmodel/data/attributes.xml')
-rw-r--r--tests/auto/qml/qqmlxmllistmodel/data/attributes.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlxmllistmodel/data/attributes.xml b/tests/auto/qml/qqmlxmllistmodel/data/attributes.xml
new file mode 100644
index 0000000000..a10b77c7dc
--- /dev/null
+++ b/tests/auto/qml/qqmlxmllistmodel/data/attributes.xml
@@ -0,0 +1,14 @@
+<Pets>
+ <Pet name="Polly">
+ <info type="Parrot" age="12" size="Small"/>
+ </Pet>
+ <Pet name="Penny">
+ <info type="Turtle" age="4" size="Small"/>
+ </Pet>
+ <Pet name="Spot">
+ <info type="Dog" age="9" size="Medium"/>
+ </Pet>
+ <Pet name="Tiny">
+ <info type="Elephant" age="15" size="Large"/>
+ </Pet>
+</Pets>