Information about a particular version of one of the Microsoft HealthVault XML web-methods.
The element attributes.
| Name | Type | Use | Default Value | Summary | Remarks |
|---|---|---|---|---|---|
| number | http://www.w3.org/2001/XMLSchema:string | Required | The version number of the method. | The version number for a Microsoft HealthVault web-method is a sequencially increasing number starting at one. Breaking changes to a method will increment the version number for the method but old versions of a method are still available to handle requests. The method request must contain the appropriate method version number for the XML schema that it is sending. |
The sequence of elements that make up the type.
| Name | Type | Min Occurs | Max Occurs | Summary | Remarks |
|---|---|---|---|---|---|
| request-schema-url | http://www.w3.org/2001/XMLSchema:string | 0 | 1 | The URL of the method request schema. | The URL points to an .xsd file defining the schema for a request to this method. |
| response-schema-url | http://www.w3.org/2001/XMLSchema:string | 0 | 1 | The URL of the method response schema. | The URL points to an .xsd file defining the schema for a response from this method. |