| namespace | http://www.opengis.net/swe/1.0.1 | ||||||
| type | union of (xs:date, xs:time, xs:dateTime, gml:TimeIndeterminateValueType) | ||||||
| used by |
| ||||||
| annotation |
| ||||||
| source | <xs:simpleType name="timeIso8601"> <xs:annotation> <xs:documentation>Choice of time position encodings, not including numeric representation. A minor variation on gml:TimePositionUnion - carrying "indeterminate value" as content instead of an attribute.</xs:documentation> </xs:annotation> <xs:union memberTypes="xs:date xs:time xs:dateTime gml:TimeIndeterminateValueType"/> </xs:simpleType> |