<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="trainingAttendeeHistoryInstanceType">
<xsd:complexContent>
<xsd:extension base="serv:bodyContentType">
<xsd:sequence>
<xsd:element name="sessionKey" type="xsd:long" minOccurs="0" />
<xsd:element name="confName" type="xsd:string" minOccurs="0" />
<xsd:element name="attendeeName" type="xsd:string" minOccurs="0" />
<xsd:element name="attendeeEmail" type="xsd:string" minOccurs="0" />
<xsd:element name="startTime" type="xsd:string" minOccurs="0" />
<xsd:element name="endTime" type="xsd:string" minOccurs="0" />
<xsd:element name="duration" type="xsd:int" minOccurs="0" />
<xsd:element name="registered" type="xsd:string" minOccurs="0" />
<xsd:element name="invited" type="xsd:string" minOccurs="0" />
<xsd:element name="company" type="xsd:string" minOccurs="0" />
<xsd:element name="title" type="xsd:string" minOccurs="0" />
<xsd:element name="phone" type="xsd:string" minOccurs="0" />
<xsd:element name="address1" type="xsd:string" minOccurs="0" />
<xsd:element name="address2" type="xsd:string" minOccurs="0" />
<xsd:element name="city" type="xsd:string" minOccurs="0" />
<xsd:element name="state" type="xsd:string" minOccurs="0" />
<xsd:element name="country" type="xsd:string" minOccurs="0" />
<xsd:element name="zip" type="xsd:string" minOccurs="0" />
<xsd:element name="ipAddress" type="xsd:string" minOccurs="0" />
<xsd:element name="participantType" type="history:participantTypeType" minOccurs="0" />
<xsd:element name="voipDuration" type="xsd:int" minOccurs="0" />
<xsd:element name="clientAgent" type="xsd:string" minOccurs="0" />
<xsd:element name="confID" type="xsd:long" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|