Open egonw opened 1 year ago
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?
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>
The current schema says:
What about extending this to, where one quote would be one evidence, and multiple evidences could have the same
Xref
?