complexType "MessengerArgotType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
globally in myPresence.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
XML Representation Summary
<...
   
 = 
("online" | "offline" | "away" | "busy" | "phone" | "lunch")
   
>
   
Content: 
</...>
Content Model Elements (1):
statusMessage (in MessengerArgot)
All Direct / Indirect Based Elements (1):
MessengerArgot
Known Usage Locations
Annotation
This argot represents an instant messaging client's presence.
XML Source (see within schema source)
<xsd:complexType name="MessengerArgotType">
<xsd:annotation>
<xsd:documentation>
This argot represents an instant messaging client's presence.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<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>
</xsd:sequence>
<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>
</xsd:complexType>
Attribute Detail (all declarations; 1/1)
status
Type:
Use:
required
Defined:
locally within (this) 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 (this) 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>