element <endpoint> (local)
Namespace:
Type:
Content:
complex, 4 attributes, 3 elements
Defined:
locally within myPresenceType complexType in myPresence.xsd; see XML source
XML Representation Summary
<endpoint
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
 = 
xsd:string
   
>
   
Content: 
</endpoint>
Content model elements (3):
argot (in endpoint), deviceUuid (in endpoint), expiresAt (in endpoint)
Included in content model of elements (1):
myPresence
Annotation
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>
Attribute Detail (all declarations; 4/4)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>

name
Type:
xsd:string, predefined
Use:
required
Defined:
locally within endpointType complexType
XML Source (see within schema source)
<xsd:attribute name="name" type="xsd:string" use="required"/>
Content Element Detail (all declarations; 3/3)
argot
Type:
argotType, complex content
Defined:
locally within endpointType complexType
Collection of argots for this endpoint.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="argot" type="argotType">
<xsd:annotation>
<xsd:documentation>
Collection of argots for this endpoint.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

deviceUuid
Type:
hs:uuidType, simple content
Defined:
locally within endpointType complexType
XML Source (see within schema source)
<xsd:element minOccurs="0" name="deviceUuid" type="hs:uuidType"/>

expiresAt
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within endpointType complexType
XML Source (see within schema source)
<xsd:element minOccurs="0" name="expiresAt" type="xsd:dateTime"/>