-
Am trimis intentionat 2 contracte prin API din care unu valid si unu care nu exista
si am primit urmatorul raspuns sincron:
62538528-D43F-428E-BD25-4C26D36DF393
TIBS
1
…
-
ERDi, MESA:
**Background**
B2MML does not have an error handling schema. A basic set of error handling logic should be considered by MESA as starting point for users.
**Solution**
ADD: B2MML…
-
Found thanks to OCR-D/core#470:
```xml
assets/data/page_dewarp/data/mets.xml: Line 3: Element '{http://www.loc.gov/METS/}metsHdr', attribute 'CREATEDATE': '2018-11-14 18:22:49.558544' is not a…
-
This xsd generates the following golang code, which fails to compile with the following reason.
What I see is [xsd:integer is different from xsd:int ](http://stackoverflow.com/questions/15336872/xsd-w…
-
```rust
#[derive(Default, PartialEq, Debug, YaSerialize, YaDeserialize)]
#[yaserde()]
pub struct Example {
#[yaserde(attribute, rename = "Version")]
pub version: xsd::UnsignedInt,
…
-
### Feature Request
Currently, if type have an complexType with sequence of any, empty class is generated. This leads data loss, as the content of this element is not converted. Unfortunately I wa…
-
Please consider adding support for prohibited keys in maps. This is similar to `use = prohibited` on attributes in xsd (see https://learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/…
-
In [this XSD](https://sanaregistry.org/r/ndmxml_qualified/ndmxml-3.0.0-common-3.0.xsd), the following type exists:
```
```
Because `xsd-parser` tri…
-
Apologies for posting questions here, but I cannot find any answers on how to solve my issue.
I am in a project where our .Net team will read and write types to the same MongoDB as another team on…
-
DeploymentManifest.XSD is not valid as published here. The following elements refers to undefined types.
<xs:element name="UserX" type="DeploymentUserX" />
<xs:element name="GroupX"…