Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

[old namespace] get supplementaries #697

Open
G31B3L opened this issue Mar 18, 2024 · 0 comments
Open

[old namespace] get supplementaries #697

G31B3L opened this issue Mar 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@G31B3L
Copy link

G31B3L commented Mar 18, 2024

xs = specPart.GetRelationshipsByType("http://www.admin-shell.io/aasx/relationships/aas-suppl");

Old namespace:
xs = specPart.GetRelationshipsByType(http://www.admin-shell.io/aasx/relationships/aas-suppl);

Change it to (remove "www."):
xs = specPart.GetRelationshipsByType(http://admin-shell.io/aasx/relationships/aas-suppl);

@G31B3L G31B3L added the bug Something isn't working label Mar 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant