Definition Type: SimpleType
Name: TimeIndeterminateValueType
Namespace: http://www.opengis.net/gml
Containing Schema: temporal.xsd
Documentation:
This enumerated data type specifies values for indeterminate positions.
Collapse XSD Schema Diagram:
XSD Diagram of TimeIndeterminateValueType in schema temporal_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<simpleType name="TimeIndeterminateValueType">
    <annotation>
        <documentation xml:lang="en">
        This enumerated data type specifies values for indeterminate positions.
      </documentation>
    </annotation>
    <restriction base="string">
        <enumeration value="after" />
        <enumeration value="before" />
        <enumeration value="now" />
        <enumeration value="unknown" />
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Enumeration after
Enumeration before
Enumeration now
Enumeration unknown
Collapse Derivation Tree:
Collapse References:
gml:indeterminatePosition