Definition Type: ComplexType
Name: lsttrainingsessionHistoryResponse
Namespace: http://www.webex.com/schemas/2002/06/service/history
Type: serv:bodyContentType
Containing Schema: history.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into matchingRecords Drilldown into trainingSessionHistory Drilldown into bodyContentTypeXSD Diagram of lsttrainingsessionHistoryResponse
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="lsttrainingsessionHistoryResponse">
    <xsd:complexContent>
        <xsd:extension base="serv:bodyContentType">
            <xsd:sequence>
                <xsd:element name="trainingSessionHistory" type="history:trainSessionHistoryInstanceType" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element name="matchingRecords" type="serv:matchingRecordsType" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
trainingSessionHistory history:trainingSessionHistory 0 unbounded
matchingRecords history:matchingRecords 0 (1)
Collapse Derivation Tree: