Microsoft Health Schemas

urn:com.microsoft.wc.methods.response.GetServiceDefinition2:XmlMethodVersion

Information about a particular version of one of the Microsoft HealthVault XML web-methods.

Attributes

The element attributes.

NameTypeUseDefault ValueSummaryRemarks
numberhttp://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.

Element Sequence

The sequence of elements that make up the type.

NameTypeMin OccursMax OccursSummaryRemarks
request-schema-urlhttp://www.w3.org/2001/XMLSchema:string
01 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-urlhttp://www.w3.org/2001/XMLSchema:string
01 The URL of the method response schema. The URL points to an .xsd file defining the schema for a response from this method.

Remarks