element <PresenceArgot> (global)
Namespace:
Type:
Content:
empty, 3 attributes
Defined:
globally in myPresence.xsd; see XML source
Used:
never
XML Representation Summary
<PresenceArgot
   
 = 
xsd:int
 = 
xsd:int
 = 
xsd:int
/>
XML Source (see within schema source)
<xsd:element name="PresenceArgot" type="PresenceArgotType"/>
Attribute Detail (all declarations; 3/3)
availability
Type:
xsd:int, predefined
Use:
required
Defined:
locally within 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 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 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>