Microsoft Health Schemas

urn:com.microsoft.wc.methods.GetThings3:ThingRequestGroup2

Attributes

The element attributes.

NameTypeUseDefault ValueSummaryRemarks
namehttp://www.w3.org/2001/XMLSchema:string
Optional Name of this request group. This is used to distinguish this group from other groups that are specified as part of this same search.
maxhttp://www.w3.org/2001/XMLSchema:nonNegativeInteger
Optional The maximum number of items to be returned for this group.
max-fullhttp://www.w3.org/2001/XMLSchema:nonNegativeInteger
Optional Maximum number of "full" items to be returned for this group. For each request, the server might set a maximum number for complete things that might be returned. Past this maximum, the server will return the list of thing-ids of the results. To retrieve the things represented by these ids, additional GetThings calls can be made with these thing ids supplied in the ThingRequestGroup.

Element Sequence

The sequence of elements that make up the type.

NameTypeMin OccursMax OccursSummaryRemarks

Element Choice

The choice of elements that make up the type.

NameTypeMin OccursMax OccursSummaryRemarks
idurn:com.microsoft.wc.types:guid
0unbounded Specifies thing ids that need to be returned.
keyurn:com.microsoft.wc.thing:ThingKey
0unbounded Specifies keys of things that need to be returned.
client-thing-idurn:com.microsoft.wc.types:string255
0unbounded Specifies client assigned ids of things that need to be returned.
filterurn:com.microsoft.wc.methods.GetThings:ThingFilterSpec
0unbounded Specifies a filter for things to be retrieved based on the properties of the thing.
formaturn:com.microsoft.wc.methods.GetThings3:ThingFormatSpec2
Specifies a view for the results.
current-version-onlyhttp://www.w3.org/2001/XMLSchema:boolean
01 Specifies whether or not we should return only the current version of things that satisfy the filter. This is true by default. If set to false all the versions of the thing are returned.

Remarks