-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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