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

support for quotes in evidence #87

Open
egonw opened this issue Apr 3, 2023 · 0 comments
Open

support for quotes in evidence #87

egonw opened this issue Apr 3, 2023 · 0 comments
Assignees

Comments

@egonw
Copy link
Collaborator

egonw commented Apr 3, 2023

The current schema says:

<gpml:Evidences>
  <gpml:Evidence elementId="xsd:ID [1] ?" value="xsd:string [0..1] ?"> [0..*] ?
    <gpml:Xref> ... </gpml:Xref> [1] ?
    <gpml:Url> ... </gpml:Url> [0..1] ?
  </gpml:Evidence>
</gpml:Evidences>

What about extending this to, where one quote would be one evidence, and multiple evidences could have the same Xref?

<gpml:Evidences>
  <gpml:Evidence elementId="xsd:ID [1] ?" value="xsd:string [0..1] ?"> [0..*] ?
    <gpml:Xref> ... </gpml:Xref> [1] ?
    <gpml:Quote> ... </gpml:Quote> [0..1] ?
    <gpml:Url> ... </gpml:Url> [0..1] ?
  </gpml:Evidence>
</gpml:Evidences>
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

No branches or pull requests

2 participants