element <context> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, elem. wildcard
Defined:
locally within subscriptionType complexType in hscommon.xsd; see XML source
Includes:
definitions of 1 attribute, elem. wildcard
XML Representation Summary
<context
   
 = 
xsd:anyURI
   
>
   
Content: 
</context>
Included in content model of elements (14):
subscription, subscription (in myApplicationSettings), subscription (in myCalendar), subscription (in myCategories), subscription (in myContacts), subscription (in myDevices), subscription (in myDocuments), subscription (in myFavoriteWebSites), subscription (in myInbox), subscription (in myLocation), subscription (in myPresence), subscription (in myProfile), subscription (in myWallet), subscription (type subscriptionType)
Annotation
This element returns the <b>context</b> element from the original subscription. Applications should use this element and only this element to correlate the subscription response with one of their subscriptions.
XML Source (see within schema source)
<xsd:element name="context">
<xsd:annotation>
<xsd:documentation>
This element returns the
<b>context</b>
element from the original
subscription. Applications should use this element and only this element
to correlate the subscription response with one of their subscriptions.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
<xsd:attribute name="uri" type="xsd:anyURI" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the URI value chosen by the subscriber
that is associated with this subscription.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 1/1)
uri
Type:
xsd:anyURI, predefined
Use:
required
Defined:
locally within (this) context element
This attribute specifies the URI value chosen by the subscriber that is associated with this subscription.
XML Source (see within schema source)
<xsd:attribute name="uri" type="xsd:anyURI" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the URI value chosen by the subscriber
that is associated with this subscription.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 1/1)
{any element with non-schema namespace}
Defined:
within (this) context element
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>