pub struct EnthaltenesTr {
pub ma_str_nr: Option<String>,
pub klarname: Option<String>,
pub typ: String,
pub code_kraftwerk: Option<String>,
pub zuordnung_speicher: Vec<StammdatenParticipantRef>,
pub marktlokationen: Vec<Marktlokation>,
pub eeg_anlagenschluessel: Vec<String>,
pub abrechnungsmodell: Abrechnungsmodell,
pub betreiber_tr: Option<StammdatenParticipantRef>,
pub betrieb: Option<Betrieb>,
pub technische_parameter: Option<TrTechnischeParameter>,
}Expand description
A technical resource (Technische Ressource) contained within an
SR_Objekt.
BilAReM Kap. 6.1.5: „Eine SR setzt sich aus mindestens einer TR
zusammen“ and „Jede TR ist genau einer SR zugeordnet.“
Fields§
§ma_str_nr: Option<String>MaStR number (Marktstammdatenregister).
The XSD element is MaStR-Nr; the hyphen is preserved on the wire.
klarname: Option<String>Human-readable name.
typ: StringResource type code.
code_kraftwerk: Option<String>Plant code (Code_Kraftwerk).
zuordnung_speicher: Vec<StammdatenParticipantRef>Storage units this TR is assigned to.
marktlokationen: Vec<Marktlokation>The Marktlokationen this TR is billed through (at most two — one per direction for a Stromspeichereinheit).
eeg_anlagenschluessel: Vec<String>EEG-Anlagenschlüssel of the plants behind this TR.
abrechnungsmodell: AbrechnungsmodellAusfallarbeit settlement method — mandatory, because without it the Ausfallarbeit of a Redispatch-Maßnahme cannot be computed.
betreiber_tr: Option<StammdatenParticipantRef>Betreiber der technischen Ressource (BTR).
betrieb: Option<Betrieb>Whether the Stilllegungszeitpunkt is reached on Gueltig_ab.
technische_parameter: Option<TrTechnischeParameter>Technical parameters of this TR — the plant nameplate, a different complexType from the SR-level one despite the shared element name.
Trait Implementations§
Source§impl Clone for EnthaltenesTr
impl Clone for EnthaltenesTr
Source§fn clone(&self) -> EnthaltenesTr
fn clone(&self) -> EnthaltenesTr
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more