- references: use "e.g.,<space>"
- occurrenceStatus: use `present` not "present"
- verbatimIdentification: use scientificName, not `scientificName`
- verbatimIdentification: remove `<0xa0>` char
- nameAccordingTo: use `sec.` not "sec."
- nameAccordingTo: use PreservedSpecimen datasets, not `PreservedSpecimen` datasets
- MaterialCitation: ... change from basisOfRecord should be changed from "Occurrence", "PreservedSpecimen" or "Literature" to "MaterialCitation". to ... basisOfRecord should be changed from `Occurrence`, `PreservedSpecimen` or `Literature` to `MaterialCitation`.
- Content width contained (no longer `container-fluid`), which improves readability as it avoids long lines
- Replace `theme-label` class with custom style to have the same affect (i.e. first col = 120px)
- Use primary colours for term buttons (primary indicated action item)
- Use regular rather than small tables
- Don't use outer border on tables
- Drop the `property` badge (keep the `class` badge). The property badge was annoying when copying term names, as it was always added, e.g. basisOfRecordproperty
- Update badge-background to bg-background (Bootstrap 5)
- Use 2 space tabs in template
- Use <span> rather than <a> for term anchors
- Use h2 for "Cite Darwin Core" so it is mentioned in the menu
- Style citations as block quotes
- Use tdwg/petridish
- Add logo
- Remove description (not used in petridish)
- Link to repo in footer
- Disable github_edit (assumes root)
- Enable table of content by default
- Remove custom JS to add divider in QRG sidebar
I wanted to run some validation of a file that included the TDWG Basetypes Schema from this repository and it failed because the file is not well formed, because it contained a duplicate attribute version in the xs:schema element (document root element):
`<xs:schema version="2021-07-15" [...] version="0.5">`
Since the `version="2021-07-15"` was added in the last commit, the old `version="0.5"` is outdated and needs to be removed. The only question is whether the version now needs to be bumped to today's date. So feel free to edit this commit to adjust it accordingly.