Expand description
Primitive types and value wrappers for Redispatch 2.0 XML.
Re-exports§
pub use attr_v::AttrV;pub use attr_v::AttrVWithScheme;pub use attr_v::SimpleContent;pub use common::CodingScheme;pub use common::ControlZone;pub use common::Decimal3;pub use common::Direction;pub use common::DocumentId;pub use common::DocumentVersion;pub use common::MarketParticipantId;pub use common::MarketRoleType;pub use common::MeasureUnit;pub use common::Mrid;pub use common::RevisionNumber;pub use common::TimeInterval;pub use common::UtcDateTime;pub use common::UtcMinuteDateTime;pub use period::Interval;pub use period::Period;pub use period::Reason;
Modules§
- attr_v
AttrVandAttrVWithScheme– serde wrappers for EDIFACT/CIM XML simpleContent elements with attributes.- common
- Common primitive value types for Redispatch 2.0 XML (identifiers, timestamps, decimals, market roles).
- period
- Time period types (
TimeInterval,Resolution,Period,Point) used in scheduled time series.