Skip to main content

redispatch_xml/types/
mod.rs

1//! Primitive types and value wrappers for Redispatch 2.0 XML.
2
3pub mod attr_v;
4pub mod common;
5pub mod period;
6
7pub use attr_v::{AttrV, AttrVWithScheme, SimpleContent};
8pub use common::{
9    CodingScheme, ControlZone, Decimal3, Direction, DocumentId, DocumentVersion,
10    MarketParticipantId, MarketRoleType, MeasureUnit, Mrid, RevisionNumber, TimeInterval,
11    UtcDateTime, UtcMinuteDateTime,
12};
13pub use period::{Interval, Period, Reason};