Definition Type: ComplexType
Name: HistoryPropertyType
Namespace: http://www.opengis.net/gml
Containing Schema: dynamicFeature.xsd
Abstract
Documentation:
The history relationship associates a feature with a sequence of TimeSlice instances.
Collapse XSD Schema Diagram:
Drilldown into _TimeSlice in schema dynamicfeature_xsdXSD Diagram of HistoryPropertyType in schema dynamicfeature_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="HistoryPropertyType">
    <annotation>
        <documentation xml:lang="en">
        The history relationship associates a feature with a sequence of TimeSlice instances.
      </documentation>
    </annotation>
    <sequence>
        <element ref="gml:_TimeSlice" maxOccurs="unbounded" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_TimeSlice gml:_TimeSlice (1) unbounded
Collapse Derivation Tree:
Collapse References:
gml:historygml:TrackType,