simpleType SuccessionType
namespace http://www.opengis.net/gml
type restriction of xs:string
facets
Kind Value annotation 
enumeration substitution 
enumeration division 
enumeration fusion 
enumeration initiation 
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.
source <xs:simpleType name="SuccessionType">
 
<xs:annotation>
   
<xs: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.
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="string">
   
<xs:enumeration value="substitution"/>
   
<xs:enumeration value="division"/>
   
<xs:enumeration value="fusion"/>
   
<xs:enumeration value="initiation"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy