complexType "PresenceArgotType"
Namespace:
Content:
empty, 3 attributes
Defined:
globally in myPresence.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
   
 = 
xsd:int
 = 
xsd:int
 = 
xsd:int
/>
All Direct / Indirect Based Elements (1):
PresenceArgot
Known Usage Locations
Annotation
This argot represent generic presence data about an endpoint.
XML Source (see within schema source)
<xsd:complexType name="PresenceArgotType">
<xsd:annotation>
<xsd:documentation>
This argot represent generic presence data about an endpoint.
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="availability" type="xsd:int" use="required">
<xsd:annotation>
<xsd:documentation>
The availability of the endpoint. This attribute indicates how fast and reliable communications are to the endpoint.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="responsiveness" type="xsd:int" use="required">
<xsd:annotation>
<xsd:documentation>
The responsiveness of the endpoint. This attribute indicates how quickly the owner of the endpoint is likely to respond.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="userPreference" type="xsd:int" use="required">
<xsd:annotation>
<xsd:documentation>
The user's preference for this endpoint. This attribute indicates whether this endpoint is the user's preferred method of contact.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
Attribute Detail (all declarations; 3/3)
availability
Type:
xsd:int, predefined
Use:
required
Defined:
locally within (this) PresenceArgotType complexType
The availability of the endpoint. This attribute indicates how fast and reliable communications are to the endpoint.
XML Source (see within schema source)
<xsd:attribute name="availability" type="xsd:int" use="required">
<xsd:annotation>
<xsd:documentation>
The availability of the endpoint. This attribute indicates how fast and reliable communications are to the endpoint.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

responsiveness
Type:
xsd:int, predefined
Use:
required
Defined:
locally within (this) PresenceArgotType complexType
The responsiveness of the endpoint. This attribute indicates how quickly the owner of the endpoint is likely to respond.
XML Source (see within schema source)
<xsd:attribute name="responsiveness" type="xsd:int" use="required">
<xsd:annotation>
<xsd:documentation>
The responsiveness of the endpoint. This attribute indicates how quickly the owner of the endpoint is likely to respond.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

userPreference
Type:
xsd:int, predefined
Use:
required
Defined:
locally within (this) PresenceArgotType complexType
The user's preference for this endpoint. This attribute indicates whether this endpoint is the user's preferred method of contact.
XML Source (see within schema source)
<xsd:attribute name="userPreference" type="xsd:int" use="required">
<xsd:annotation>
<xsd:documentation>
The user's preference for this endpoint. This attribute indicates whether this endpoint is the user's preferred method of contact.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>