Definition Type: ComplexType
Name: dateTimeRangeType
Namespace: http://base.google.com/ns/1.0
Containing Schema: base.xsd
Abstract
Documentation:
Defines a time interval.
Collapse XSD Schema Diagram:
Drilldown into end in schema base_xsd Drilldown into start in schema base_xsdXSD Diagram of dateTimeRangeType in schema base_xsd (GoogleBase Feed)
Collapse XSD Schema Code:
<xs:complexType name="dateTimeRangeType">
    <xs:annotation>
        <xs:documentation> 
        Defines a time interval.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="start" type="xs:dateTime" />
        <xs:element name="end" type="xs:dateTime" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
start gn:start (1) (1)
end gn:end 0 (1)
Collapse Derivation Tree:
Collapse References:
gn:course_date_range, gn:customDateTimeRangeExample, gn:event_date_range, gn:travel_date_range