All Element Summary |
||||||||||||
|
||||||||||||
This element specifies key information used to zoom in on the document being manipulated.
|
||||||||||||
|
||||||||||||
This element specifies the authentication realm for the spn in question.
|
||||||||||||
This element specifies that the fields below are for a referral.
|
||||||||||||
|
||||||||||||
This element specifies the spn in question.
|
||||||||||||
This element specifies to the to destination URL.
|
Complex Type Summary |
||||||||||
|
<xsd:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/hs/2001/10/myServices" version="1.0" xmlns="http://schemas.microsoft.com/hs/2001/10/myServices" xmlns:hs="http://schemas.microsoft.com/hs/2001/10/core" xmlns:xdb="urn:schemas-microsoft-com:xdb" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Schema for .NET Services service
</xsd:documentation>
Copyright (c) 2001 Microsoft Corporation. All rights reserved.
<xdb:blue select="/myServices"/>
</xsd:appinfo>
<xdb:blue select="/myServices/*"/>
<xdb:red select="//@changeNumber"/>
<xdb:red select="//@id"/>
<xdb:red select="//@creator"/>
<xdb:red select="//cat/@ref"/>
<xdb:red select="/myServices/service/@name"/>
<xdb:red select="/myServices/service/$any"/>
<xdb:namespaceMap>
<xdb:mapping alias="m" uri="http://schemas.microsoft.com/hs/2001/10/myServices"/>
</xdb:namespaceMap>
<xdb:mapping alias="hs" uri="http://schemas.microsoft.com/hs/2001/10/core"/>
<xsd:import namespace="http://schemas.microsoft.com/hs/2001/10/core" schemaLocation="hscommon.xsd"/>
<!--
// // myServices // - root element for the .NET Services service // -->
<xsd:complexType>
</xsd:element>
<xsd:annotation>
</xsd:complexType>
<xsd:documentation>
</xsd:annotation>
This element encapsulates the content document for the service.
</xsd:documentation>
<xsd:sequence>
</xsd:sequence>
<!--
// // serviceType // //-->
<xsd:annotation>
</xsd:annotation>
</xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="cat" type="hs:catType"/>
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
This element specifies key information used to zoom in on the document being manipulated.
</xsd:documentation>
This information includes the PUID that owns the document, the instance id of the document, and the cluster or partition key used to locate the machine resources that hold the document. <p/>
In certain situations, a client will want to send the same message to a number a instances of a particular
service. In order to do this, the client may repeat this element multiple times. The cluster attributes in all elements must match each other, but the puid and instance attributes may differ. A unique response message is generated for each key specified. <p/>
The entire contents of this element come from the .NET Services service.
<xsd:attribute name="puid" type="hs:puidType" use="required">
</xsd:complexType>
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This element specifies the PUID of the entity that "owns" the service being accessed. In
</xsd:documentation>
the case of a "myProfile" service, this element is equivalent to the "my".
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This element specifies the particular instance of the service for this id being accessed.
</xsd:documentation>
For example, if a given id is provisioned with multiple .NET Calendar documents on the same cluster and in the same data center, the documents would differ only by this value.
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This element specifies information used by the .NET My Services system to locate the document on
</xsd:documentation>
a particular back-end server or database. It is used as the virtual partition key for the document being addressed. This technique is preferable to computing this partition key based on some hash of the puid/instance.
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
This element specifies that the fields below are for a referral.
</xsd:documentation>
<xsd:annotation>
</xsd:annotation>
</xsd:element>
<xsd:annotation>
</xsd:annotation>
</xsd:element>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
This element specifies the authentication realm for the spn in question.
</xsd:documentation>
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This element contains the name of the service being accessed by this request message. For example,
</xsd:documentation>
to access the .NET Profile service, this attribute will have the value "myProfile". </xsd:schema>
|