element <MessengerArgot> (global)
Namespace:
Type:
Content:
complex, 1 attribute, 1 element
Defined:
globally in myPresence.xsd; see XML source
Used:
never
XML Representation Summary
<MessengerArgot
   
 = 
("online" | "offline" | "away" | "busy" | "phone" | "lunch")
   
>
   
Content: 
</MessengerArgot>
Content model elements (1):
statusMessage (in MessengerArgot)
XML Source (see within schema source)
<xsd:element name="MessengerArgot" type="MessengerArgotType"/>
Attribute Detail (all declarations; 1/1)
status
Type:
Use:
required
Defined:
locally within MessengerArgotType complexType
The present state of the Messenger client.
XML Source (see within schema source)
<xsd:attribute name="status" type="MessengerStatus" use="required">
<xsd:annotation>
<xsd:documentation>
The present state of the Messenger client.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 1/1)
statusMessage
Type:
hs:string, simple content
Defined:
locally within MessengerArgotType complexType
An unrestricted status message reflecting presence.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="statusMessage" type="hs:string">
<xsd:annotation>
<xsd:documentation>
An unrestricted status message reflecting presence.
</xsd:documentation>
</xsd:annotation>
</xsd:element>