The sequence of elements that make up the type.
| Name | Type | Min Occurs | Max Occurs | Summary | Remarks |
|---|---|---|---|---|---|
| name | urn:com.microsoft.wc.thing.types:stringnz | Consumer-friendly name. | |||
| render-filename | urn:com.microsoft.wc.thing.types:stringnz | 0 | The fully qualified name of the SilverLight application. | In current implementations, the xap files themselves must be hosted by Microsoft. This name will be used to look-up the src location of the widget for the purpose of display. | |
| public-url | urn:com.microsoft.wc.thing.types:stringnz | 0 | The url that renders the application, suitable for IFrame embedding. | ||
| configuration-url | urn:com.microsoft.wc.thing.types:stringnz | 0 | The url to the application's configuration page. | This page is where the user can enable/disable the application. | |
| open-query-id | urn:com.microsoft.wc.thing.types:guid | 0 | Identifier to pass to open query. | The open query is executed by referencing {platform url}/OpenQuery.ashx?id={open-query-id} This is used when HealthVault serves data to the application directly. | |
| application-data-url | urn:com.microsoft.wc.thing.types:stringnz | 0 | Url to obtain data from the application. | If there is application specific data, or data that needs to be served from the application rather than directly from HealthVault, then this field should contain the fully qualified https url. |