Skip to content

support for quotes in evidence #87

@egonw

Description

@egonw

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>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions