This crate contains all different data types defined in the tc6_xml_v201.xsd that you can download from
https://www.plcopen.org/downloads/ under Code Components of IEC 61131-10 "PLC open XML exchange format".
The XML schema itself is not part of this crate, it only contains code generated from it.
Using [Project] with quick-xml, you can for example deserialize a complete project export from a CODESYS project.
This crate uses the great [xsd_parser] crate to generate the Rust code.
Features
generateenables code generation during build. Requires you to setOPEN_PLC_SCHEMA_PATHto the XML schema (usually named something liketc6_xml_v201.xsd)