Documentation for fieldgml

Complex Type: HistoryPropertyType

[Table of contents]

Super-types: None
Sub-types:
Name HistoryPropertyType
Abstract no
Documentation The history relationship associates a feature with a sequence of TimeSlice instances.
XML Instance Representation
<...>
Start Sequence [1..*]
<gml:_TimeSlice> ... </gml:_TimeSlice> [1]
End Sequence
</...>
Diagram
h1284574793
Schema Component Representation
<complexType name="HistoryPropertyType">
<sequence maxOccurs="unbounded">
<element ref=" gml:_TimeSlice "/>
</sequence>
</complexType>