Created
October 4, 2010 11:32
-
-
Save sbuys/609548 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* XML Schema: | |
* <plusService> | |
* <status> | |
* <runList endIndex = "x" startIndex = "y"> | |
* <run id="x" workoutType = "y"> | |
* <startTime> | |
* <distance> | |
* <duration> | |
* <syncTime> | |
* <calories> | |
* <name> | |
* <description> | |
* <howFelt> | |
* <weather> | |
* <terrain> | |
* <intensity> | |
* <gpxId> | |
* <equipmentType> | |
* <heartrate> | |
* <average> | |
* <minimum> | |
* <maximum> | |
* <runListSummary> | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment