Add a schema sample xml 03/118903/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 14 Mar 2017 11:44:26 +0000 (20:44 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 14 Mar 2017 11:44:26 +0000 (20:44 +0900)
Change-Id: Ie233bd104e6538d91857ba4468eaeff6c4e2c7ad
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
schema/sample.xml [new file with mode: 0644]

diff --git a/schema/sample.xml b/schema/sample.xml
new file mode 100644 (file)
index 0000000..6e67c38
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ContextStore>
+       <Schema uri="http://tizen.org/contextstore/location/geoposition" retention="168" limit="0">
+               <Privilege access="Read">http://tizen.org/privilege/location</Privilege>
+               <Privilege access="Write">http://tizen.org/privilege/internal/service</Privilege>
+               <Attribute name="timestamp" type="Integer"/>
+               <Attribute name="latitude" type="Real"/>
+               <Attribute name="longitude" type="Real"/>
+               <Attribute name="altitude" type="Real"/>
+       </Schema>
+</ContextStore>