Eclipse.org Eclipse.org profile.xml Position

profile.xml sample

Position Attributes Elements XML Reference
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2008 IBM.                                                -->
<!-- All rights reserved. This program and the accompanying materials       -->
<!-- are made available under the terms of the Eclipse Public License v1.0  -->
<!-- which accompanies this distribution, and is available at               -->
<!-- http://www.eclipse.org/legal/epl-v10.html                              -->
<!--                                                                        -->
<!-- Contributors:                                                          -->
<!--     IBM - initial API and implementation                               -->
<!-- WARNING:                                                               -->
<!-- Consult the hardware manufacturer's technical specifications and User  -->
<!-- Guide for proper usage of the hardware before you use the Device Kit.  -->
<!-- Improper usage may result in damage to the hardware.                   -->

<dkml>
    <profile id="PositionProfile" packagebase="org.eclipse.soda.dk" abstract="true"
            old="false">
        <description>Position Profile</description>
        <provider>Eclipse.org</provider>
        <version>1.1.0</version>
        <vendor>IBM</vendor>
        <incubation>true</incubation>
<!-- Protocol Specification  -->

        <spec id="Specification"/>
<!-- Position Group  -->

        <group id="Position">
            <measurement id="Coordinate">
                <data id="latitude">
                    <description>The "latitude" key contains the current latitude value. </description>
                </data>
                <data id="longitude"></data>
                <data id="altitude"></data>
                <data id="x"></data>
                <data id="y"></data>
                <data id="z"></data>
                <data id="coordinateType"></data>
            </measurement>
        </group>
    </profile>
</dkml>


id element
"Coordinate" <measurement>
"Position" <group>
"PositionProfile" <profile>
"Specification" <spec>
"altitude" <data>
"coordinateType" <data>
"latitude" <data>
"longitude" <data>
"x" <data>
"y" <data>
"z" <data>
element id
<data> "altitude"
"coordinateType"
"latitude"
"longitude"
"x"
"y"
"z"
<group> "Position"
<measurement> "Coordinate"
<profile> "PositionProfile"
<spec> "Specification"

Bugzilla: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=OHF&component=DeviceKit
CVS File:
  org.eclipse.ohf
    plugins
      org.eclipse.soda.dk
        org.eclipse.soda.dk.position
          org.eclipse.soda.dk.position.profile
            dk
              profile.xml
Tag(s) Timestamp Revision Comment
V1_2_0_2008_10_31 .. V1_2_0_2008_10_05 2008-10-03 1.8
V1_2_0_2008_10_03 .. V1_2_0_2008_09_30 2008-09-29 1.7
Eclipse3_3 .. V1_1_0_2008_07_08 2008-07-07 1.6
V1_1_0_2008_07_07 .. V1_1_0_2008_06_17 2008-06-17 1.5
V1_1_0_2008_06_16 2008-06-09 1.3

Copyright (c) 2008 IBM. See license in Legal section. 2008-11-06 Position XML Reference 1.2.0