pub struct SrObjekt {Show 17 fields
pub klarname: Option<String>,
pub anschluss_netzbetreiber: NbRef,
pub anweisender_netzbetreiber: Option<NbRef>,
pub betroffene_netzbetreiber: Vec<BetroffenerNb>,
pub weitere_betroffene_netzbetreiber: Vec<NbRef>,
pub einsatzverantwortlicher: Option<StammdatenParticipantRef>,
pub energietraeger: Option<Energietraeger>,
pub verguetungsart: Option<Verguetungsart>,
pub status_duldungsfall: Option<StatusDuldungsfall>,
pub steuerbarkeit: Option<Steuerbarkeit>,
pub abrufart_aufforderungsfall: Option<AbrufartAufforderungsfall>,
pub bilanzierungsmodell: Bilanzierungsmodell,
pub individuelle_quote: Option<IndividuelleQuote>,
pub bearbeitungszeit_eiv: Option<Decimal3>,
pub regelzone: Regelzone,
pub technische_parameter: Option<TechnischeParameter>,
pub enthaltene_tr: Vec<EnthaltenesTr>,
}Expand description
A steuerbare Ressource (controllable resource) object.
Each SR_Objekt describes one resource or cluster that participates in
the Redispatch 2.0 process.
Fields§
§klarname: Option<String>Human-readable name (optional, max 35 chars, [A-Z0-9\-+_]*).
anschluss_netzbetreiber: NbRefNetwork connection point operator.
anweisender_netzbetreiber: Option<NbRef>Ordering grid operator (optional — absent when same as connection NB).
betroffene_netzbetreiber: Vec<BetroffenerNb>Affected grid operators in cascade order (up to 6).
weitere_betroffene_netzbetreiber: Vec<NbRef>Additional affected grid operators beyond the cascade of 6.
einsatzverantwortlicher: Option<StammdatenParticipantRef>Einsatzverantwortlicher (EIV) — the party responsible for deploying the SR.
BilAReM Kap. 6.1.5: „Jede SR ist genau einem EIV zugeordnet“, and
Kap. 6.1.6 names the default: the LF of the betroffene Marktlokation,
unless another company was designated. The element is optional in the
XSD because a Z02 reduzierte Stammdaten message omits it, not because
an SR may lack one.
energietraeger: Option<Energietraeger>Energy carrier.
verguetungsart: Option<Verguetungsart>Compensation type.
status_duldungsfall: Option<StatusDuldungsfall>Tolerance case status.
steuerbarkeit: Option<Steuerbarkeit>Controllability definition.
abrufart_aufforderungsfall: Option<AbrufartAufforderungsfall>Call type for demand requests.
bilanzierungsmodell: BilanzierungsmodellBilling model.
individuelle_quote: Option<IndividuelleQuote>Individual allocation quota percentages.
bearbeitungszeit_eiv: Option<Decimal3>Bearbeitungszeit beim EIV in minutes — from an Aufforderung reaching the EIV to its implementation in the plant.
regelzone: RegelzoneControl zone (Regelzone / TSO EIC code).
technische_parameter: Option<TechnischeParameter>Technical parameters of the resource (optional).
enthaltene_tr: Vec<EnthaltenesTr>Contained technical resources.
minOccurs="1" in the XSD, and BilAReM Kap. 6.1.5 says why: „Eine SR
setzt sich aus mindestens einer TR zusammen.“ An SR with none is a
resource nothing can be dispatched against.