<?xml version="1.0" encoding="utf-16"?>
<xs:element name="attendees">
<xs:complexType>
<xs:sequence>
<xs:element name="version" type="xs:string" />
<xs:element name="timestamp" type="xs:dateTime" />
<xs:element name="source" type="xs:string" />
<xs:element name="participants" type="Participant" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="message" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
|