Microsoft Health Schemas

urn.com.microsoft.wc.thing.application-data-reference.application-data-reference.1.inlinetype

Element Sequence

The sequence of elements that make up the type.

NameTypeMin OccursMax OccursSummaryRemarks
nameurn:com.microsoft.wc.thing.types:stringnz
Consumer-friendly name.
render-filenameurn: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-urlurn:com.microsoft.wc.thing.types:stringnz
0 The url that renders the application, suitable for IFrame embedding.
configuration-urlurn: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-idurn: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-urlurn: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.

Remarks