-
Using the AASX XML generator with `jackson-dataformat-xml` versions **2.13.*** results in invalid XML.
The deepest child elements are not prefixed.
Here is the generated XML with version `jackson-…
-
I am trying to see if I can import a template, in specific the [Digital Nameplate](https://www.plattform-i40.de/IP/Redaktion/EN/Downloads/Publikation/Submodel_templates-Asset_Administration_Shell-digi…
-
**Problem**
Validator checks for the following cardinalities on properties of `AssetAdministrationShellEnvironment`
- conceptDescriptions [>=1]
- submodels [>=1]
- assetAdministrationShells[>=1]…
-
Since the types represent the lists and not the single elements in the list it is 0..1 multiplicity here (like for assets) and not 0..*
```
==>
```
-
The XML schema defines four possible root elements:
* `aasenv`
```xml
```
* `key` (AAS.xsd)
```xml
```
* `key` (IEC61360.xsd)
```xml
```
* `internalInformat…
-
I somehow miss the data specification for IEC61360 and the one for physical unit in
https://github.com/admin-shell-io/aas-specs/tree/draft-V3RC02-schemas/schemas/xml
-
The old JSON Schema demanded modelType to be a JSON Object: https://github.com/admin-shell-io/aas-specs/blob/d5d6768cd084d9ed41db6543ceaa442899a08ac0/schemas/json/aas.json#L877
For instance:
```
{…
-
I have the following example assets in xml formal:
```xml
CA_AAS
1220_8141_0112_0875
6455_1111_0112_4769
…
-
I am trying to create an instance of `basyx.aas.model.AASReference` and specify its type (see 5.7.10.2 of Details of the Asset Adminstration Shell Version 3.0RC02).
From the examples I see that you…
-
The class `AssetAdministrationShell` inherits from `Referable` and thus need not to specify the `modelType` in the `@serialization` explicitly.
See:
https://github.com/aas-core-works/aas-core-meta…