Comment
Return to types list
Type Properties
Properties
| Property | Value |
| id | 9f4e0fcd-10d7-416d-855a-90514ce2016b |
| name | Comment |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | mtt, stt, form |
|
Type Details
|
|
|
|
comment A comment associated with another data item.
| Name | Type | IsRequired | Description |
| when | d:approx-date-time | Yes | The date and time associated with the comment. |
| content | t:stringnznw | Yes | The text content of this comment. |
| category | t:codable-value | No | The category of the comment. The category can be used to group related comments together. |
|
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.comment" targetNamespace="urn:com.microsoft.wc.thing.comment" 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">9f4e0fcd-10d7-416d-855a-90514ce2016b</type-id>
<type-name xmlns="http://www.w3.org/2001/XMLSchema">comment</type-name>
<summary xmlns="http://www.w3.org/2001/XMLSchema">A comment associated with another data item.</summary>
<effective-date-element xmlns="http://www.w3.org/2001/XMLSchema">when</effective-date-element>
</documentation>
</annotation>
<element name="comment">
<complexType>
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">A comment associated with another data item.</summary>
</documentation>
</annotation>
<sequence>
<element name="when" type="d:approx-date-time">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The date and time associated with the comment.</summary>
</documentation>
</annotation>
</element>
<element name="content" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The text content of this comment.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="category" type="t:codable-value">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The category of the comment.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">The category can be used to group related comments together.</remarks>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
</element>
</schema>
Columns
Columns describe this type in the STT and MTT transformations.
Columns
| Tag | Label | Type | Width |
| when | When | String | 100 |
| content | Content | String | 100 |
| category | Category | 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 |
|