<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="attendeeOptionsType">
<xsd:sequence>
<xsd:element name="requireUcfDiagnosis" type="xsd:boolean" minOccurs="0" />
<xsd:element name="excludePassword" type="xsd:boolean" minOccurs="0" />
<xsd:element name="emailInvitations" type="xsd:boolean" default="false" minOccurs="0" />
<xsd:element name="participantLimit" minOccurs="0">
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="0" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|