Care Plan
Return to types list
Type Properties
Properties
| Property | Value |
| id | 415c95e0-0533-4d9c-ac73-91dc5031186c |
| name | Care Plan |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | mtt, stt, form |
| allow-readonly | true |
|
Type Details
|
|
|
|
care-plan Information related to a care plan.
| Name | Type | IsRequired | Description |
| name | t:stringnznw | Yes | Name of the care plan. |
| start-date | d:approx-date-time | No | Start date of the care plan. |
| end-date | d:approx-date-time | No | End date of the care plan. |
| status | t:codable-value | No | Status of the care plan. |
| care-team | this:care-team | No | List of person contacts associated with the care plan. |
| care-plan-manager | t:person | No | Person managing the care plan. |
| tasks | this:care-plan-tasks | No | List of tasks associated with the care plan. |
| goal-groups | this:care-plan-goal-groups | No | List of goals associated with the care plan. |
|
care-team Team of people associated with the care plan.
| Name | Type | IsRequired | Description |
| person | t:person | No | List of contact information. |
|
care-plan-task-recurrence Care plan task recurrence representation.
| Name | Type | IsRequired | Description |
|
care-plan-task A task defines an action to be performed by the user.
| Name | Type | IsRequired | Description |
| name | t:codable-value | Yes | Name of the task. |
| description | t:stringnznw | No | Description of the task. |
| start-date | d:approx-date-time | No | Date the user starts tracking the task. |
| end-date | d:approx-date-time | No | Date the user stops tracking the task. |
| target-completion-date | d:approx-date-time | No | Date the user intends to complete the task. |
| sequence-number | t:nonNegativeInt | No | Sequence number associated with the task. Sequence number could be used to decide the order in which the tasks should be performed. |
| associated-type-info | this:associated-type-info | No | Specifies HealthVault type information related to this task. |
| recurrence | this:care-plan-task-recurrence | No | Recurrence of the task. |
| reference-id | t:stringnznw | No | An unique id to distinguish one task from another. |
|
care-plan-tasks List of care plan tasks.
| Name | Type | IsRequired | Description |
| task | this:care-plan-task | No | List of care plan tasks. |
|
associated-type-info The HealthVault thing type associated with the goal or task.
| Name | Type | IsRequired | Description |
| thing-type-version-id | t:guid | Yes | The version id of the HealthVault type associated with this goal or task. Thing type version id is used to specify measurements relevant for this goal or task. |
| thing-type-value-xpath | t:stringnznw | No | XPath expression for the value field associated with this goal or task in the thing type. Thing type value XPath could be used to specify which element in a thing type defined by
the thing-type-version-id can be used to find the measurements. The XPath can also include
a condition such as steps greater than 1000. |
| thing-type-display-xpath | t:stringnznw | No | XPath expression for the display field associated with this goal or task in the thing type. Thing type display XPath should point to a "display-value" element in the thing XML for the type defined by
the thing-type-version-id. |
|
goal-range This represents a goal range associated with a goal.
| Name | Type | IsRequired | Description |
| name | t:codable-value | Yes | The name of the goal range. |
| description | t:stringnznw | No | A description for the goal range allows more detailed information about the range. This information could for instance be included in tooltips when hovering over a graph. |
| minimum | t:general-measurement | No | Minimum value of the range. For ranges greater than a specified value with no maximum,
specify a minimum but no maximum. |
| maximum | t:general-measurement | No | Maximum value of the range. For ranges less than a specified value with no minimum,
specify a maximum but no minimum. |
|
goal-recurrence This sub-type allows specifying recurrence for Goals.
| Name | Type | IsRequired | Description |
| interval | t:codable-value | Yes | Specifies the recurrence interval of the goal. For example, day, week, year, etc. |
| times-in-interval | t:positiveInt | Yes | Specifies the number of times the goal's target is intended to be achieved during the interval. For example, the goal "exercise for 30 minutes, 4 times per week" would be represented as:
an interval of a "week", a times-in-interval of 4, and a goal target of 30 minutes. |
|
care-plan-goal A goal defines a target for a measurement.
| Name | Type | IsRequired | Description |
| name | t:codable-value | Yes | Name of the goal. Example: average blood-glucose for the last seven days |
| description | t:stringnznw | No | Description of the goal. |
| start-date | d:approx-date-time | No | Date the user starts tracking the goal. |
| end-date | d:approx-date-time | No | Date the user stops tracking the goal. |
| target-completion-date | d:approx-date-time | No | Date the user intends to complete the goal. |
| associated-type-info | this:associated-type-info | No | Specifies HealthVault type information related to this goal. |
| target-range | this:goal-range | No | The target range for the goal. This represents the ideal range for a goal, for example, the ideal weight, or the ideal blood pressure. |
| goal-additional-ranges | this:goal-range | No | Allows specifying additional ranges for the goal. For example, in a blood pressure goal, it may be useful to include the 'hypertensive' range in addition
to theideal range. |
| recurrence | this:goal-recurrence | No | This field allows defining recurrence for goals. A goal can be defined to be achieved every specific interval. Example, walking 70000 steps in a week. |
| reference-id | t:stringnznw | No | An unique id to distinguish one goal from another. |
|
care-plan-goals List of care plan goals.
| Name | Type | IsRequired | Description |
| goal | this:care-plan-goal | No | List of care plan goals. |
|
care-plan-goal-group Goal groups are used to group related measurement goals together.
For example, blood pressure has two individual measurement goals (systolic and diastolic) but are grouped together under
blood pressure.
| Name | Type | IsRequired | Description |
| name | t:codable-value | Yes | Name of the goal group. |
| description | t:stringnznw | No | Description of the goal group. |
| goals | this:care-plan-goals | Yes | List of care plan goals associated with this goal group. |
|
care-plan-goal-groups List of care plan goal groups.
| Name | Type | IsRequired | Description |
| goal-group | this:care-plan-goal-group | No | List of care plan goal groups. |
|
Schema
Open schema as a file
Verify XML against this schema
<?xml version="1.0" encoding="utf-16"?>
<schema xmlns:d="urn:com.microsoft.wc.dates" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns:this="urn:com.microsoft.wc.thing.care-plan" targetNamespace="urn:com.microsoft.wc.thing.care-plan" xmlns="http://www.w3.org/2001/XMLSchema">
<import schemaLocation="base.xsd" namespace="urn:com.microsoft.wc.thing.types" />
<import schemaLocation="dates.xsd" namespace="urn:com.microsoft.wc.dates" />
<annotation>
<documentation>
<type-id xmlns="http://www.w3.org/2001/XMLSchema">415c95e0-0533-4d9c-ac73-91dc5031186c</type-id>
<type-name xmlns="http://www.w3.org/2001/XMLSchema">CarePlan</type-name>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Information related to a care plan and tasks, goals associated with the care plan.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">The care plan contains tasks and goals.</remarks>
</documentation>
</annotation>
<complexType name="care-team">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Team of people associated with the care plan.</summary>
</documentation>
</annotation>
<sequence>
<element minOccurs="1" maxOccurs="unbounded" name="person" type="t:person">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">List of contact information.</summary>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
<complexType name="care-plan-task-recurrence">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Care plan task recurrence representation.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">For recurrence rules that cannot be expressed using iCalendar recurrence format, use interval and times-in-interval fields.Ex: Two times in a week.</remarks>
</documentation>
</annotation>
<choice>
<element name="ical-recurrence" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">iCalendar format for recurrence specification as per RFC 2445.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">Section 4.3.10 of RFC 2445.</remarks>
</documentation>
</annotation>
</element>
<sequence>
<element name="interval" type="t:codable-value">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Recurrence interval. For ex: day, month, year etc.</summary>
<preferred-vocabulary xmlns="http://www.w3.org/2001/XMLSchema">recurrence-intervals</preferred-vocabulary>
</documentation>
</annotation>
</element>
<element name="times-in-interval" type="t:positiveInt">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The number of times the task occurs in the interval.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">Ex: Two times in a week would be stored as interval = week, times-in-interval = 2</remarks>
</documentation>
</annotation>
</element>
</sequence>
</choice>
</complexType>
<complexType name="care-plan-task">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">A task defines an action to be performed by the user.</summary>
</documentation>
</annotation>
<sequence>
<element name="name" type="t:codable-value">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Name of the task.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="description" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Description of the task.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="start-date" type="d:approx-date-time">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Date the user starts tracking the task.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="end-date" type="d:approx-date-time">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Date the user stops tracking the task.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="target-completion-date" type="d:approx-date-time">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Date the user intends to complete the task.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="sequence-number" type="t:nonNegativeInt">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Sequence number associated with the task.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">Sequence number could be used to decide the order in which the tasks should be performed.</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="associated-type-info" type="this:associated-type-info">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Specifies HealthVault type information related to this task.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="recurrence" type="this:care-plan-task-recurrence">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Recurrence of the task.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="reference-id" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">An unique id to distinguish one task from another.</summary>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
<complexType name="care-plan-tasks">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">List of care plan tasks.</summary>
</documentation>
</annotation>
<sequence>
<element minOccurs="1" maxOccurs="unbounded" name="task" type="this:care-plan-task">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">List of care plan tasks.</summary>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
<complexType name="associated-type-info">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The HealthVault thing type associated with the goal or task.</summary>
</documentation>
</annotation>
<sequence>
<element name="thing-type-version-id" type="t:guid">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The version id of the HealthVault type associated with this goal or task.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">Thing type version id is used to specify measurements relevant for this goal or task.</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="thing-type-value-xpath" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">XPath expression for the value field associated with this goal or task in the thing type.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">Thing type value XPath could be used to specify which element in a thing type defined bythe thing-type-version-id can be used to find the measurements. The XPath can also include a condition such as steps greater than 1000.</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="thing-type-display-xpath" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">XPath expression for the display field associated with this goal or task in the thing type.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">Thing type display XPath should point to a "display-value" element in the thing XML for the type defined bythe thing-type-version-id.</remarks>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
<complexType name="goal-range">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">This represents a goal range associated with a goal.</summary>
</documentation>
</annotation>
<sequence>
<element name="name" type="t:codable-value">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The name of the goal range.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="description" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">A description for the goal range allows more detailed information about the range. </summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">This information could for instance be included in tooltips when hovering over a graph.</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="minimum" type="t:general-measurement">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Minimum value of the range.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">For ranges greater than a specified value with no maximum,specify a minimum but no maximum.</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="maximum" type="t:general-measurement">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Maximum value of the range.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">For ranges less than a specified value with no minimum,specify a maximum but no minimum.</remarks>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
<complexType name="goal-recurrence">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">This sub-type allows specifying recurrence for Goals.</summary>
</documentation>
</annotation>
<sequence>
<element name="interval" type="t:codable-value">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Specifies the recurrence interval of the goal. For example, day, week, year, etc.</summary>
<preferred-vocabulary xmlns="http://www.w3.org/2001/XMLSchema">recurrence-intervals</preferred-vocabulary>
</documentation>
</annotation>
</element>
<element name="times-in-interval" type="t:positiveInt">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Specifies the number of times the goal's target is intended to be achieved during the interval.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">For example, the goal "exercise for 30 minutes, 4 times per week" would be represented as:an interval of a "week", a times-in-interval of 4, and a goal target of 30 minutes.</remarks>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
<complexType name="care-plan-goal">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">A goal defines a target for a measurement.</summary>
</documentation>
</annotation>
<sequence>
<element name="name" type="t:codable-value">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Name of the goal.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">Example: average blood-glucose for the last seven days</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="description" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Description of the goal.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="start-date" type="d:approx-date-time">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Date the user starts tracking the goal.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="end-date" type="d:approx-date-time">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Date the user stops tracking the goal.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="target-completion-date" type="d:approx-date-time">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Date the user intends to complete the goal.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="associated-type-info" type="this:associated-type-info">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Specifies HealthVault type information related to this goal.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="target-range" type="this:goal-range">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The target range for the goal.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">This represents the ideal range for a goal, for example, the ideal weight, or the ideal blood pressure.</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" maxOccurs="unbounded" name="goal-additional-ranges" type="this:goal-range">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Allows specifying additional ranges for the goal.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">For example, in a blood pressure goal, it may be useful to include the 'hypertensive' range in addition to theideal range.</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="recurrence" type="this:goal-recurrence">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">This field allows defining recurrence for goals.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">A goal can be defined to be achieved every specific interval. Example, walking 70000 steps in a week.</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="reference-id" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">An unique id to distinguish one goal from another.</summary>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
<complexType name="care-plan-goals">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">List of care plan goals.</summary>
</documentation>
</annotation>
<sequence>
<element minOccurs="1" maxOccurs="unbounded" name="goal" type="this:care-plan-goal">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">List of care plan goals.</summary>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
<complexType name="care-plan-goal-group">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Goal groups are used to group related measurement goals together.For example, blood pressure has two individual measurement goals (systolic and diastolic) but are grouped together underblood pressure.</summary>
</documentation>
</annotation>
<sequence>
<element name="name" type="t:codable-value">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Name of the goal group.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="description" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Description of the goal group.</summary>
</documentation>
</annotation>
</element>
<element name="goals" type="this:care-plan-goals">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">List of care plan goals associated with this goal group.</summary>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
<complexType name="care-plan-goal-groups">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">List of care plan goal groups.</summary>
</documentation>
</annotation>
<sequence>
<element minOccurs="1" maxOccurs="unbounded" name="goal-group" type="this:care-plan-goal-group">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">List of care plan goal groups.</summary>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
<element name="care-plan">
<complexType>
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Information related to a care plan.</summary>
</documentation>
</annotation>
<sequence>
<element name="name" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Name of the care plan.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="start-date" type="d:approx-date-time">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Start date of the care plan.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="end-date" type="d:approx-date-time">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">End date of the care plan.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="status" type="t:codable-value">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Status of the care plan.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="care-team" type="this:care-team">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">List of person contacts associated with the care plan.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="care-plan-manager" type="t:person">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Person managing the care plan.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="tasks" type="this:care-plan-tasks">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">List of tasks associated with the care plan.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="goal-groups" type="this:care-plan-goal-groups">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">List of goals associated with the care plan.</summary>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
</element>
</schema>
Columns
Columns describe this type in the STT and MTT transformations.
Columns
| Tag | Label | Type | Width |
| name | Name | String | 100 |
| start-date | Start date | String | 100 |
| end-date | End date | String | 100 |
| status | Status | String | 100 |
| care-plan-manager | Care plan manager | String | 100 |
| tasks-count | Task count | String | 100 |
| goals-count | Goal count | String | 100 |
| care-team | Care team | 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 | App | 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 |
|