Concern
Return to types list
Type Properties
Properties
| Property | Value |
| id | aea2e8f2-11dd-4a7d-ab43-1d58764ebc19 |
| name | Concern |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | form, mtt, stt |
|
Type Details
|
|
|
|
concern A concern that a person has about a condition or life issue.
| Name | Type | IsRequired | Description |
| description | t:codable-value | Yes | Description of the concern. |
| status | t:codable-value | No | The state of the concern. Examples include active or inactive. |
|
Schema
Open schema as a file
Verify XML against this schema
<schema xmlns:concern="urn:com.microsoft.wc.thing.concern" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.concern">
<import namespace="urn:com.microsoft.wc.thing.types" schemaLocation="base.xsd" />
<annotation>
<documentation>
<type-id>AEA2E8F2-11DD-4A7D-AB43-1D58764EBC19</type-id>
<type-name>Concern</type-name>
<wrapper-class-name>Concern</wrapper-class-name>
<wrapper-class-fwlink>136077</wrapper-class-fwlink>
<sample-xml-fwlink>136078</sample-xml-fwlink>
<data-type-guide-fwlink>136076</data-type-guide-fwlink>
<summary>A concern that a person has about a condition or life issue. </summary>
<remarks>Concerns are more general than conditions, and are about the person's feelings. Examples include"concerned about managing a chronic condition", "family issues", "emotional issues", etc. </remarks>
</documentation>
</annotation>
<element name="concern">
<complexType>
<annotation>
<documentation>
<summary>A concern that a person has about a condition or life issue. </summary>
<remarks>Concerns are more general than conditions, and are about the person's feelings. Examples include"concerned about managing a chronic condition", "family issues", "emotional issues", etc. </remarks>
</documentation>
</annotation>
<sequence>
<element name="description" type="t:codable-value">
<annotation>
<documentation>
<summary>Description of the concern.</summary>
<preferred-vocabulary>concern-description</preferred-vocabulary>
</documentation>
</annotation>
</element>
<element name="status" type="t:codable-value" minOccurs="0">
<annotation>
<documentation>
<summary>The state of the concern.</summary>
<remarks>Examples include active or inactive.</remarks>
<preferred-vocabulary>concern-status</preferred-vocabulary>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
</element>
</schema>
Columns
Columns describe this type in the STT and MTT transformations.
Columns
| Tag | Label | Type | Width |
| description | Description | String | 100 |
| status | Status | 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 |
|