Body Dimension
Return to types list
Type Properties
Properties
| Property | Value |
| id | dd710b31-2b6f-45bd-9552-253562b9a7c1 |
| name | Body Dimension |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | form, mtt, stt |
|
Type Details
|
|
|
|
body-dimension Stores a body dimension.
| Name | Type | IsRequired | Description |
| when | d:approx-date-time | Yes | The date and time of the measurement. |
| measurement-name | t:codable-value | Yes | The name of the measurement. Choose the appropriate preferred vocabulary based on your scenario. |
| value | t:length-value | Yes | The value of the measurement. |
|
Schema
Open schema as a file
Verify XML against this schema
<schema xmlns:t="urn:com.microsoft.wc.thing.types" xmlns:d="urn:com.microsoft.wc.dates" xmlns:this="urn:com.microsoft.wc.thing.body-dimension" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.body-dimension">
<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>dd710b31-2b6f-45bd-9552-253562b9a7c1</type-id>
<type-name>Body Dimension</type-name>
<wrapper-class-name>BodyDimension</wrapper-class-name>
<wrapper-class-fwlink>136065</wrapper-class-fwlink>
<sample-xml-fwlink>136066</sample-xml-fwlink>
<data-type-guide-fwlink>136064</data-type-guide-fwlink>
<summary>Stores a body dimension.</summary>
<remarks>Examples: Waist size, head circumference, length (pediatric). </remarks>
<effective-date-element>when</effective-date-element>
</documentation>
</annotation>
<element name="body-dimension">
<complexType>
<annotation>
<documentation>
<summary>Stores a body dimension.</summary>
<remarks>Examples: Waist size, head circumference, length (pediatric). </remarks>
</documentation>
</annotation>
<sequence>
<element name="when" type="d:approx-date-time">
<annotation>
<documentation>
<summary>The date and time of the measurement.</summary>
</documentation>
</annotation>
</element>
<element name="measurement-name" type="t:codable-value">
<annotation>
<documentation>
<summary>The name of the measurement.</summary>
<remarks>Choose the appropriate preferred vocabulary based on your scenario. </remarks>
<preferred-vocabulary>body-dimension-measurement-names</preferred-vocabulary>
<preferred-vocabulary>body-dimension-measurement-names-pediatric</preferred-vocabulary>
</documentation>
</annotation>
</element>
<element name="value" type="t:length-value">
<annotation>
<documentation>
<summary>The value of the measurement.</summary>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
</element>
</schema>
Columns
Columns describe this type in the STT and MTT transformations.
Columns
| Tag | Label | Type | Width |
| measurement-name | Measurement name | String | 100 |
| value | Value | 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 |
|