simpleType TimeIndeterminateValueType
namespace http://www.opengis.net/gml
type restriction of xs:string
used by
attribute TimePositionType/@indeterminatePosition
facets
Kind Value annotation 
enumeration after 
enumeration before 
enumeration now 
enumeration unknown 
annotation
documentation
This enumerated data type specifies values for indeterminate positions.
source <xs:simpleType name="TimeIndeterminateValueType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">This enumerated data type specifies values for indeterminate positions.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="string">
   
<xs:enumeration value="after"/>
   
<xs:enumeration value="before"/>
   
<xs:enumeration value="now"/>
   
<xs:enumeration value="unknown"/>
 
</xs:restriction>
</xs:simpleType>


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