rust_iso20022 0.1.1

ISO 20022 message definitions and external code sets for Rust, generated from the official XSD schemas.
// @generated by src/bin/codegen.rs. Do not edit.
pub mod pacs_002_001_10;
pub mod pacs_002_001_12;
pub mod pacs_002_001_16;
pub mod pacs_003_001_09;
pub mod pacs_003_001_12;
pub mod pacs_004_001_09;
pub mod pacs_004_001_11;
pub mod pacs_004_001_15;
pub mod pacs_007_001_11;
pub mod pacs_007_001_14;
pub mod pacs_008_001_08;
pub mod pacs_008_001_10;
pub mod pacs_008_001_14;
pub mod pacs_009_001_08;
pub mod pacs_009_001_10;
pub mod pacs_009_001_13;
pub mod pacs_010_001_05;
pub mod pacs_010_001_06;
pub mod pacs_028_001_05;
pub mod pacs_028_001_07;
pub mod pacs_029_001_01;
pub mod pacs_029_001_02;

#[cfg(test)]
mod smoke {
    #[test]
    fn pacs_002_001_10() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_002_001_10::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_002_001_12() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_002_001_12::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_002_001_16() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_002_001_16::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_003_001_09() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_003_001_09::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_003_001_12() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_003_001_12::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_004_001_09() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_004_001_09::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_004_001_11() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_004_001_11::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_004_001_15() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_004_001_15::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_007_001_11() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_007_001_11::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_007_001_14() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_007_001_14::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_008_001_08() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_008_001_08::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_008_001_10() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_008_001_10::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_008_001_14() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_008_001_14::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_009_001_08() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_009_001_08::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_009_001_10() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_009_001_10::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_009_001_13() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_009_001_13::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_010_001_05() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_010_001_05::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_010_001_06() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_010_001_06::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_028_001_05() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_028_001_05::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_028_001_07() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_028_001_07::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_029_001_01() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_029_001_01::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
    #[test]
    fn pacs_029_001_02() {
        ::std::thread::Builder::new().stack_size(64 << 20).spawn(|| {
            let d = super::pacs_029_001_02::Document::default();
            let xml = crate::to_xml(&d).expect("serialize");
            assert!(xml.contains("Document"));
        }).unwrap().join().unwrap();
    }
}