|
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> |
|
2 <creatorscript schemaVersion="1.0" scriptVersion="1.0" |
|
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
4 xsi:noNamespaceSchemaLocation="creator.xsd"> |
|
5 |
|
6 <!-- Create a landmark with all possible categories --> |
|
7 <landmark> |
|
8 <fields> |
|
9 <name>CreatorExample</name> |
|
10 <category>accommodation</category> |
|
11 <category>business</category> |
|
12 <category>communication</category> |
|
13 <category>educational</category> |
|
14 <category>entertainment</category> |
|
15 <category>food</category> |
|
16 <category>geographical</category> |
|
17 <category>outdoor</category> |
|
18 <category>people</category> |
|
19 <category>public</category> |
|
20 <category>religious</category> |
|
21 <category>shopping</category> |
|
22 <category>sightseeing</category> |
|
23 <category>sports</category> |
|
24 <category>transport</category> |
|
25 <description>This is an example landmark!</description> |
|
26 <street>Landmark street 1</street> |
|
27 <postalcode>00445</postalcode> |
|
28 <city>Landmark City</city> |
|
29 <state>Landmark State</state> |
|
30 <country>Landmark Country</country> |
|
31 <phonenbr>111222333</phonenbr> |
|
32 <url>http://www.example.net</url> |
|
33 <latitude>-76.0023</latitude> |
|
34 <longitude>98.1002</longitude> |
|
35 <positionaccuracy>2</positionaccuracy> |
|
36 <altitude>-4.1</altitude> |
|
37 <altitudeaccuracy>3</altitudeaccuracy> |
|
38 </fields> |
|
39 </landmark> |
|
40 |
|
41 <!-- Create 3 random landmarks --> |
|
42 <landmark amount="10"> |
|
43 <fields> |
|
44 <name/> |
|
45 <category/> |
|
46 <description/> |
|
47 <latitude/> |
|
48 <longitude/> |
|
49 </fields> |
|
50 </landmark> |
|
51 |
|
52 </creatorscript> |