Definition Type: ComplexType
Name: recordAccessDetailHistoryType
Namespace: http://www.webex.com/schemas/2002/06/service/history
Containing Schema: history.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into regFields Drilldown into timeZoneID Drilldown into viewed Drilldown into downloaded Drilldown into registerDate Drilldown into registered Drilldown into accessTime Drilldown into participantEmail Drilldown into participantName Drilldown into viewIDXSD Diagram of recordAccessDetailHistoryType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="recordAccessDetailHistoryType">
    <xsd:sequence>
        <xsd:element name="viewID" type="xsd:long" minOccurs="0" />
        <xsd:element name="participantName" type="xsd:string" minOccurs="0" />
        <xsd:element name="participantEmail" type="xsd:string" minOccurs="0" />
        <xsd:element name="accessTime" type="xsd:string" minOccurs="0" />
        <xsd:element name="registered" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="registerDate" type="xsd:string" minOccurs="0" />
        <xsd:element name="downloaded" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="viewed" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="timeZoneID" type="xsd:int" default="-1" minOccurs="0" />
        <xsd:element name="regFields" type="history:regFieldsType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
viewID history:viewID 0 (1)
participantName history:participantName 0 (1)
participantEmail history:participantEmail 0 (1)
accessTime history:accessTime 0 (1)
registered history:registered 0 (1)
registerDate history:registerDate 0 (1)
downloaded history:downloaded 0 (1)
viewed history:viewed 0 (1)
timeZoneID history:timeZoneID 0 (1)
regFields history:regFields 0 (1)
Collapse Derivation Tree:
Collapse References:
history:recordDetail