Changeset 219
- Timestamp:
- 07/01/08 15:33:34
- Files:
-
- docs/usc/docs/schemas/obskml.xml.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
docs/usc/docs/schemas/obskml.xml.txt
r218 r219 7 7 <!-- qc_level and qc_flag elements could be added with each obs to satisfy current qc reuirements --> 8 8 9 <!-- key id fields form a unique named key to a platform_id and/or sensor_id collection of measurments on the database, in an associated obsKML file or elsewhere. 10 a string concatenation of platform fields(organization.platform.package) and sensor fields(obsType.uomType.sOrder) like 11 carocoops.FRP2.buoy.water_temperature.celsius.1 12 13 If sOrder is not specified it is defaulted to '1' so the full sensor path to the below two id's would be: 14 15 carocoops.CAP1.buoy.air_temperature.celsius.1 16 carocoops.CAP1.buoy.water_temperature.celsius.1 17 --> 18 9 19 <kml xmlns="http://earth.google.com/kml/2.1"> 10 20 <Document> … … 12 22 <open>1</open> 13 23 <Placemark id="carocoops.CAP1.buoy"> 14 <name>carocoops.CAP1.buoy</name> <!-- the name field is the preferred element for capturing the platform_id (organization.platform.package) related fields -->24 <name>carocoops.CAP1.buoy</name> <!-- the name field is the preferred element for capturing the platform_id (organization.platform.package) related key id fields --> 15 25 <description>An html table derived from the obs kml metadata tags might be displayed here</description> 16 26 <Point> … … 23 33 24 34 <obs> 25 <obsType>air_temperature</obsType> 26 <uomType>celsius</uomType> 35 <obsType>air_temperature</obsType> <!-- key id field --> 36 <uomType>celsius</uomType> <!-- key id field --> 27 37 <value>21</value> 28 38 <elev>3</elev> … … 30 40 31 41 <obs> 32 <obsType>water_temperature</obsType> 33 <uomType>celsius</uomType> 42 <obsType>water_temperature</obsType> <!-- key id field --> 43 <uomType>celsius</uomType> <!-- key id field --> 34 44 <value>16</value> 35 45 <elev>-1</elev>
