We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 text was updated successfully, but these errors were encountered:
mkutmon
No branches or pull requests
The current schema says:
What about extending this to, where one quote would be one evidence, and multiple evidences could have the same
Xref
?The text was updated successfully, but these errors were encountered: