complexType "endpointType"
Namespace:
Content:
complex, 4 attributes, 3 elements
Defined:
globally in myPresence.xsd; see XML source
Includes:
definitions of 1 attribute, 3 elements
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (3):
argot (in endpoint), deviceUuid (in endpoint), expiresAt (in endpoint)
All Direct / Indirect Based Elements (1):
endpoint (in myPresence)
Known Usage Locations
Annotation
This stores an endpoint, designating a user agent. The definition of a user agent is intentionally left open. It is simply defined as the information expressed by its argots. It may have one deviceUuid associated with it, but this is not required.
XML Source (see within schema source)
<xsd:complexType name="endpointType">
<xsd:annotation>
<xsd:documentation>
This stores an endpoint, designating a user agent. The definition of a user agent is intentionally left open. It is simply
defined as the information expressed by its argots. It may have one deviceUuid associated with it, but this is not required.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="deviceUuid" type="hs:uuidType"/>
<xsd:element minOccurs="0" name="expiresAt" type="xsd:dateTime"/>
<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>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attributeGroup ref="hs:standardBlueAttributeGroup"/>
</xsd:complexType>
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 (this) 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 (this) 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 (this) 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 (this) endpointType complexType
XML Source (see within schema source)
<xsd:element minOccurs="0" name="expiresAt" type="xsd:dateTime"/>