pub struct PlannedResourceTimeSeries {Show 14 fields
pub original_time_series_identification: Option<AttrV<DocumentId>>,
pub requesting_grid_operator: Option<AttrVWithScheme<MarketParticipantId>>,
pub time_series_identification: AttrV<DocumentId>,
pub business_type: AttrV<PrsBusinessType>,
pub direction: Option<AttrV<Direction>>,
pub connecting_area: Option<ControlZoneRef>,
pub resource_object: Option<AttrVWithScheme<String, GridElementCodingScheme>>,
pub product: AttrV<Product>,
pub acquiring_area: Option<AttrVWithScheme<String, EicCodingScheme>>,
pub grid_element: Option<AttrVWithScheme<String, GridElementCodingScheme>>,
pub measurement_unit: AttrV<MeasureUnit>,
pub status: Option<AttrV<PrsTimeSeriesStatus>>,
pub resource_provider: Option<AttrVWithScheme<MarketParticipantId>>,
pub period: Period,
}Expand description
A single planned resource time series within a
PlannedResourceScheduleDocument.
Fields§
§original_time_series_identification: Option<AttrV<DocumentId>>Reference to the original time series when this one corrects it.
Without it a correction cannot be matched to what it corrects, so the receiver either applies it twice or not at all.
requesting_grid_operator: Option<AttrVWithScheme<MarketParticipantId>>The anfordernder Netzbetreiber — the operator that identified the
Netzengpass and requested the Maßnahme (BilAReM Kap. 1).
It is not necessarily the anweisende Netzbetreiber: a request travels up
the cascade, and Kap. 17.3.4 of the MaBiS Anlage puts a whole
Ausfallarbeit exchange between the two. Dropping it leaves the
Ausfallarbeit with no addressee.
time_series_identification: AttrV<DocumentId>Unique time-series identifier within this document (max 35 chars).
business_type: AttrV<PrsBusinessType>Business type.
direction: Option<AttrV<Direction>>Redispatch direction (optional — absent for non-directional series).
connecting_area: Option<ControlZoneRef>Control zone where the resource is connected (optional).
resource_object: Option<AttrVWithScheme<String, GridElementCodingScheme>>Resource object identifier (optional).
product: AttrV<Product>Product code (always active power 8716867000016).
acquiring_area: Option<AttrVWithScheme<String, EicCodingScheme>>German TSO control block reference (optional).
grid_element: Option<AttrVWithScheme<String, GridElementCodingScheme>>Grid element EIC or resource code (optional).
measurement_unit: AttrV<MeasureUnit>Physical unit of quantity values. Power unit.
The XSD element is MeasurementUnit, not MeasureUnit — only the
ActivationDocument uses the shorter spelling, and only in its
ActivationTimeSeries.
status: Option<AttrV<PrsTimeSeriesStatus>>Time series status (optional).
resource_provider: Option<AttrVWithScheme<MarketParticipantId>>Resource provider (optional).
period: PeriodQuarter-hour power plan for the delivery day.
Trait Implementations§
Source§impl Clone for PlannedResourceTimeSeries
impl Clone for PlannedResourceTimeSeries
Source§fn clone(&self) -> PlannedResourceTimeSeries
fn clone(&self) -> PlannedResourceTimeSeries
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more