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

Arrangement of the Basic Elements #26

Closed
hesrah opened this issue Dec 17, 2021 · 1 comment
Closed

Arrangement of the Basic Elements #26

hesrah opened this issue Dec 17, 2021 · 1 comment
Labels

Comments

@hesrah
Copy link

hesrah commented Dec 17, 2021

A more stylistic point regards the arrangement of the basic elements: We propose to put the info element on top of the xml. From our point of view info element has a header character, so it belongs to the top.

And we propose to bind together the specification elements in a collection list with a specifications (with -s!) element. In our experience is more common model style in xml files as an "open" list mixed with other xml elements (info and introductions).

So, the xml structure would look like this:

    <ids …>
        <info … />
        <specifications>
            <specification … />
            …
            <specification … />
        </specifications>
        <instructions … />
    </ids> 

Instead of IDS 0.4.2:

    <ids …>
        <specification … />
        …
        <specification … />
        <instructions … />
        <info … />
    </ids>
@berlotti berlotti added the to vote on To vote on during next meeting label Dec 17, 2021
@berlotti berlotti added Agreed and removed to vote on To vote on during next meeting labels Jan 4, 2022
@berlotti
Copy link
Member

berlotti commented Jan 5, 2022

Processed in 0.5.0

@berlotti berlotti closed this as completed Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants