-
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…
-
We have a routine that validates instances against self-generated xsds. It's a rare thing but every once in a while, the xsd itself is in question, so instead of marking every instance as invalid I wo…
-
### Feature or Problem Description
Add schema compatibility rules for XSD.
### Proposed Solution
A solution similar with the [JSON compatibility rules](https://github.com/Apicurio/apicurio-r…
-
There appears to be a bug in Virtuoso quad store when attempting to update a quadruple where the object is a literal of type `xsd:gYearMonth` and the new object is a literal of type `xsd:date` with th…
-
Due to the repose on https://github.com/opengeospatial/ogc-geosparql/issues/553 should we update:
https://github.com/Sveino/Inst4CIM-KG/blob/8a1846e8f766dd89a2ff5142d597344326b343ac/source/CGMES-NC…
-
In order to separate out results at a more granular level, for certain technologies such as database instances, databases, webservers, websites, containers, I am proposing that XCCDF be updated to con…
-
I am building XML schemas based on the XSD 1.1 specification, which is not supported by `vscode-xml`. I would like to ignore errors on lines that use XSD 1.1 features to avoid being distracted by thes…
-
1. Zeep version: 3.
2. The WSDL you are using: 3º part wsdl
3. I found a problem parsing a WSDL file, the problem is in the next function of parser.py
```
def parse_abstract_message(wsdl, xmlel…
-
XSD files can have `memberTypes` which are unions of two or more types. In this case, we need to find which of those types is most generic and use it for matching the DSA type.
### Examples
- https…
-
In XSD files, some elements can use complex types, which can themselves have elements with types that refer to previous elements. This is handled in a way that it doesn't produce an infinite recursion…