Definition Type: ComplexType
Name: lstrecordaccessHistory
Namespace: http://www.webex.com/schemas/2002/06/service/history
Type: serv:bodyContentType
Containing Schema: history.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into hostWebExID Drilldown into recordName Drilldown into timeZoneID Drilldown into listControl Drilldown into order Drilldown into viewTimeScope Drilldown into creationTimeScope Drilldown into bodyContentTypeXSD Diagram of lstrecordaccessHistory
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="lstrecordaccessHistory">
    <xsd:complexContent>
        <xsd:extension base="serv:bodyContentType">
            <xsd:sequence>
                <xsd:element name="creationTimeScope" type="history:creationTimeScopeType" minOccurs="0" />
                <xsd:element name="viewTimeScope" type="history:viewTimeScopeType" minOccurs="0" />
                <xsd:element name="order" type="history:orderRecAccHisType" minOccurs="0" />
                <xsd:element name="listControl" type="serv:lstControlType" minOccurs="0" />
                <xsd:element name="timeZoneID" type="xsd:int" default="-1" minOccurs="0" />
                <xsd:element name="recordName" type="xsd:string" minOccurs="0" />
                <xsd:element name="hostWebExID" type="xsd:string" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
creationTimeScope history:creationTimeScope 0 (1)
viewTimeScope history:viewTimeScope 0 (1)
order history:order 0 (1)
listControl history:listControl 0 (1)
timeZoneID history:timeZoneID 0 (1)
recordName history:recordName 0 (1)
hostWebExID history:hostWebExID 0 (1)
Collapse Derivation Tree: