opensensorhub / sensorml-relaxng

RelaxNG schema for SensorML 2.0
1 stars 1 forks source link

UniqueID value not required to be URN #3

Closed mikebotts closed 7 years ago

mikebotts commented 7 years ago

The SensorML document states that the value of the uniqueID can be a URN but doesn't have to be:

BeginQuote: The value of the gml:identifier can be a URI (e.g. URL or URN) or a series of string characters that uniquely identify the object. An example of a globally unique identifier for a weather station is given below:

urn:icd:stations:FR8766 38a7s8f9d55 EndQuote The RelaxNG needs to be corrected for this as it currently is requiring a URN.
mikebotts commented 7 years ago

Now RelaxNG does not force URN