Definition Type: ComplexType
Name: recordAccessHistoryInstanceType
Namespace: http://www.webex.com/schemas/2002/06/service/history
Containing Schema: history.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into timeZoneID Drilldown into viewed Drilldown into downloaded Drilldown into registered Drilldown into creationTime Drilldown into recordName Drilldown into recordIDXSD Diagram of recordAccessHistoryInstanceType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="recordAccessHistoryInstanceType">
    <xsd:sequence>
        <xsd:element name="recordID" type="xsd:long" minOccurs="0" />
        <xsd:element name="recordName" type="xsd:string" minOccurs="0" />
        <xsd:element name="creationTime" type="xsd:string" minOccurs="0" />
        <xsd:element name="registered" type="xsd:long" minOccurs="0" />
        <xsd:element name="downloaded" type="xsd:long" minOccurs="0" />
        <xsd:element name="viewed" type="xsd:long" minOccurs="0" />
        <xsd:element name="timeZoneID" type="xsd:int" default="-1" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
recordID history:recordID 0 (1)
recordName history:recordName 0 (1)
creationTime history:creationTime 0 (1)
registered history:registered 0 (1)
downloaded history:downloaded 0 (1)
viewed history:viewed 0 (1)
timeZoneID history:timeZoneID 0 (1)
Collapse Derivation Tree:
Collapse References:
history:recordAccessHistory