Skip to content

Fix UnsignedInt XSD type name#589

Merged
s-heppner merged 1 commit into
eclipse-basyx:developfrom
rwth-iat:fx/UnsignedInt-wrong-xsd-name
Jul 13, 2026
Merged

Fix UnsignedInt XSD type name#589
s-heppner merged 1 commit into
eclipse-basyx:developfrom
rwth-iat:fx/UnsignedInt-wrong-xsd-name

Conversation

@JAB1305

@JAB1305 JAB1305 commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Previously, UnsignedInt was mapped to the XSD type name xs:unsignedByte in XSD_TYPE_NAMES, and UnsignedByte had no entry. As a result, serialized UnsignedInt values were tagged with the wrong XSD type and UnsignedByte values could not be serialized.

This change corrects the mapping of UnsignedInt to xs:unsignedInt and adds the missing UnsignedByte entry mapped to xs:unsignedByte.

Fixes #560

Previously, UnsignedInt was mapped to the XSD type name xs:unsignedByte in XSD_TYPE_NAMES, and UnsignedByte had no entry. As a result, serialized UnsignedInt values were tagged with the wrong XSD type and UnsignedByte values could not be serialized.

This change corrects the mapping of UnsignedInt to xs:unsignedInt and adds the missing UnsignedByte entry mapped to xs:unsignedByte.

Fixes eclipse-basyx#560

@s-heppner s-heppner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@s-heppner s-heppner merged commit 3e0dc77 into eclipse-basyx:develop Jul 13, 2026
15 checks passed
@s-heppner s-heppner deleted the fx/UnsignedInt-wrong-xsd-name branch July 13, 2026 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants