Definition Type: ComplexType
Name: startTimeRangeType
Namespace: http://www.webex.com/schemas/2002/06/service/history
Containing Schema: history.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into startTimeEnd Drilldown into startTimeStartXSD Diagram of startTimeRangeType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="startTimeRangeType">
    <xsd:sequence>
        <xsd:element name="startTimeStart" type="xsd:string" />
        <xsd:element name="startTimeEnd" type="xsd:string" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
startTimeStart history:startTimeStart (1) (1)
startTimeEnd history:startTimeEnd (1) (1)