<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="createMeetingAttendee">
<xsd:complexContent>
<xsd:extension base="att:attendeeType">
<xsd:sequence>
<xsd:element name="attendees" type="att:attendeeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="validateFormat" type="xsd:boolean" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|