aas-core-works / aas-core-meta

Provide formalized meta-models for Asset Administration Shell (AAS).
Other
9 stars 3 forks source link

Make `Path_type` match `xs:AnyUri` #322

Closed g1zzm0 closed 1 month ago

g1zzm0 commented 7 months ago

In V3.1, the path type is changed, so that it does not conform anymore to RFC 8089 (paths in filesystems), but conforms to an URI (i.e., xs:anyURI). Moreover, we also adapt the documentation to refer to XML schema 1.0 instead of 1.1, according to the book.

mristin commented 7 months ago

@g1zzm0 please don't forget to change the commit message to the pull request description when you squash & merge (or alternatively, shoot me an email so that I can merge).

mristin commented 7 months ago

I also see that the CI fails -- have you run the formatting on your side?

In the virtual environment, you can simply run:

continuous_integration/precommit.py --overwrite
mristin commented 1 month ago

I'm closing this issue to avoid the confusion. The change from the Path to xs:anyURI is (most probably) expected in V3.1.