Changeset 1951
- Timestamp:
- 04/01/07 14:45:29 (14 years ago)
- Location:
- TI02-CSML/trunk/csml/XMLInstances
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/trunk/csml/XMLInstances/CSMLExample.xml
r1950 r1951 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- edited with XMLSPY v5 rel. 3 U (http://www.xmlspy.com) by Andrew Woolf (CCLRC) --> 3 < GridSeriesFeaturexmlns="http://ndg.nerc.ac.uk/csml" xmlns:gml="http://www.opengis.net/gml" xmlns:swe="http://www.opengis.net/swe" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://ndg.nerc.ac.uk/csml3 <Dataset xmlns="http://ndg.nerc.ac.uk/csml" xmlns:gml="http://www.opengis.net/gml" xmlns:swe="http://www.opengis.net/swe" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://ndg.nerc.ac.uk/csml 4 4 ../XMLSchemas/csmlMain.xsd" gml:id="GS0001"> 5 <value> 5 <gml:FeatureCollection> 6 <gml:featureMembers> 7 <GridSeriesFeature> 8 <value> 6 9 <GridSeriesCoverage gml:id="GS0001-coverage"> 7 10 <gridSeriesDomain> … … 74 77 </value> 75 78 <parameter xlink:href="CFStandardNames.xml#air_temperature"/> 76 </GridSeriesFeature> 79 </GridSeriesFeature> 80 </gml:featureMembers> 81 </gml:FeatureCollection> 82 </Dataset>
Note: See TracChangeset
for help on using the changeset viewer.