Microsoft Health Schemas

urn:com.microsoft.wc.methods.GetVocabulary:VocabularyParameters

The parameters necessary to request for a particular vocabulary.

Element Sequence

The sequence of elements that make up the type.

NameTypeMin OccursMax OccursSummaryRemarks
vocabulary-keyurn:com.microsoft.wc.vocab:VocabularyKey
1unbounded The unique key used to identify the vocabulary. If the family is not specified in the vocabulary key, the system looks for a vocabulary with the specified name in the HealthVault Vocabularies family. If the version is not specified in the vocabulary key, the system returns the most current version of the vocabulary.
fixed-culturehttp://www.w3.org/2001/XMLSchema:boolean
If fixed-culture is set to false, the platform shall look for the vocabulary items for the culture info specified in the request header. If items are not found for the specified culture, items for the default fallback culture are returned. If fixed-culture is set to true, fallback will not occur and if items are not found for the specified culture empty strings will be returned.

Remarks