Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix sdfData multiplicities in UML diagram #73

Merged
merged 1 commit into from Apr 19, 2022

Conversation

JKRhb
Copy link
Collaborator

@JKRhb JKRhb commented Apr 6, 2022

Having a closer look on the UML diagram in the document, I noticed that the multiplicities of sdfInputData in sdfAction and sdfOutputData in sdfEvent are currently set to 1+, while both fields are defined as optional in the CDDL schema.

This PR therefore changes the multiplicity of both definitions to 0+, asuming that this is the correct value here. Otherwise the schema might need to be adjusted.

@JKRhb
Copy link
Collaborator Author

JKRhb commented Apr 11, 2022

Hmm, as a side note and a more general discussion point: The relationships between the classes are not rendered really well in the final text representation (the multiplicities, for example, are not rendered at all). Do you think it is beneficial to have the class diagram in the final draft nonetheless? Or could there be a different visual representation of the class structure which includes more information? Leaving the diagram as is would be fine, I suppose, but it also does not add that much additional value at the moment.

(This comment could be converted into an issue once the PR is merged if these questions are worth discussing.)

@cabo cabo merged commit a7c04d1 into ietf-wg-asdf:master Apr 19, 2022
@JKRhb JKRhb deleted the uml-diagram-fix branch June 17, 2022 02:25
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.

None yet

3 participants