<xsd:complexType name="SpeakingEventType">
<xsd:sequence>
<xsd:element name="Title" type="xsd:string" minOccurs="0" />
<xsd:element name="Role" type="xsd:string" minOccurs="0" />
<xsd:element name="StartDate" type="FlexibleDatesType" minOccurs="0" />
<xsd:element name="EndDate" type="FlexibleDatesType" minOccurs="0" />
<xsd:element name="EventName" type="xsd:string" />
<xsd:element name="EventType" type="ExtendedEventTypeType" minOccurs="0" />
<xsd:element name="Location" type="xsd:string" minOccurs="0" />
<xsd:element name="Description" type="xsd:string" minOccurs="0" />
<xsd:element name="AffiliatedOrganization" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Link" type="InternetWebAddressType" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="type" type="ExtendedSpeakingTypeType" />
</xsd:complexType>
|