element <myPresence> (global)
Namespace:
Type:
Content:
complex, 2 attributes, 2 elements
Defined:
globally in myPresence.xsd; see XML source
Used:
never
XML Representation Summary
<myPresence
   
 = 
xsd:nonNegativeInteger
 = 
xsd:string
   
>
   
Content: 
</myPresence>
Content model elements (2):
endpoint (in myPresence), subscription (in myPresence)
XML Source (see within schema source)
<xsd:element name="myPresence" type="myPresenceType"/>
Attribute Detail (all declarations; 2/2)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

instanceId
Type:
Use:
optional
Defined:
XML Source (see within schema source)
<xsd:attribute name="instanceId" type="instanceIdType"/>
Content Element Detail (all declarations; 2/2)
endpoint
Type:
endpointType, complex content
Defined:
locally within myPresenceType complexType
Collection of endpoints for this user's .NET Presence service.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="endpoint" type="endpointType">
<xsd:annotation>
<xsd:documentation>
Collection of endpoints for this user's .NET Presence service.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

subscription
Type:
hs:subscriptionType, complex content
Defined:
locally within myPresenceType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="subscription" type="hs:subscriptionType"/>