The parameters necessary to request for a particular vocabulary.
The sequence of elements that make up the type.
| Name | Type | Min Occurs | Max Occurs | Summary | Remarks |
|---|---|---|---|---|---|
| vocabulary-key | urn:com.microsoft.wc.vocab:VocabularyKey | 1 | unbounded | 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-culture | http://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. |