From: Eric D. <ede...@sy...> - 2018-02-06 21:16:44
|
Hi Damon, thank you for the report. Where are you finding the imzML1.1.0.xsd schema? Regarding the namespace, I’m not certain what to do. You’re right this is not a useful URL and that’s unfortunate. But I’m not certain it’s worth changing the schema to fix it. I don’t know that it needs to be a valid URL, as long as it’s a unique string? Regarding QName and the definition you show, this does not appear to be in mzML1.1.0.xsd. Perhaps it is in imzML1.1.0.xsd, as you state. But imzML is not an official PSI product. It is just a PSI-similar/compatible format. I’m guessing you found that here: https://github.com/imzML/imzML Searching for “QName” and “none” doesn’t turn up anything either. So, I don’t understand your statement. Would you elaborate? Thanks, Eric *From:* Damon Barbacci [mailto:dam...@gm...] *Sent:* Friday, January 26, 2018 6:13 AM *To:* psi...@li... *Subject:* [Psidev-ms-dev] correct URL for namespace and QName missing namespace Following the xlmns link within the imzML1.1.0.xsd doesn't go anywhere, the link needs to be updated. schema xmlns:dx="http://psi.hupo.org/ms/mzml" The following generates an error because the type is missing a namespace. <xs:element name="binary" type="none"> |