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 maxOccurs="unbounded">
        <element ref="gml:_TimeSlice" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_TimeSlice gml:_TimeSlice (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:historygml:TrackType,