GfSE / SpecIF

Specification Integration Facility - schema, constraint checker and examples
Apache License 2.0
15 stars 6 forks source link

New dataType 'xs:anyURI' ? #38

Closed odungern closed 4 years ago

odungern commented 4 years ago

As dataTypes (among other purposes) serve for checking user input of SpecIF model editors, a type for URIs resp. URLs would help. For example, if a property has a dataType 'xs:dateTime' or 'xs:integer', a key-by-key input check may determine using a regex whether the user-input is valid. The same is possible, if there is a dataType as known in XML, see xs:anyURI.

odungern commented 4 years ago

Implemented, see SpecIF schema v1.1.