<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="attendeeOptionsType">
<xsd:sequence>
<xsd:element name="request" type="xsd:boolean" minOccurs="0" />
<xsd:element name="registration" type="xsd:boolean" minOccurs="0" />
<xsd:element name="auto" type="xsd:boolean" minOccurs="0" />
<xsd:element name="registrationPWD" type="xsd:string" minOccurs="0" />
<xsd:element name="maxRegistrations" type="xsd:long" minOccurs="0" />
<xsd:element name="registrationCloseDate" type="xsd:string" 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:int">
<xsd:minInclusive value="0" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|