SynBioDex / SBOL-specification

The Synthetic Biology Open Language (SBOL)
http://sbolstandard.org
14 stars 9 forks source link

Change the namespace for the XML Schema #395

Closed goksel closed 3 years ago

goksel commented 3 years ago

The "http://www.w3.org/2001/XMLSchema" namespace should be used to identify XML schema datatypes, if the tools include these datatypes within SBOL data.

E.g. http://www.w3.org/2001/XMLSchema#int

Currently , the spec uses "http://www.w3.org/TR/xmlschema11-2/#".

Please see section 3.1 and C1 for more details at "https://www.w3.org/TR/xmlschema11-2".

goksel commented 3 years ago

The float type should also be added to the XMLSchema data types, since float is used in measurements.