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 isotope/scalar in schema 2.5 #5

Open
egonw opened this issue Mar 23, 2014 · 0 comments
Open

Support for isotope/scalar in schema 2.5 #5

egonw opened this issue Mar 23, 2014 · 0 comments

Comments

@egonw
Copy link
Collaborator

egonw commented Mar 23, 2014

See mailing list archive for today.

--- src/org/openscience/cdk/io/cml/data/cml25b1.xsd (revision 8553)
+++ src/org/openscience/cdk/io/cml/data/cml25b1.xsd (working copy)
@@ -7166,7 +7166,10 @@
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
- <xsd:element ref="abundance" minOccurs="0" maxOccurs="1"/>
+ <xsd:choice minOccurs="0" maxOccurs="unbounded">
+ <xsd:element ref="abundance" minOccurs="0" maxOccurs="1"/>
+ <xsd:element ref="scalar" minOccurs="0" maxOccurs="unbounded"/>
+ </xsd:choice>
</xsd:sequence>
<xsd:attributeGroup ref="title"/>
<xsd:attributeGroup ref="id"/>

From: https://sourceforge.net/p/cml/patches/1/

@egonw egonw changed the title Support for isotope/scalarin schema 2.5 Support for isotope/scalar in schema 2.5 Mar 23, 2014
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

1 participant