Open atcol opened 4 years ago
Same issue with https://cwmp-data-models.broadband-forum.org/cwmp-1-2.xsd
Debug:
2020-06-22 12:10:49,752 DEBUG [xml_schema_derive::xsd::complex_type] Struct: start to parse "complexType"
2020-06-22 12:10:49,752 DEBUG [yaserde::de] Fetched StartElement({http://www.w3.org/2001/XMLSchema}xs:complexType, {"": "", "soapenc": "http://schemas.xmlsoap.org/soap/encoding/", "soapenv": "http://schemas.xmlsoap.org/soap/envelope/", "tns": "urn:dslforum-org:cwmp-1-2", "xml": "http://www.w3.org/XML/1998/namespace", "xmlns": "http://www.w3.org/2000/xmlns/", "xs": "http://www.w3.org/2001/XMLSchema"})
2020-06-22 12:10:49,752 DEBUG [yaserde::de] Fetched EndElement({http://www.w3.org/2001/XMLSchema}xs:complexType)
2020-06-22 12:10:49,752 DEBUG [yaserde::de] Fetched EndElement({http://www.w3.org/2001/XMLSchema}xs:element)
2020-06-22 12:10:49,753 INFO [xml_schema_derive::xsd::schema] Generate elements
2020-06-22 12:10:49,753 INFO [xml_schema_derive::xsd::element] Generate element "fault_code"
error: proc-macro derive panicked
Hello !
XML-schema still very young and not support all XSD for now. I have to take a look on your XSD to see what is missing to support them.
Marc-Antoine
I want to use xml-schema with http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd and I tried with this example:
but I get the following error:
My Cargo.toml has: