You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the same from copy-pasteing the example provided in the readme on this schema. But I'm rather at the begining of the learning curve. So, I guess the error is on my side. That's what my lib.rs looks like:
#[macro_use]
extern crate yaserde_derive;
use std::io::prelude::*;
use xml_schema_derive::XmlSchema;
use yaserde::{YaDeserialize, YaSerialize};
#[derive(Debug, XmlSchema)]
#[xml_schema(source = "fdsn-station-1.1.xsd", target_prefix = "stationxml")]
struct MySchema;
Edit: Probably, a more beginner oriented copy-paste example with an existing xsd would be helpful to get up to speed quickly.
I get this error when using
#[derive(XmlSchema)]
with this XSD: https://github.com/w3c/musicxml/blob/gh-pages/schema/musicxml.xsdInfo log: (click to expand)
The text was updated successfully, but these errors were encountered: