Definition Type: SimpleType
Name: SuccessionType
Namespace: http://www.opengis.net/gml
Containing Schema: temporalTopology.xsd
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.
Collapse XSD Schema Diagram:
XSD Diagram of SuccessionType in schema temporaltopology_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<simpleType name="SuccessionType">
    <annotation>
        <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.</documentation>
    </annotation>
    <restriction base="string">
        <enumeration value="substitution" />
        <enumeration value="division" />
        <enumeration value="fusion" />
        <enumeration value="initiation" />
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Enumeration substitution
Enumeration division
Enumeration fusion
Enumeration initiation