Aerobic Exercise Session
Return to types list
Type Properties
Properties
| Property | Value |
| id | 90dbf000-fc55-4b92-b4a1-da45c36ad8bb |
| name | Aerobic Exercise Session |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | form, mtt, stt, wpd-F5E5C661-26F5-46C7-9C6C-7C4E99797E53, include-hvcc-mapping, hvcc-display, include-hvcc-props, upversion |
|
Type Details
|
|
|
|
aerobic-session A single session of aerobic exercise.
| Name | Type | IsRequired | Description |
| when | d:date-time | Yes | The date and time when the aerobic session occurred. |
| session | t:aerobic-session | Yes | The information about the entire aerobic session. |
| session-samples | t:aerobic-session-samples | No | The information about the sample sets within the aerobic session. |
| lap-session | t:aerobic-lap-session | No | The information about the lap within an aerobic session. |
|
Schema
Open schema as a file
Verify XML against this schema
<schema xmlns:a="urn:com.microsoft.wc.thing.aerobic" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns:d="urn:com.microsoft.wc.dates" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.aerobic">
<import namespace="urn:com.microsoft.wc.thing.types" schemaLocation="base.xsd" />
<import namespace="urn:com.microsoft.wc.dates" schemaLocation="dates.xsd" />
<annotation>
<documentation>
<type-id>90dbf000-fc55-4b92-b4a1-da45c36ad8bb</type-id>
<type-name>Aerobic Exercise Session</type-name>
<wrapper-class-name>AerobicSession</wrapper-class-name>
<wrapper-class-fwlink>136026</wrapper-class-fwlink>
<sample-xml-fwlink>136027</sample-xml-fwlink>
<data-type-guide-fwlink>136025</data-type-guide-fwlink>
<summary>A single session of aerobic exercise.</summary>
<remarks>Note: Please use the new exercise type instead of this type.<br />An aerobic session is a single instance of exercise likerunning, biking, etc.</remarks>
<effective-date-element>when</effective-date-element>
<seealso>urn:com.microsoft.wc.thing.aerobic-profile</seealso>
<seealso>urn:com.microsoft.wc.thing.aerobic-weekly</seealso>
</documentation>
</annotation>
<element name="aerobic-session">
<complexType>
<annotation>
<documentation>
<summary>A single session of aerobic exercise.</summary>
<remarks>Note: Please use the new exercise type instead of this type.<br />An aerobic session is a single instance of exercise likerunning, biking, etc.</remarks>
</documentation>
</annotation>
<sequence>
<element name="when" type="d:date-time">
<annotation>
<documentation>
<summary>The date and time when the aerobic session occurred.</summary>
</documentation>
</annotation>
</element>
<element name="session" type="t:aerobic-session">
<annotation>
<documentation>
<summary>The information about the entire aerobic session.</summary>
</documentation>
</annotation>
</element>
<element name="session-samples" type="t:aerobic-session-samples" minOccurs="0">
<annotation>
<documentation>
<summary>The information about the sample sets within the aerobic session.</summary>
</documentation>
</annotation>
</element>
<element name="lap-session" type="t:aerobic-lap-session" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>
<summary>The information about the lap within an aerobic session.</summary>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
</element>
</schema>
Columns
Columns describe this type in the STT and MTT transformations.
Columns
| Tag | Label | Type | Width |
| when | Date | String | 100 |
| what | Mode | String | 100 |
| minutes | Duration | String | 100 |
| distance | Distance | String | 100 |
| intensity | Intensity | String | 100 |
| wc-id | ID | String | 50 |
| wc-version | Version Stamp | String | 50 |
| wc-note | Note | String | 100 |
| wc-tags | Tags | String | 100 |
| wc-date | Effective Date | DateTime | 50 |
| wc-type | Type Name | String | 50 |
| wc-typeid | Type ID | String | 50 |
| wc-source | Source | String | 100 |
| wc-brands | Brands | String | 100 |
| wc-relatedthings | Related Items | String | 100 |
| wc-ispersonal | Is Personal | Boolean | 40 |
| wc-audit-personname | Changed by | String | 100 |
| wc-audit-date | Date | DateTime | 100 |
| wc-audit-action | Action | String | 100 |
| wc-audit-appname | Program | String | 100 |
| wc-issigned | Signed | Boolean | 50 |
| wc-isdownversioned | Down Versioned | Boolean | 50 |
| wc-isupversioned | Up Versioned | Boolean | 50 |
| wc-state | Item State | String | 50 |
|