Describes the information related to a thing type
The sequence of elements that make up the type.
| Name | Type | Min Occurs | Max Occurs | Summary | Remarks |
|---|---|---|---|---|---|
| id | urn:com.microsoft.wc.types:guid | Unique thing type identifier | |||
| name | http://www.w3.org/2001/XMLSchema:string | Friendly name | |||
| uncreatable | http://www.w3.org/2001/XMLSchema:boolean | 0 | 1 | Specifies whether the thing type can be created or not | |
| immutable | http://www.w3.org/2001/XMLSchema:boolean | 0 | 1 | Specifies whether the thing type can be updated or not | |
| singleton | http://www.w3.org/2001/XMLSchema:boolean | 0 | 1 | Specifies whether the thing type is a singleton | |
| xsd | http://www.w3.org/2001/XMLSchema:string | 0 | 1 | xsd schema describing a thing type | |
| columns | urn:com.microsoft.wc.methods.response.GetThingType:Columns | 0 | 1 | Display columns defined for the thing type | |
| transforms | urn:com.microsoft.wc.methods.response.GetThingType:Transforms | 0 | 1 | Transforms defined for this thing type | |
| transform-source | urn:com.microsoft.wc.methods.response.GetThingType:TransformSource | 0 | unbounded | The transforms and XSL source defined for this thing type. | |
| image | urn:com.microsoft.wc.methods.response.GetThingType:Image | 0 | unbounded | The requested images that the thing type supports. | |
| versions | urn:com.microsoft.wc.methods.response.GetThingType:Versions | 0 | 1 | The collection of all versions for a thing type. | |
| effective-date-xpath | http://www.w3.org/2001/XMLSchema:string | 0 | 1 | The XPath query for obtaining the effective date |