-
Deduplication of models right now is a Cartesian product, which is quite inefficient. It's an O(n^2) problem.
This isn't quite straightforward to solve. We can't hash the key needed for comparison,…
-
Probably wise to use Ox (https://github.com/ohler55/ox) which is a very fast parser. While it does necessarily recover well, we do not expect XSD files being very broken like HTML files.
We should …
-
**Is your feature request related to a problem? Please describe.**
Yes, the current `ruleset_2_0_0.xsd` schema enforces the presence of the `` element in each ruleset file by setting `minOccurs="1"`.…
-
** Liittyykö kehitysideasi ongelmaan? Kuvaile.**
LandXML-skeemassa on sallittu, että tiedosto saa sisältää muiden skeemojen elementtejä, ja Inframodelissa tällä tavoin sisällytettävät laajennukset on…
-
-
Some policies are written which to not clearly define the exact requirement to be verified, but state things such as "verify that the database owner matches system documentation". Without the ability…
-
consider making the | xsd filter a bit smarter:
Add xsd("auto"), which applies the best fitting xsd type to the actual datatype
(copying from IMIS-1598)
-
It appears that some RDF implementations build RDF graphs where literals with recognized datatypes are represented if they were members of the value space instead of in their lexical form. This does…
-
I am trying to test run Java RESTEasy and Jersey projects, as a trial and have installed Apache tomcat v9 from the eclipse system itself.
I was following the tutor when i chanced upon these errors,…
-
Sziasztok!
A számla XML séma validációjához egy összefűzött egyesített XSD állományra lenne szükségem, mert az egyik környezetben, csak egy darab XSD-t fogad a validátor eljárás, így nem tudom átad…