OAGi / Score

Score
MIT License
9 stars 6 forks source link

Improve usability by allowing option to show CC and BIE contents that match the element names as expressed in schema outputs #1220

Open joshklm opened 2 years ago

joshklm commented 2 years ago

Currently, SCORE tool displays the names of nodes for CCs and attributes that don't always match the names that would show up in the expressed schema output. e.g. ID vs Identifier.

It would improve usability and allow users to better understand the OAGIS elements with more accuracy if SCORE tool had an option to display all nodes as they would show up in the expressed schema outputs.

hakjuoh commented 1 year ago

Each expression has different naming rules (e.g., 'Identifier' to 'ID' in XML vs. to 'Id' or 'id' in JSON/OpenAPI).

In fact, 'Identifier' is the only exceptional case that there's a difference between displaying node name and the expressed output. Also, there are cases that some components used the term 'Id' instead of 'Identifier'. (e.g., Qualifying Agency Id. Text, Record Set Reference Id. Identifier).

@kbserm Please review this issue.