Documentation for fieldgml

Simple Type: SuccessionType

[Table of contents]

Super-types: string < SuccessionType (by restriction)
Sub-types: None
Name SuccessionType
Content
  • Base XSD Type: string
  • value comes from list: {'substitution'|'division'|'fusion'|'initiation'}
Documentation Feature succession is a semantic relationship derived from evaluation of observer, and Feature Substitution, Feature Division and Feature Fusion are defined as associations between previous features and next features in the temporal context. Successions shall be represented in either following two ways. * define a temporal topological complex element as a feature element * define an association same as temporal topological complex between features.
Diagram
Schema Component Representation
<simpleType name="SuccessionType">
<restriction base=" string ">
<enumeration value="substitution"/>
<enumeration value="division"/>
<enumeration value="fusion"/>
<enumeration value="initiation"/>
</restriction>
</simpleType>