complexType "myPresenceType"
Namespace:
Content:
complex, 2 attributes, 2 elements
Defined:
globally in myPresence.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (2):
endpoint (in myPresence), subscription (in myPresence)
All Direct / Indirect Based Elements (1):
myPresence
Known Usage Locations
Annotation
This element defines the basic <b>myPresence</b> types.
XML Source (see within schema source)
<xsd:complexType name="myPresenceType">
<xsd:annotation>
<xsd:documentation>
This element defines the basic
<b>myPresence</b>
types.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<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>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="subscription" type="hs:subscriptionType"/>
</xsd:sequence>
<!-- standard attributes for the root element -->
<xsd:attributeGroup ref="hs:documentRootAttributeGroup"/>
</xsd:complexType>
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 (this) 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 (this) myPresenceType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="subscription" type="hs:subscriptionType"/>