namespace | http://www.ite.org/tmdd | ||||
type | restriction of xs:int | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Event-location-coordinates-altitude"> <xs:annotation> <xs:documentation> <objectClass>Event</objectClass> <definition>The altitude above sea level. The term altitude is used in place of the more common term elevation for consistency with LRMS. tenths of a meter</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:int"> <xs:minInclusive value="-8191"/> <xs:maxInclusive value="57344"/> </xs:restriction> </xs:simpleType> |