TRANSFER INTERLIS1; MODEL Waermepumpe_V1 DOMAIN Name = TEXT*50; NameLang = TEXT*100; Typ= ( ES ,EP ,EK ,ER ); TOPIC Waermepumpe = TABLE WP_Boden = ID: [1 .. 9999]; X_Koord: OPTIONAL [672000.000 .. 719000.000]; Y_Koord: OPTIONAL [193000.000 .. 232000.000]; Betriebsstatus: OPTIONAL Name; Standort_Anl: OPTIONAL Name; Standort_Gem_Bezirk: OPTIONAL Name; Gem_Nr: OPTIONAL [1 .. 30]; Standort_Strasse: OPTIONAL Name; KTN: OPTIONAL Name; GSK_Bereich: OPTIONAL Name; Neubau_Altbau: OPTIONAL Name; Name: OPTIONAL Name; Vorname: OPTIONAL Name; Adresse: OPTIONAL Name; Plz_Ort: OPTIONAL Name; Architekt: OPTIONAL NameLang; Heizungsinstallateur: OPTIONAL NameLang; Geologe: OPTIONAL NameLang; Verwendung_Waerme: OPTIONAL Name; Bohrfirma: OPTIONAL NameLang; Typ: OPTIONAL Typ; Anz_Erdsonden: OPTIONAL Name; Anz_Energiekoerbe: OPTIONAL Name; Anz_Energiepfaehle: OPTIONAL Name; Anz_Erdregister: OPTIONAL Name; Sondenmeter_einzeln_m_pro_m2: OPTIONAL Name; Sondenmeter_total: OPTIONAL Name; Sondenmeter_tota: OPTIONAL Name; Erdregister_total_m2: OPTIONAL Name; Bohrung_Durchmesser_mm: OPTIONAL Name; Sondenrohr_Durchmesser_mm: OPTIONAL Name; Sondenmaterial: OPTIONAL Name; Waermetraegerfluessigkeit: OPTIONAL Name; Fuellmenge_Liter: OPTIONAL Name; Fuellmenge_total_Liter: OPTIONAL Name; Waermepumpe_Fabrikat: OPTIONAL Name; WP_Typ: OPTIONAL Name; Lieferant: OPTIONAL Name; Kaeltemittel: OPTIONAL Name; Fluessigkeitsmenge_kg: OPTIONAL Name; Verdampfer_Typ: OPTIONAL Name; Material: OPTIONAL Name; Verdampferleistung_total_kW: OPTIONAL Name; Bewilligungsdatum: OPTIONAL Name; Baugesuch_Nr: OPTIONAL Name; Status: OPTIONAL Name; Meldung_Bohrbeginn: OPTIONAL Name; Bohrbeginn: OPTIONAL Name; Eingang_Bohrprotokoll: OPTIONAL Name; Eingang_Bohrprofil: OPTIONAL Name; Bohrtiefe_m_ab_OKT: OPTIONAL Name; Felstiefe_m_ab_OKT: OPTIONAL Name; Terrainhoehe_mueM: OPTIONAL Name; Felsoberflaeche_mueM: OPTIONAL Name; Bemerkungen: OPTIONAL Name; Geologische_Profil: OPTIONAL Name; Erfolgskontrolle: OPTIONAL Name; Kontrolliert: OPTIONAL Name; Kontrollauflagen: OPTIONAL Name; Datum_Kontrolle: OPTIONAL Name; Bem_Kontrolle: OPTIONAL Name; Verw_Anzeige: OPTIONAL Name; Arteser: OPTIONAL Name; Datum_Arteser: OPTIONAL Name; Schuettung_l_min: OPTIONAL Name; Sauerstoff_Proz: OPTIONAL Name; Sauerstoff_mg_l: OPTIONAL Name; Leitfaehigkeit: OPTIONAL Name; Temp_Grad: OPTIONAL Name; Bem_Arteser: OPTIONAL Name; IDENT ID; END WP_Boden; TABLE WP_Wasser = ID:[1 .. 9999]; X_Koord: OPTIONAL [672000.000 .. 719000.000]; Y_Koord: OPTIONAL [193000.000 .. 232000.000]; Betriebsstatus: OPTIONAL Name; Standort_Anl: OPTIONAL Name; Standort_Gem_Bezirk: OPTIONAL Name; Gem_Nr: OPTIONAL [1 .. 30]; Standort_Strasse: OPTIONAL Name; KTN: OPTIONAL Name; GSK_Bereich: OPTIONAL Name; Neubau_Altbau: OPTIONAL Name; Name: OPTIONAL Name; Vorname: OPTIONAL Name; Adresse: OPTIONAL Name; PlzOrt: OPTIONAL Name; Rueckfuehrung_Wasser: OPTIONAL Name; Geologe: OPTIONAL Name; Verwendungszweck: OPTIONAL Name; Wasserart: OPTIONAL Name; Wasserentnahme_Max_l_pro_Min: OPTIONAL Name; Temp_Waermequelle_min: OPTIONAL Name; Temp_Austritt_min: OPTIONAL Name; Foerdermenge: OPTIONAL Name; Fabrikat_Wasserpumpe: OPTIONAL Name; Pumpentyp: OPTIONAL Name; WP_Fabrikat: OPTIONAL Name; WP_Typ: OPTIONAL Name; Kaeltemittel: OPTIONAL Name; Kaeltemittelfuellung_kg: OPTIONAL Name; Verdampferleistung_total_kW: OPTIONAL Name; Zwischenkreislauf_0_unbekannt_1_verlangt_2_nicht_verlangt: OPTIONAL Name; Zusatzheizung: OPTIONAL Name; Konzession_RRB_Nr: OPTIONAL Name; Konzession_Datum: OPTIONAL Name; Dauer_Jahre: OPTIONAL Name; Baugesuch_Nr: OPTIONAL Name; Bewilligung_AfU: OPTIONAL Name; Status: OPTIONAL Name; Bewilligung_Jahr: OPTIONAL Name; Bemerkungen: OPTIONAL Name; Erfolgskontrolle: OPTIONAL Name; Kontrolliert: OPTIONAL Name; Kontrollauflagen: OPTIONAL Name; Datum_Kontrolle: OPTIONAL Name; Bem_Kontrolle: OPTIONAL Name; Verw_Anzeige: OPTIONAL Name; IDENT ID; END WP_Wasser; END Waermepumpe. END Waermepumpe_V1. FORMAT FREE; CODE BLANK = DEFAULT, UNDEFINED = DEFAULT, CONTINUE = DEFAULT; TID = ANY; END.