<?xml version="1.0" encoding="ISO-8859-1"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.3">
	<xs:annotation>
		<xs:documentation>Revision 6.1</xs:documentation>
		<xs:documentation>Revisionsdatum 30.09.2010</xs:documentation>
		<xs:documentation>Copyright 2006-2010 Deutsche Gesellschaft für Anästhesiologie und Intensivmedizin e.V. (DGAI)</xs:documentation>
		<xs:documentation>Import und Exportformat für Ersversorgungsdatensätze des Reanimationsregisters der DGAI.
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType name="t_VERSION">
		<xs:annotation>
			<xs:documentation>Typ für Versionsnummer CPR</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:totalDigits value="4"/>
			<xs:fractionDigits value="2"/>
			<xs:minInclusive value="0"/>
			<xs:maxInclusive value="99.99"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_STOKENN">
		<xs:annotation>
			<xs:documentation>Typ für Standortkennung CPR</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="8"/>
			<xs:pattern value="[0-9]{8}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_EWZ">
		<xs:annotation>
			<xs:documentation>Typ für Einwohnerzahl eines Standorts</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:totalDigits value="8"/>
					<xs:minInclusive value="1"/>
					<xs:maxInclusive value="99999998"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="8"/>
					<xs:enumeration value="00000000">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99999999">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_DATUM">
		<xs:annotation>
			<xs:documentation>Typ für Datumsangaben ohne Uhrzeit</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:date"/>
	</xs:simpleType>
	<xs:simpleType name="t_PATALTER">
		<xs:annotation>
			<xs:documentation>Typ für Patientenalter in Tagen</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:totalDigits value="5"/>
					<xs:minInclusive value="0"/>
					<xs:maxInclusive value="99998"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="5"/>
					<xs:enumeration value="00000">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99999">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_PATID">
		<xs:annotation>
			<xs:documentation>Typ für Patitenten-ID</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="15"/>
			<xs:whiteSpace value="collapse"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_GESCHL">
		<xs:annotation>
			<xs:documentation>Typ Geschlecht des Patienten</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>männlich</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>weiblich</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_PROTNR">
		<xs:annotation>
			<xs:documentation>Typ für Fremdprotokoll Nummern</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:maxLength value="30"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_ZEITPUNKT">
		<xs:annotation>
			<xs:documentation>Typ für Datumsangabe mit Uhrzeit</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:time"/>
	</xs:simpleType>
	<xs:simpleType name="t_JANEIN">
		<xs:annotation>
			<xs:documentation>Typ für Felder mit Wert Ja=1 und Nein=0</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="1"/>
			<xs:enumeration value="0">
				<xs:annotation>
					<xs:documentation>Nein</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1">
				<xs:annotation>
					<xs:documentation>Ja</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_JANEINNULL">
		<xs:annotation>
			<xs:documentation>Typ für Felder mit Wert 0=keine Angabe, Ja=1, Nein=2, nicht bekannt=9</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="1"/>
			<xs:enumeration value="0">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1">
				<xs:annotation>
					<xs:documentation>Ja</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2">
				<xs:annotation>
					<xs:documentation>Nein</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="9">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_PLZ">
		<xs:annotation>
			<xs:documentation>Typ Postleitzahl</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="5"/>
			<xs:pattern value="[0-9]{5}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_EINSAORT">
		<xs:annotation>
			<xs:documentation>Typ für Einsatzort Präklinik</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Wohnung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Altenheim</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Arbeitsplatz</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>Arztpraxis</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>Strasse</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>Öffentlicher Raum</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="07">
				<xs:annotation>
					<xs:documentation>Krankenhaus</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="08">
				<xs:annotation>
					<xs:documentation>Massenveranstaltung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="09">
				<xs:annotation>
					<xs:documentation>sonstiger</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_EOKC">
		<xs:annotation>
			<xs:documentation>Typ für Einsatzort Klinik Code</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="5"/>
			<xs:pattern value="[0-9]{5}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_EOKO">
		<xs:annotation>
			<xs:documentation>Typ für Einsatzort Klinik Ort</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Normal Station</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>IMC</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Intensiv</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>Notaufnahme</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>OP</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>AWR</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="07">
				<xs:annotation>
					<xs:documentation>Funktionsbereich</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="08">
				<xs:annotation>
					<xs:documentation>Gelände</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="09">
				<xs:annotation>
					<xs:documentation>Freitext Auswahl</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_NAMKLIN">
		<xs:annotation>
			<xs:documentation>Typ für Name der Zielklinik</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="8"/>
					<xs:minLength value="1"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="8"/>
					<xs:enumeration value="00000000">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_NAMNEF">
		<xs:annotation>
			<xs:documentation>Typ für Kennung des Notarztfahrzeuges</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="6"/>
					<xs:minLength value="1"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="6"/>
					<xs:enumeration value="000000">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_AAED1">
		<xs:annotation>
			<xs:documentation>Typ für AED-Schockfreigabe</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="1"/>
			<xs:enumeration value="0">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1">
				<xs:annotation>
					<xs:documentation>Ja, FR/Laie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2">
				<xs:annotation>
					<xs:documentation>Ja, RD</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3">
				<xs:annotation>
					<xs:documentation>Nein</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="9">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_BEMERK">
		<xs:annotation>
			<xs:documentation>Typ für Bemerkungen</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="256"/>
			<xs:whiteSpace value="preserve"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_EKG1">
		<xs:annotation>
			<xs:documentation>Typ für Erstbefund-EKG Notarzt</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Sinusrhythmus</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>absolute Arrhythmie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>AV-Block II</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>AB-Block III</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>schmale QRS-Tachykardie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>breite QRS-Tachykardie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="07">
				<xs:annotation>
					<xs:documentation>SVES, VES monotop</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="08">
				<xs:annotation>
					<xs:documentation>SVES, VES polytop</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="09">
				<xs:annotation>
					<xs:documentation>Kammerflimmern</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10">
				<xs:annotation>
					<xs:documentation>pulslose elektrische Aktivität</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="11">
				<xs:annotation>
					<xs:documentation>Asystolie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="12">
				<xs:annotation>
					<xs:documentation>Schrittmacherrhythmus</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="13">
				<xs:annotation>
					<xs:documentation>Infarkt- EKG</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht beurteilbar</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_ATM1">
		<xs:annotation>
			<xs:documentation>Typ für Erstbefund-Atmung</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>unauffällig / Spontanatmung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Dyspnoe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Zyanose</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>Spastik</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>Rasselgeräusche</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>Stridor</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="07">
				<xs:annotation>
					<xs:documentation>Atemwegsverlegung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="08">
				<xs:annotation>
					<xs:documentation>Schnappatmung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="09">
				<xs:annotation>
					<xs:documentation>Apnoe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10">
				<xs:annotation>
					<xs:documentation>Beatmung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht beurteilbar</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_BLUTZ">
		<xs:annotation>
			<xs:documentation>Typ für Blutzuckerwerte</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:annotation>
					<xs:documentation>gültiger Wertebereich 0 bis 500</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="0"/>
					<xs:maxInclusive value="500"/>
					<xs:totalDigits value="3"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="3"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="999">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_TEMPERATUR">
		<xs:annotation>
			<xs:documentation>Typ für Temperaturwerte</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:decimal">
					<xs:totalDigits value="3"/>
					<xs:fractionDigits value="1"/>
					<xs:minInclusive value="20.0"/>
					<xs:maxInclusive value="40.0"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="4"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_ZCKB">
		<xs:annotation>
			<xs:documentation>Typ für Feld Kollaps beobachtet</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="1"/>
			<xs:enumeration value="0">
				<xs:annotation>
					<xs:documentation>Nein</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1">
				<xs:annotation>
					<xs:documentation>Laie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2">
				<xs:annotation>
					<xs:documentation>First Responder</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3">
				<xs:annotation>
					<xs:documentation>RTW</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4">
				<xs:annotation>
					<xs:documentation>Notarzt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_AUSFPERSON">
		<xs:annotation>
			<xs:documentation>Typ für Felder mit Ausführenden Personen</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Laie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>First Responder (nicht RD)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>First Responder (RD)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>RTW</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>Notarzt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Typ für Zeitpunktangabe mit Uhrzeit und 99:99 für nicht bekannt.</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:time">
					<xs:whiteSpace value="collapse"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="8"/>
					<xs:enumeration value="99:99">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_ZTOD">
		<xs:annotation>
			<xs:documentation>Typ für Todeszeitpunkt mit Uhrzeit und 88:88 für kein Tod und 99:99 für nicht bekannt.</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:time">
					<xs:whiteSpace value="collapse"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="8"/>
					<xs:enumeration value="88:88">
						<xs:annotation>
							<xs:documentation>kein Tod</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99:99">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_ZROSC1">
		<xs:annotation>
			<xs:documentation>Typ für Todeszeitpunkt mit Uhrzeit und 88:88 für niemals Rosc und 99:99 für nicht bekannt.</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:time">
					<xs:whiteSpace value="collapse"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="8"/>
					<xs:enumeration value="88:88">
						<xs:annotation>
							<xs:documentation>niemals Rosc</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99:99">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_ZKOLLAPS">
		<xs:annotation>
			<xs:documentation>Typ für Zeitraum Kollaps bis Beginn CPR</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>&lt; 5 min</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>6-10 min</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>11-15 min</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>&gt; 15 min</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>Kollaps nicht beobachtet; Zeit nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_AUSPMASSNAHMETECHNIK">
		<xs:annotation>
			<xs:documentation>Ausprägungen für Felder in Massnahmen Technik</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="1"/>
			<xs:enumeration value="0">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1">
				<xs:annotation>
					<xs:documentation>Ja</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2">
				<xs:annotation>
					<xs:documentation>Nein</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4">
				<xs:annotation>
					<xs:documentation>nicht klassifiziert</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_AUSPMASSNAHMETECHMIND">
		<xs:annotation>
			<xs:documentation>Ausprägungen für Felder in Massnahmen Technik konform zu MIND</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>durch Vorbehandelnde</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>durch eigenes Rettungsmittel</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>beides (fortgeführt)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>nicht klassifiziert</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_TUBUS">
		<xs:annotation>
			<xs:documentation>Ausprägungen für Atemwegszugang</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>orale Intubation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>nasale Intubation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Larynxmaske</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>Combitubus</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>chirurgische Atemwegssicherung, Tracheostoma</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>andere Verfahren</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="07">
				<xs:annotation>
					<xs:documentation>Larynxtubus</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_MTAK">
		<xs:annotation>
			<xs:documentation>Ausprägungen für Feld in aktive Kühlung</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="1"/>
			<xs:enumeration value="0">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1">
				<xs:annotation>
					<xs:documentation>Ja, keine Details</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2">
				<xs:annotation>
					<xs:documentation>Nein</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3">
				<xs:annotation>
					<xs:documentation>Ja, extern</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4">
				<xs:annotation>
					<xs:documentation>Ja, Infusion</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="9">
				<xs:annotation>
					<xs:documentation>nicht klassifiziert</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_MENGE2_1">
		<xs:annotation>
			<xs:documentation>Ausprägungen für Felder mit Mengenangabe mit zwei Vorkommastellen
und einer Nachkommastelle.</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:decimal">
					<xs:annotation>
						<xs:documentation>gültiger Wertebereich von 0.1 bis 99.8</xs:documentation>
					</xs:annotation>
					<xs:totalDigits value="3"/>
					<xs:fractionDigits value="1"/>
					<xs:minInclusive value="0.1"/>
					<xs:maxInclusive value="99.8"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="4"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>keine Medikamentengabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99.9">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_MENGE4_1">
		<xs:annotation>
			<xs:documentation>Ausprägungen für Felder mit Mengenangabe mit zwei Vorkommastellen
und einer Nachkommastelle.</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:decimal">
					<xs:annotation>
						<xs:documentation>gültiger Wertebereich von 0.1 bis 9998.0</xs:documentation>
					</xs:annotation>
					<xs:totalDigits value="5"/>
					<xs:fractionDigits value="1"/>
					<xs:minInclusive value="0.1"/>
					<xs:maxInclusive value="9998"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="6"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>keine Medikamentengabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9999">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_MENGE4">
		<xs:annotation>
			<xs:documentation>Ausprägungen für Felder mit Mengenangabe mit vier Stellen.</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:annotation>
						<xs:documentation>gültiger Wertebereich von 1 bis 9998</xs:documentation>
					</xs:annotation>
					<xs:minInclusive value="1"/>
					<xs:maxInclusive value="9998"/>
					<xs:totalDigits value="4"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="4"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>keine Medikamentengabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9999">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_MENGE3">
		<xs:annotation>
			<xs:documentation>Ausprägungen für Felder mit Mengenangabe mit drei Stellen.</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:annotation>
						<xs:documentation>gültiger Wertebereich von 1 bis 998</xs:documentation>
					</xs:annotation>
					<xs:minInclusive value="1"/>
					<xs:maxInclusive value="998"/>
					<xs:totalDigits value="3"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="3"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>keine Medikamentengabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="999">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_ZMMLYSE">
		<xs:annotation>
			<xs:documentation>Typ für Lysetherapie Zeitpunkt</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>vor Kreislaufstillstand</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>während Kreislaufstillstand</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>nach ROSC</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht beurteilbar</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_MEDIKAMENTENGABEJANEIN">
		<xs:annotation>
			<xs:documentation>Ausprägungen für Felder mit Medikamentengaben</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Medikamentengabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>durch Vorbehandelnde</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>durch eigenes Rettungsmittel</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>beides (fortgeführt)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>nicht klassifiziert</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_BEWLAG2">
		<xs:annotation>
			<xs:documentation>Typ für Übergabe Bewusstsein</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Analgosedierung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>orientiert / normal</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>getrübt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>bewußtlos</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht beurteilbar</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_EKG2">
		<xs:annotation>
			<xs:documentation>Typ für Übergabe EKG</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Sinusrhythmus</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>absolute Arrhythmie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>AV-Block II</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>AB-Block III</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>schmale QRS-Tachykardie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>breite QRS-Tachykardie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="07">
				<xs:annotation>
					<xs:documentation>SVES, VES monotop</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="08">
				<xs:annotation>
					<xs:documentation>SVES, VES polytop</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="09">
				<xs:annotation>
					<xs:documentation>Kammerflattern/ -flimmern</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10">
				<xs:annotation>
					<xs:documentation>pulslose elektrische Aktivität</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="11">
				<xs:annotation>
					<xs:documentation>Asystolie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="12">
				<xs:annotation>
					<xs:documentation>Schrittmacherrhythmus</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="13">
				<xs:annotation>
					<xs:documentation>Infarkt-EKG</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht beurteilbar</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_ATM2">
		<xs:annotation>
			<xs:documentation>Typ für Übergabe Atmung</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>unauffällig / Spontanatmung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Dyspnoe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Zyanose</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>Spastik</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>Rasselgeräusche</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>Stridor</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="07">
				<xs:annotation>
					<xs:documentation>Atemwegsverlegung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="08">
				<xs:annotation>
					<xs:documentation>Schnappatmung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="09">
				<xs:annotation>
					<xs:documentation>Apnoe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10">
				<xs:annotation>
					<xs:documentation>Beatmung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht beurteilbar</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_GCS2">
		<xs:annotation>
			<xs:documentation>Typ für Übergabe GCS</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:annotation>
					<xs:documentation>gültiger Wertebereich 3 bis 15</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="3"/>
					<xs:maxInclusive value="15"/>
					<xs:totalDigits value="2"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="2"/>
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99">
						<xs:annotation>
							<xs:documentation>nicht beurteilbar</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_BLUTDRUCK">
		<xs:annotation>
			<xs:documentation>Typ für Blutdruckwerte</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:annotation>
					<xs:documentation>gültiger Wertebereich 0 bis 300</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="0"/>
					<xs:maxInclusive value="300"/>
					<xs:totalDigits value="3"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="3"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="999">
						<xs:annotation>
							<xs:documentation>nicht beurteilbar</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_HERZFREQUENZ">
		<xs:annotation>
			<xs:documentation>Typ für Herzfrequenzwerte</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:annotation>
					<xs:documentation>gültiger Wertebereich 0 bis 300</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="0"/>
					<xs:maxInclusive value="300"/>
					<xs:totalDigits value="3"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="3"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="999">
						<xs:annotation>
							<xs:documentation>nicht beurteilbar</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_ATEMFREQUENZ">
		<xs:annotation>
			<xs:documentation>Typ für Atemfrequenzwerte</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:annotation>
					<xs:documentation>gültiger Wertebereich 0 bis 50</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="0"/>
					<xs:maxInclusive value="50"/>
					<xs:totalDigits value="2"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="2"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99">
						<xs:annotation>
							<xs:documentation>nicht beurteilbar</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_PROZENT">
		<xs:annotation>
			<xs:documentation>Typ für Prozentwerte</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:annotation>
					<xs:documentation>gültiger Wertebereich 0 bis 100</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="0"/>
					<xs:maxInclusive value="100"/>
					<xs:totalDigits value="3"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="3"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="999">
						<xs:annotation>
							<xs:documentation>nicht beurteilbar</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_MMHG">
		<xs:annotation>
			<xs:documentation>Typ für mmHg</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:annotation>
					<xs:documentation>gültiger Wertebereich 0 bis 80, Einheit mmHg</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="0"/>
					<xs:maxInclusive value="80"/>
					<xs:totalDigits value="3"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="2"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99">
						<xs:annotation>
							<xs:documentation>nicht beurteilbar</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_REAERG">
		<xs:annotation>
			<xs:documentation>Typ für primäres Reanimationsergebnis</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>niemals ROSC = Rea erfolglos</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>jemals ROSC</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>laufende CPR</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>Ereignis überlebt, ROSC bei Aufnahme oder &gt; 20 Min</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>24 h Überleben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>keine weiteren Angaben zum 24 h Überleben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht klassifiziert</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_URKRSTST">
		<xs:annotation>
			<xs:documentation>Typ für Vermutetete Ursache</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>kardial</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Trauma</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Ertrinken</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>respiratorisch/hypoxisch</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>Intoxikation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>ICB / SAB</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="07">
				<xs:annotation>
					<xs:documentation>SIDS</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="08">
				<xs:annotation>
					<xs:documentation>Verbluten</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="09">
				<xs:annotation>
					<xs:documentation>Stroke</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10">
				<xs:annotation>
					<xs:documentation>metabolisch</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="11">
				<xs:annotation>
					<xs:documentation>Sonstiges</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_ICD10">
		<xs:annotation>
			<xs:documentation>Typ für ICD10 Code</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:annotation>
					<xs:documentation>gültiger ICD10 Code</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:string">
					<xs:maxLength value="6"/>
					<xs:pattern value="[A-Z]\d{2}|[A-Z]\d{2}\.(\d{1,2}|\d{1,2}[+*!])"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="6"/>
					<xs:enumeration value="000.00">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_FIRSCHO">
		<xs:annotation>
			<xs:documentation>Typ für Spezifität des ersten erfolreichen Schocks</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>PAD (Public access Def)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>AED First Responder</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>AED RettungsDienst</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>manuell RettungsDienst</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>AED Arzt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>manuell Arzt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht klassifiziert</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_TECHSCHO">
		<xs:annotation>
			<xs:documentation>Typ für Art des ersten erfolgreichen Schocks</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>monophasisch bis 200 J.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>monophasisch größer/gleich 200 J.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>biphasisch bis 200 J.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>biphasisch größer/gleich 200 J.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_ENERGIE">
		<xs:annotation>
			<xs:documentation>Typ für Schockenergie</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:annotation>
					<xs:documentation>gültiger Wertebereich 0 bis 360</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="0"/>
					<xs:maxInclusive value="360"/>
					<xs:totalDigits value="3"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="3"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="999">
						<xs:annotation>
							<xs:documentation>nicht beurteilbar</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_ANZDEFI">
		<xs:annotation>
			<xs:documentation>Typ für Anzahl Defischocks</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>1 Schock</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>bis 3 Schocks</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>4-6 Schocks</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>7-9 Schocks</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>mehr als 9 Schocks</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht klassifiziert</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_DACTYP1">
		<xs:annotation>
			<xs:documentation>Typ für Code Defibrillator</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_DACTYP2">
		<xs:annotation>
			<xs:documentation>Typ für Code DefiHersteller</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_KAIR">
		<xs:annotation>
			<xs:documentation>Typ für Komplikationen Atemweg</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="1"/>
			<xs:enumeration value="0">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1">
				<xs:annotation>
					<xs:documentation>Intubation schwierig</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2">
				<xs:annotation>
					<xs:documentation>Intubation unmöglich</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="9">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_KVEN">
		<xs:annotation>
			<xs:documentation>Typ für Komplikationen Atemweg</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="1"/>
			<xs:enumeration value="0">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1">
				<xs:annotation>
					<xs:documentation>Schwierig</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2">
				<xs:annotation>
					<xs:documentation>unmöglich</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="9">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_RDRB">
		<xs:annotation>
			<xs:documentation>Typ für Komplikation Einsatzbesonderheit</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="3"/>
			<xs:enumeration value="000">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="067">
				<xs:annotation>
					<xs:documentation>Beatmungsgerät</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="068">
				<xs:annotation>
					<xs:documentation>EKG-Monitor</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="069">
				<xs:annotation>
					<xs:documentation>Automatische Blutdruckmessung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="070">
				<xs:annotation>
					<xs:documentation>Externer Schrittmacher</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="071">
				<xs:annotation>
					<xs:documentation>Defibrillator</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="072">
				<xs:annotation>
					<xs:documentation>Pulsoximetrie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="073">
				<xs:annotation>
					<xs:documentation>Intubationsbesteck</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="074">
				<xs:annotation>
					<xs:documentation>Spritzenpumpe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="075">
				<xs:annotation>
					<xs:documentation>Andere Störungen Medizintechnischer Geräte</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="076">
				<xs:annotation>
					<xs:documentation>Gerät nicht verfügbar</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="077">
				<xs:annotation>
					<xs:documentation>Medikament nicht verfügbar</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="087">
				<xs:annotation>
					<xs:documentation>bewusster Verzicht auf ärztlich indizierte Maßnahmen</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="088">
				<xs:annotation>
					<xs:documentation>Qualifizierter ärztlicher Einsatz vor RD am Einsatzort (Vertragsarzt)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="089">
				<xs:annotation>
					<xs:documentation>Einsatzindikation: Analgesie bei Unfall, Fraktur</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="090">
				<xs:annotation>
					<xs:documentation>Einsatz außerhalb des regulären Einsatzgebietes</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="091">
				<xs:annotation>
					<xs:documentation>erschwerte äußere Einsatzbedingung / abseits der Straße</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="092">
				<xs:annotation>
					<xs:documentation>fehlerhafte Einsatzmeldung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="093">
				<xs:annotation>
					<xs:documentation>erforderliche Rettungsmittel (z.B. RTH) nicht verfügbar</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="094">
				<xs:annotation>
					<xs:documentation>nächstgelegenes geeignetes KH nicht aufnahmebereit für den Patienten</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="095">
				<xs:annotation>
					<xs:documentation>Pat. im aufnehmenden Krankenhaus nicht bzw. unzureichend angekündigt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="096">
				<xs:annotation>
					<xs:documentation>Qualifizierte notfallmedizinische Hilfe vor RD bereits eingetroffen (HVO)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="097">
				<xs:annotation>
					<xs:documentation>aufwändige technische Rettung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="098">
				<xs:annotation>
					<xs:documentation>unzureichende / insuffiziente Assistenz</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="099">
				<xs:annotation>
					<xs:documentation>inadäquate Notkompetenz</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="999">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_REL">
		<xs:annotation>
			<xs:documentation>Typ für Relevanz der Besonderheit</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>ohne Auswirkung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>keine Verlaufsbeeinflussung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Verlaufsbeeinflussung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>zusätzliche Schädigung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht beurteilbar</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_RELZEITP">
		<xs:annotation>
			<xs:documentation>Typ für Zeitpunkt der Besonderheit</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Anfahrt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Notfallort/Übernahme</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Transport</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>Übergabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_EHQFR">
		<xs:annotation>
			<xs:documentation>Typ für Qualifikation First-Responder</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="1"/>
			<xs:enumeration value="0">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1">
				<xs:annotation>
					<xs:documentation>Laie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2">
				<xs:annotation>
					<xs:documentation>Laie mit PAD</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3">
				<xs:annotation>
					<xs:documentation>Med.Ass.Personal</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4">
				<xs:annotation>
					<xs:documentation>KTW/MZF</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5">
				<xs:annotation>
					<xs:documentation>Feuerwehr</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="6">
				<xs:annotation>
					<xs:documentation>sonstige</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_EH_REA">
		<xs:annotation>
			<xs:documentation>Typ für Ersthelfermaßnahmen</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>keine Maßnahmen</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Basic Life Support (BLS)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>zusätzlich AED</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_EHHDM">
		<xs:annotation>
			<xs:documentation>Typ für Ersthelfermaßnahmen nur Herzdruckmassage</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="1"/>
			<xs:enumeration value="0">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1">
				<xs:annotation>
					<xs:documentation>Ja</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2">
				<xs:annotation>
					<xs:documentation>Nein</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="9">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_AUSBILD">
		<xs:annotation>
			<xs:documentation>Typ für Notarztqualifikation</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Arzt in Weiterbildung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Facharzt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Facharzt mit fakultativer Weiterbildung spez. Intensivmedizin</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_FACH">
		<xs:annotation>
			<xs:documentation>Typ für Notarzt-Fachrichtung</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Innere</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Chirurgie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Anästhesie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>Pädiatrie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>Andere Fachrichtung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_NACHFNA">
		<xs:annotation>
			<xs:documentation>Typ für Notarztnachforderung</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Nachforderung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>keine Nachforderung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_FBSYSTEM">
		<xs:annotation>
			<xs:documentation>Typ für Feedback Systeme</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="1"/>
			<xs:enumeration value="0">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1">
				<xs:annotation>
					<xs:documentation>vorhanden und angewendet</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2">
				<xs:annotation>
					<xs:documentation>vorhanden und nicht angewendet</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3">
				<xs:annotation>
					<xs:documentation>nicht vorhanden</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_TYPFBSYS">
		<xs:annotation>
			<xs:documentation>Typ für Typ Feedbacksystem</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_AUTOCPR">
		<xs:annotation>
			<xs:documentation>Typ für Automatische Cardiokompressionsgeräte</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="1"/>
			<xs:enumeration value="0">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1">
				<xs:annotation>
					<xs:documentation>vorhanden und angewendet</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2">
				<xs:annotation>
					<xs:documentation>vorhanden und nicht angewendet</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3">
				<xs:annotation>
					<xs:documentation>nicht vorhanden</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_TYPAUCPR">
		<xs:annotation>
			<xs:documentation>Typ für Typ AutoCPR</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_NTECH">
		<xs:annotation>
			<xs:documentation>Typ für neue technische Hilfsmittel</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="1"/>
			<xs:enumeration value="0">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1">
				<xs:annotation>
					<xs:documentation>vorhanden und angewendet</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2">
				<xs:annotation>
					<xs:documentation>vorhanden und nicht angewendet</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3">
				<xs:annotation>
					<xs:documentation>nicht vorhanden</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_TYPNTECH">
		<xs:annotation>
			<xs:documentation>Typ für Typ neue technische Hilfsmittel</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="cpr">
		<xs:complexType>
			<xs:sequence maxOccurs="unbounded">
				<xs:element ref="cprev"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="cprev">
		<xs:annotation>
			<xs:documentation>Startelement eines CPR-Register Erstversorgungs-Datensatzes</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:group ref="Stammdaten"/>
				<xs:group ref="Basisdaten"/>
				<xs:group ref="Einsatzortbeschreibung"/>
				<xs:group ref="Erstbefunde"/>
				<xs:group ref="Kernmassnahmen_und_Ablauf"/>
				<xs:group ref="Weitere_Massnahmen_Technik"/>
				<xs:group ref="Weitere_Massnahmen_Medikamente"/>
				<xs:group ref="Uebergabe"/>
				<xs:group ref="Ergebnis_Reanimation"/>
				<xs:group ref="Vermutete_Diagnose"/>
				<xs:group ref="Defiauswertung"/>
				<xs:group ref="Komplikationen"/>
				<xs:group ref="Ersthelfer"/>
				<xs:group ref="QM_Notarzt"/>
				<xs:group ref="QM_Rettungsdienst"/>
				<xs:group ref="Aktualisierung_Nachtraege"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:group name="Stammdaten">
		<xs:annotation>
			<xs:documentation>Stammdaten</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="VERSION"/>
			<xs:element ref="DATUM"/>
			<xs:element ref="STOKENN"/>
			<xs:element ref="EWZ"/>
			<xs:element ref="PATID"/>
			<xs:element ref="GEBDAT"/>
			<xs:element ref="PATALTER"/>
			<xs:element ref="GESCHL"/>
			<xs:element ref="PROTNR" minOccurs="0"/>
			<xs:element ref="NAMNEF"/>
		</xs:sequence>
	</xs:group>
	<xs:group name="Ergebnis_Reanimation">
		<xs:annotation>
			<xs:documentation>Ergebnis Reanimation / Primäres Reanimationsergebnis</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="REAERG" maxOccurs="4"/>
			<xs:element ref="ZROSC1"/>
			<xs:element ref="ZTOD"/>
			<xs:element ref="NAMKLIN"/>
		</xs:sequence>
	</xs:group>
	<xs:group name="Uebergabe">
		<xs:annotation>
			<xs:documentation>Übergabe</xs:documentation>
			<xs:documentation><![CDATA[[help]Wird ein Patient nach begonnenen Reanimationsmaßnahmen transportiert oder einer weiterversorgenden Einrichtung übergeben, so erfolgt die Beurteilung des Übergabestatus. Verstirbt ein Patient im Rahmen der Erstversorgung und wird der Tod festgestellt, erfolgt hier keine Dokumentation.]]></xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="BEWLAG2"/>
			<xs:element ref="EKG2" maxOccurs="4"/>
			<xs:element ref="ATM2"/>
			<xs:element ref="GCS2"/>
			<xs:element ref="RRSYS2"/>
			<xs:element ref="UBDIA"/>
			<xs:element ref="HF2"/>
			<xs:element ref="AF2"/>
			<xs:element ref="UESAO"/>
			<xs:element ref="UECO" minOccurs="0"/>
			<xs:element ref="UETEMP"/>
		</xs:sequence>
	</xs:group>
	<xs:group name="Basisdaten">
		<xs:annotation>
			<xs:documentation>Basisdaten</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="ZKOLL"/>
			<xs:element ref="ZMELD"/>
			<xs:element ref="ZALFR" minOccurs="0"/>
			<xs:element ref="ZAAFR" minOccurs="0"/>
			<xs:element ref="ZEOFR" minOccurs="0"/>
			<xs:element ref="MEPNF"/>
			<xs:element ref="ZEPFR" minOccurs="0"/>
			<xs:element ref="ZALR"/>
			<xs:element ref="ZAAR" minOccurs="0"/>
			<xs:element ref="ZANKE_RD"/>
			<xs:element ref="ZEPR"/>
			<xs:element ref="ZTRAB"/>
			<xs:element ref="ZUEBG"/>
			<xs:element ref="ZALARM"/>
			<xs:element ref="ZABFST"/>
			<xs:element ref="ZANKE_NA"/>
			<xs:element ref="ZEPN"/>
		</xs:sequence>
	</xs:group>
	<xs:group name="Einsatzortbeschreibung">
		<xs:annotation>
			<xs:documentation>Einsatzortbeschreibung</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="PLZ" minOccurs="0"/>
			<xs:element ref="EINSAORT"/>
			<xs:element ref="EOKC" minOccurs="0"/>
			<xs:element ref="EOKO" minOccurs="0"/>
			<xs:element ref="BEMERK" minOccurs="0"/>
		</xs:sequence>
	</xs:group>
	<xs:group name="Erstbefunde">
		<xs:annotation>
			<xs:documentation>Erstbefunde</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="AAED1"/>
			<xs:element ref="EKG1"/>
			<xs:element ref="ATM1"/>
			<xs:element ref="BLUTZ"/>
			<xs:element ref="KTEMP"/>
		</xs:sequence>
	</xs:group>
	<xs:group name="Kernmassnahmen_und_Ablauf">
		<xs:annotation>
			<xs:documentation>Kernmaßnahmen und Ablauf</xs:documentation>
			<xs:documentation><![CDATA[[help]Im Feldkomplex Kernmaßnahmen und Ablauf wird eine Zuordnung der unterschiedlichen Maßnahmen zu den  Helfern  und dem Zeitpunkt der Hilfeleistung vorgenommen. Die Dokumentation beschreibt  die erste Person, die eine Maßnahme begonnen hat.  Ist die zeit nicht erfassbar oder bekannt, sidn den Maßnahmen entsprechend iher durchgeführten Reihenfolge Ziffern zu zuordnen.  Die Beschreibung ist unabhängig vom Erfolg der Maßnahmen.]]></xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="ZCKB"/>
			<xs:element ref="REA2"/>
			<xs:element ref="ZCDEFI"/>
			<xs:element ref="ZCITN"/>
			<xs:element ref="ZCIV"/>
			<xs:element ref="ZCVP"/>
			<xs:element ref="ZCROSC1"/>
			<xs:element ref="ZKOLLAPS"/>
			<xs:element ref="ZHLW" minOccurs="0"/>
			<xs:element ref="ZDEFI1"/>
			<xs:element ref="ZIV" minOccurs="0"/>
			<xs:element ref="ZEVP" minOccurs="0"/>
			<xs:element ref="ZINTUB" minOccurs="0"/>
		</xs:sequence>
	</xs:group>
	<xs:group name="Weitere_Massnahmen_Technik">
		<xs:annotation>
			<xs:documentation>Weitere Maßnahmen Technik</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="MTAED"/>
			<xs:element ref="MTACD"/>
			<xs:element ref="PACER"/>
			<xs:element ref="MTOCPR"/>
			<xs:element ref="ZVK"/>
			<xs:element ref="IOKAN"/>
			<xs:element ref="MTEB"/>
			<xs:element ref="TUBUS" maxOccurs="4"/>
			<xs:element ref="MTAK"/>
		</xs:sequence>
	</xs:group>
	<xs:group name="Weitere_Massnahmen_Medikamente">
		<xs:annotation>
			<xs:documentation>Weitere Maßnahmen Medikamente</xs:documentation>
			<xs:documentation><![CDATA[[help]In diesem Komplex erfolgt  die Angabe der verabreichten Medikamenten. Bei einigen Medikamenten wird nach der verabreichten Menge gefragt, bei anderen nach der Person die sie verabreicht hat. Wenn das gewählte Medikament nicht verabreicht wurde, erfolgt automatisch die Eingabe von 0. Eine Aktivierung erfolgt durch Mengenangabe in der angegebenen Maßeinheit.Sollte die gegebene Menge nicht bekannt sein, ist 9999 zu erfassen.  Alle Felder des Bereichs Medikamente sind Mehfachauswahlfelder und können kombiniert werden.]]></xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="ADRENA"/>
			<xs:element ref="VASOPRE"/>
			<xs:element ref="ATROP"/>
			<xs:element ref="MMLYSE"/>
			<xs:element ref="ZMMLYSE"/>
			<xs:element ref="NABIC"/>
			<xs:element ref="LIDOC"/>
			<xs:element ref="AMIODA"/>
			<xs:element ref="MANALG1"/>
			<xs:element ref="MMHYPNO"/>
			<xs:element ref="MSEDAT"/>
			<xs:element ref="IKOLL2"/>
			<xs:element ref="IKRIST2"/>
			<xs:element ref="SVR"/>
		</xs:sequence>
	</xs:group>
	<xs:group name="Vermutete_Diagnose">
		<xs:annotation>
			<xs:documentation>Vermutete Diagnose / Ursache</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="URKRSTST"/>
			<xs:element ref="ICD1"/>
			<xs:element ref="ICD2" minOccurs="0"/>
		</xs:sequence>
	</xs:group>
	<xs:group name="Defiauswertung">
		<xs:annotation>
			<xs:documentation>Defiauswertung</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="FIRSCHO"/>
			<xs:element ref="TECHSCHO"/>
			<xs:element ref="ENERGIESCHO"/>
			<xs:element ref="ANZDEFI"/>
			<xs:element ref="DACTYP1" minOccurs="0"/>
			<xs:element ref="DACTYP2" minOccurs="0"/>
		</xs:sequence>
	</xs:group>
	<xs:group name="Komplikationen">
		<xs:annotation>
			<xs:documentation>Komplikationen</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="KAIR" minOccurs="0"/>
			<xs:element ref="KVEN" minOccurs="0"/>
			<xs:element ref="RDRB1"/>
			<xs:element ref="REL1" minOccurs="0"/>
			<xs:element ref="ZEITP1" minOccurs="0"/>
			<xs:element ref="RDRB2"/>
			<xs:element ref="REL2" minOccurs="0"/>
			<xs:element ref="ZEITP2" minOccurs="0"/>
		</xs:sequence>
	</xs:group>
	<xs:group name="Ersthelfer">
		<xs:annotation>
			<xs:documentation>Ersthelfer/First-Responder</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="EHQFR"/>
			<xs:element ref="EH_REA"/>
			<xs:element ref="EHHDM" minOccurs="0"/>
		</xs:sequence>
	</xs:group>
	<xs:group name="QM_Notarzt">
		<xs:annotation>
			<xs:documentation>QM Notarzt</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="AUSBILD"/>
			<xs:element ref="FACH"/>
		</xs:sequence>
	</xs:group>
	<xs:group name="QM_Rettungsdienst">
		<xs:annotation>
			<xs:documentation>QM Rettungsdienst</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="NACHFNA"/>
			<xs:element ref="QMTEL"/>
			<xs:element ref="NKITN"/>
			<xs:element ref="NKVZ"/>
			<xs:element ref="NKAED"/>
			<xs:element ref="NKDEF"/>
			<xs:element ref="NKMED"/>
		</xs:sequence>
	</xs:group>
	<xs:group name="Aktualisierung_Nachtraege">
		<xs:annotation>
			<xs:documentation>Aktualisierung - Nachträge</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="FBSYSTEM" minOccurs="0"/>
			<xs:element ref="TYPFBSYS" minOccurs="0"/>
			<xs:element ref="AUTOCPR" minOccurs="0"/>
			<xs:element ref="TYPAUCPR" minOccurs="0"/>
			<xs:element ref="NTECH" minOccurs="0"/>
			<xs:element ref="TYPNTECH" minOccurs="0"/>
		</xs:sequence>
	</xs:group>
	<xs:element name="VERSION" type="t_VERSION" default="1.3" nillable="false">
		<xs:annotation>
			<xs:documentation>Version Erstversorgungsdatensatz</xs:documentation>
			<xs:documentation><![CDATA[[help]Die aktuelle Version des DGAI-Reanimationdatensatzes Erstversorgung lautet 1.3]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="DATUM" type="t_DATUM" nillable="false">
		<xs:annotation>
			<xs:documentation>Einsatzdatum</xs:documentation>
			<xs:documentation><![CDATA[[help]Das Datum der Reanimationsmaßnahmen. Bei Datumsübergreifenden Einsätzen gilt der Beginn der Maßnahmen.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="STOKENN" type="t_STOKENN" nillable="false">
		<xs:annotation>
			<xs:documentation>Standortkennung (Notarztstandort)</xs:documentation>
			<xs:documentation><![CDATA[[help]Die Standortkennungen werden für jeden Teilnehmer durch die Organisation des Reanimationsregisters vergeben. Bei Rückfragen wenden Sie sich an <a href=\"mailto:info@reanimationsregister.de\">info@reanimationsregister.de</a>]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="EWZ" type="t_EWZ" nillable="false">
		<xs:annotation>
			<xs:documentation>Einwohnerzahl im Versorgungsbereich des Notarztstandortes</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="PATID" type="t_PATID" nillable="false">
		<xs:annotation>
			<xs:documentation>Patientenidentifikation</xs:documentation>
			<xs:documentation><![CDATA[[help]Die Patientenidentifikation dient der Zuordnung und Anonymisierung der Patientendaten. Sie entspricht der Protokollnummer des Reanimationsprotokolls, der ausgegebenen TAN-Nummer oder der von Seiten des WEB-Registers generierten Identifikationsnummer.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="GEBDAT" type="t_DATUM">
		<xs:annotation>
			<xs:documentation>Geburtsdatum</xs:documentation>
			<xs:documentation><![CDATA[[help]Geburtsdatum des Patienten im Format tt.mm.jjjj]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="PATALTER" type="t_PATALTER">
		<xs:annotation>
			<xs:documentation>Alter des Patienten (in Tagen)</xs:documentation>
			<xs:documentation><![CDATA[[help]Dieser Wert wird vom System aus Einsatzdatum und Geburtsdatum berechnet]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="GESCHL" type="t_GESCHL" nillable="false">
		<xs:annotation>
			<xs:documentation>Geschlecht</xs:documentation>
			<xs:documentation><![CDATA[[help]Geschlecht des Patienten]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="PROTNR" type="t_PROTNR" nillable="false">
		<xs:annotation>
			<xs:documentation>Protokollnummer</xs:documentation>
			<xs:documentation><![CDATA[[help]Bezieht sich auf die Protokollnummer von NADOK oder Dokuform.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZKOLL" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Kollaps Zeitpunkt</xs:documentation>
			<xs:documentation><![CDATA[[help]Der Zeitpunkt des Kollaps des Patienten, soweit dieser beobachtet oder direkt bemerkt worden ist. Bei Eintritt des Kreislaufstillstandes nach Alarmierung des Rettungsdienstes kann sich diese Zeit ausserhalb der Reihenfolge Kollaps-Alarm-Ausgerückt-Eintreffen etc. befinden.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Der Zeitpunkt des Kollaps des Patienten, soweit dieser beobachtet oder direkt bemerkt worden ist. Bei Eintritt des Kreislaufstillstandes nach Alarmierung des Notfallteams ann sich diese Zeit  ausserhalb der Reihenfolge Kollaps-Alarm-Ausgerückt-Eintreffen etc. befinden.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZMELD" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Eingang Notruf</xs:documentation>
			<xs:documentation><![CDATA[[help]Zeitpunkt des Eingangs des Notrufes in der Rettungsleitstelle.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Zeitpunkt des Eingangs des Notrufes in der Alarmzentrale der Klinik (wenn das Notfallteam nicht direkt alarmiert wird).]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZALFR" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Alarm Firstresponder (FR)</xs:documentation>
			<xs:documentation><![CDATA[[help]Alarmierungszeit eines First-Responders als  "Vorausversorger" neben dem regulären Rettungsdienst.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Alarmierungszeit eines First-Responders als  "Vorausversorger" neben dem Notfallteam.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZAAFR" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Ausgerückt FR</xs:documentation>
			<xs:documentation><![CDATA[[help]Ausrückzeit  eines First-Responders als "Vorausverorger" neben dem regulären Rettungsdienst.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Ausrückzeit  eines First-Responders als "Vorausverorger" neben dem Notfallteam.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZEOFR" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Eintreffen E-Ort FR</xs:documentation>
			<xs:documentation><![CDATA[[help]Eintreffzeit eines First-Responders als "Vorausverorger" neben dem regulären Rettungsdienst am Einsatzort.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Eintreffzeit eines First-Responders als "Vorausverorger" neben dem Notfallteam.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZEPFR" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Eintreffen beim Pat. FR</xs:documentation>
			<xs:documentation><![CDATA[[help]Wird ein First-Responder als "Vorausversorger" neben dem regulären Rettungsdienst alarmiert, so erfolgt die Zeitangabe zusätzlich zu den Rettungsdienst- und Notarztzeiten. In diesem Feld wird die Eintreffzeit am Patienten erfasst. Ist diese Zeit identisch mit der Eintreffzeit am Einsatzort werden in den Feldern Eintreffen E-Ort und Eintreffen Patient die gleichen Zeiten notiert.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZALR" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Alarm RTW</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassung der Alarmzeit des RTW, Bei gleichzeitiger Alarmierung von Notarzt und RTW werden die Zeiten  für den Alarm identisch eingetragen.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Erfassung der Alarmzeit des nichtärztlichen Reanimationsteams. Bei gleichzeitiger Alarmierung von Arzt und  Fach-Pflegepersonal in der Klinik werden die Zeiten  für den Alarm identisch eingetragen.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZAAR" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Ausgerückt RTW</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassung der Ausrückzeit des RTW, . Bei gleichzeitigem Ausrücken von Notarzt und RTW werden die Zeiten   für das Ausrücken identisch eingetragen.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Erfassung der Ausrückzeit des nichtärztlichen Reanimationsteams. Bei gleichzeitigem Ausrücken von Arzt und Fach-Pflegepersonal in der Klinik werden die Zeiten   für das Ausrücken identisch eingetragen.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZANKE_RD" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Eintreffen E-Ort RTW</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Eintreffzeit am Einsatzort.Treffen RTW und NEF gleichzeitig ein, so sind die identischen Zeiten in beiden Feldern zu dokumentieren.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Erfassen der Eintreffzeit am Einsatzort.Treffen Fach- Pflegepersonal und Arzt gleichzeitig ein, so sind die identischen Zeiten in beiden Feldern zu dokumentieren.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZEPR" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Eintreffen beim Pat. RTW</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Eintreffzeit am Patienten. Ist diese Zeit identisch mit der Eintreffzeit am Einsatzort werden in den Feldern Eintreffen E-Ort und Eintreffen Patient die gleichen Zeiten notiert. Treffen RTW und NEF gleichzeitig ein, so sind die identischen Zeiten in beiden Feldern zu dokumentieren.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in] Erfassen der Eintreffzeit am Patienten. Ist diese Zeit identisch mit der Eintreffzeit am Einsatzort werden in den Feldern Eintreffen E-Ort und Eintreffen Patient die gleichen Zeiten notiert. Treffen Fach-Pflegepersonal  und Arzt gleichzeitig ein, so sind die identischen Zeiten in beiden Feldern zu dokumentieren.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZTRAB" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Transport RTW</xs:documentation>
			<xs:documentation><![CDATA[[help]Beginn des  Patiententransportes mit Start des Fahrzeuges in Richtung Klinik. h. Die Angabe von Zeiten ist nicht notwendig, wenn der Patient an der Einsatzstelle verstirbt.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Beginn  des Patiententransportes  mit dem Transport vom Notfallort zur weiter versorgenden Einheit. Die Angabe von Zeiten ist nicht notwendig, wenn der Patient an der Einsatzstelle verstirbt.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZUEBG" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Klinik RTW</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen des Eintreffens des Patienten in der Zielklinik , . Das System setzt die Zeiten des  Eintreffens an der Zielklinik für  RTW und NEFautomatisch gleich.Die Angabe von Zeiten ist nicht notwendig, wenn der Patient an der Einsatzstelle verstirbt.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Erfassen des Eintreffens der Ankunft in der  weiter versorgenden Einheit. Das System setzt die Zeiten des Eintreffens von   Arzt und Fach-Pflegepersonal des Reanimationsteams automatisch gleich.Die Angabe von Zeiten ist nicht notwendig, wenn der Patient an der Einsatzstelle verstirbt.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZALARM" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Alarm NEF</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der  Alarmzeit des NEF. Bei gleichzeitiger Alarmierung von Notarzt und RTW  werden die Zeiten  für den Alarm im Feld "Alarm RTW" und "Alarm NEF" identisch eingetragen.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Erfassen der  Alarmzeit des Arztes  des Rea-Teams. Bei gleichzeitiger Alarmierung  von Arzt und Fach-Pflegepersonal in der Klinik werden die Zeiten  für den Alarm im Feld "Alarm nichtärztliches Rea-Team " und "Alarm ärzliches Rea-Team " identisch eingetragen.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZABFST" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Ausgerückt NEF</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Ausrückzeit des NEF.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Erfassen der Ausrückzeit des Arztes vom Reanimationsteam.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZANKE_NA" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Eintreffen E-Ort NEF</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Eintreffzeit des Notarztes am Einsatzort.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Erfassen der Eintreffzeit des Arztes  des Rea-Teams am Einsatzort.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZEPN" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Eintreffen beim Pat. NEF</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der  Eintreffzeit des Notarztes am Patienten.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Erfassen der  Eintreffzeit des Arztes am Patienten.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="MEPNF" type="t_JANEIN">
		<xs:annotation>
			<xs:documentation>Eintreffen beim Pat. nicht erfassbar</xs:documentation>
			<xs:documentation>
0=Nein,1=Ja,
hebt Pflichtfelder Zeitpunkt Eintreffen bei Patient auf (FR, RTW, NEF).</xs:documentation>
			<xs:documentation><![CDATA[[help]Ist die Zeit des Eintreffens von angeforderten Hilfskräften  (FR, RTW, Notarzt) am Patienten nicht erfassbar bzw. nicht bekannt, so wird dies in diesem Feld notiert. Automatisch entfällt somit in der Plausibilitätsprüfung die Pflichteingabe im Feld "Zeitpunkt Eintreffen Patient" bei First-Responder, RTW und  Notarzt.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Ist die Zeit des Eintreffens von angeforderten Hilfskräften  (Pflegekraft, Fachpflegekraft und Arzt) am Patienten nicht erfassbar bzw. nicht bekannt, so wird dies in diesem Feld notiert. Automatisch entfällt somit in der Plausibilitätsprüfung die Pflichteingabe im Feld "Zeitpunkt Eintreffen Patient" bei First-Responder, und  Notarzt.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="PLZ" type="t_PLZ">
		<xs:annotation>
			<xs:documentation>Einsatzort PLZ</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="EINSAORT" type="t_EINSAORT">
		<xs:annotation>
			<xs:documentation>Einsatzort Präklinik</xs:documentation>
			<xs:documentation><![CDATA[[help]Der Einsatzort ist auszuwählen: Wohnung, Altenhaim, Arbeitsplatz, Arztpraxis, Straß, Öffentlicher Raum, Krankenhaus,  Massenveranstaltung.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="EOKC" type="t_EOKC">
		<xs:annotation>
			<xs:documentation>Einsatzort Klinik Code</xs:documentation>
			<xs:documentation><![CDATA[[help]Kliniken, die ihre innerklinischen Reanimationen in das Register eingeben, haben für die Unterscheidung von unterschiedlichen Standorten Kennungen von Seiten der Organisation des Reanimationsregisters erhalten. In diesem Feld erfolgt eine Angabe nur dann, wenn es sich um eine innerklinische Reanimation handelt. Der Patient befand sich also zum Zeitpunkt des Kreislaufstillstandes bereits im Krankenhaus und wurde nicht akut mit dem Rettungsdienst eingeliefert.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Kliniken, die ihre innerklinischen Reanimationen in das Register eingeben, haben für die Unterscheidung von unterschiedlichen Standorten Kennungen von Seiten der Organisation des Reanimationsregisters erhalten. In diesem Feld erfolgt eine Angabe nur dann, wenn es sich um eine innerklinische Reanimation handelt. Der Patient befand sich also zum Zeitpunkt des Kreislaufstillstandes bereits im Krankenhaus und wurde nicht akut mit dem Rettungsdienst eingeliefert.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="EOKO" type="t_EOKO">
		<xs:annotation>
			<xs:documentation>Einsatzort in der Klinik</xs:documentation>
			<xs:documentation><![CDATA[[help-in]Der Einsatzort des Notfalls ist auszuwählen: Normalstation, Wachstation, Intensivstation, Notaufnahme, OP, Aufwachraum, Funktionsbereich, Gelände, Sonstiges.]]></xs:documentation>
			<xs:documentation><![CDATA[[co]aus Liste wählen]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="NAMKLIN" type="t_NAMKLIN">
		<xs:annotation>
			<xs:documentation>Zielklinik</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="NAMNEF" type="t_NAMNEF">
		<xs:annotation>
			<xs:documentation>NEF Kennung</xs:documentation>
			<xs:documentation><![CDATA[[help]Rufname des NEF.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="BEMERK" type="t_BEMERK">
		<xs:annotation>
			<xs:documentation>Bemerkung zur Einsatzortbeschreibung</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="AAED1" type="t_AAED1">
		<xs:annotation>
			<xs:documentation>AED-Schockfreigabe für FR oder RD (AED Diagnosealgorithmus erkennt Kafli)</xs:documentation>
			<xs:documentation><![CDATA[[help]Zahlreiche AED haben keinen EKG Monitor. Die Erfassung von defibrillationspflichtigen Rhythmen erfolgt  bei diesen Geräten über die Beurteiliung der erfolgten oder nicht erfolgten Schockfreigabe des AED.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="EKG1" type="t_EKG1">
		<xs:annotation>
			<xs:documentation>Erstbefund-EKG Notarzt</xs:documentation>
			<xs:documentation><![CDATA[[help]Der  Notarzt beurteilt das erste sichtbare EKG (nach Kreislaufstillstand), welches mittels Schnellableitung, großflächiger Klebeelektroden oder normaler EKG Ableitung gewonnen wird.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Der  Arzt beurteilt das erste sichtbare EKG (nach Kreislaufstillstand), welches mittels Schnellableitung, großflächiger Klebeelektroden oder normaler EKG Ableitung gewonnen wird.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ATM1" type="t_ATM1">
		<xs:annotation>
			<xs:documentation>Erstbefund-Atmung</xs:documentation>
			<xs:documentation><![CDATA[[help]Der  Notarzt beurteilt die Atemfunktion des Patienten nach Kreislaufstillstand.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Der Arzt beurteilt die Atemfunktion des Patienten nach Kreislaufstillstand.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="BLUTZ" type="t_BLUTZ">
		<xs:annotation>
			<xs:documentation>Blutzucker</xs:documentation>
			<xs:documentation><![CDATA[[help]Angabe des im Rahmen der Erstversorgung gemessenen Blutzuckerwertes in der Einheit mg/dl.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]mg/dl]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="KTEMP" type="t_TEMPERATUR">
		<xs:annotation>
			<xs:documentation>Temperatur 1</xs:documentation>
			<xs:documentation><![CDATA[[help]Angabe der im Rahmen der Erstversogung gemessenen Körperkern-Temperatur in ° C, unabhängig vom Messort.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]°C]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZCKB" type="t_ZCKB">
		<xs:annotation>
			<xs:documentation>Kollaps beobachtet</xs:documentation>
			<xs:documentation><![CDATA[[help]Wer hat den Kollaps beobachtet? (Auswahl)]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="REA2" type="t_AUSFPERSON">
		<xs:annotation>
			<xs:documentation>HLW Start</xs:documentation>
			<xs:documentation><![CDATA[[help]Wer hat mit der Herz-Lungen-Wiederbelebung begonnen? (Auswahl)]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZCDEFI" type="t_AUSFPERSON">
		<xs:annotation>
			<xs:documentation>1. Defibrillation</xs:documentation>
			<xs:documentation><![CDATA[[help]Wer hat die erste Defibrillation durchgeführt ? (Auswahl)]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZCITN" type="t_AUSFPERSON">
		<xs:annotation>
			<xs:documentation>Intubation</xs:documentation>
			<xs:documentation><![CDATA[[help]Wer hat intubiert ? (Auswahl)]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZCIV" type="t_AUSFPERSON">
		<xs:annotation>
			<xs:documentation>i.v. Zugang</xs:documentation>
			<xs:documentation><![CDATA[[help]Wer hat den iv Zugang gelegt ?  (Auswahl)]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZCVP" type="t_AUSFPERSON">
		<xs:annotation>
			<xs:documentation>Erster Vasopressor</xs:documentation>
			<xs:documentation><![CDATA[[help]Von wem wurde der erste Vasopressor gegeben ?  (Auswahl)]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZCROSC1" type="t_AUSFPERSON">
		<xs:annotation>
			<xs:documentation>1. ROSC durch</xs:documentation>
			<xs:documentation><![CDATA[[help](ROSC: Return of spontaneous circulation): Zuordung, bei wessen Anwesenheit der Patient erstmalig wieder einen Eigenkreislauf erreicht hat. (Auswahl)]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZKOLLAPS" type="t_ZKOLLAPS">
		<xs:annotation>
			<xs:documentation>Therapiefreies Intervall</xs:documentation>
			<xs:documentation><![CDATA[[help]Das therapiefreie Intervall kennzeichnet den Zeitraum zwischen Eintritt des Kreisalufstillstandes und Beginn von Wiederbelebungsmaßnahmen. Wie lang war diese Zeit vermutlich?]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZHLW" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Zeitpunkt HLW Start</xs:documentation>
			<xs:documentation><![CDATA[[help]Zeitpunkt,  Uhrzeit oder Reihenfolge mit Ziffern,  zu dem mit Reanmationsmaßnahmen begonnen wurde.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZDEFI1" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Zeitpunkt 1. Defibrillation</xs:documentation>
			<xs:documentation><![CDATA[[help]Zeitpunkt, Uhrzeit oder Reihenfolge mit Ziffern, der ersten Defibrillation.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZIV" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Zeitpunkt iv Zugang</xs:documentation>
			<xs:documentation><![CDATA[[help]Zeitpunkt, Uhrzeit oder Reihenfolge mit Ziffern, an dem ein venöser Zugang etabliert wurde.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZEVP" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Zeitpunkt erster Vasopressor</xs:documentation>
			<xs:documentation><![CDATA[[help]Zeitpunkt, Uhrzeit oder Reihenfolge mit Ziffern,  der ersten Vasopressorgabe.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZINTUB" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Zeitpunkt Intubation</xs:documentation>
			<xs:documentation><![CDATA[[help]Zeitpunkt , Uhrzeit oder Reihenfolge mit Ziffern, der Intubation.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="MTAED" type="t_AUSPMASSNAHMETECHNIK">
		<xs:annotation>
			<xs:documentation>AED</xs:documentation>
			<xs:documentation><![CDATA[[help]AED: Automatischer Externer Defibrillator. Kommt ein solches Gerät zum Einsatz, unabhängig vom Anwenders wird hier erfasst.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="MTACD" type="t_AUSPMASSNAHMETECHNIK">
		<xs:annotation>
			<xs:documentation>ACD-CPR</xs:documentation>
			<xs:documentation><![CDATA[[help]Die Kardikompression mit Hilfe der "Saugglocke" ACD-CPR = Activ Compression - Dekompression-CPR wird hier erfasst. Wurde das Gerät eingesetzt?]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="PACER" type="t_AUSPMASSNAHMETECHMIND">
		<xs:annotation>
			<xs:documentation>Schrittmacher</xs:documentation>
			<xs:documentation><![CDATA[[help]Der Einsatz eines Schrittmachers (intern, transcutan) wird hier  erfasst.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="MTOCPR" type="t_AUSPMASSNAHMETECHNIK">
		<xs:annotation>
			<xs:documentation>offene CPR</xs:documentation>
			<xs:documentation><![CDATA[[help]Maßnahmen der direkten Kardiokompression nach Thorakotomie werden als offene CPR beschrieben. Fand sie statt?]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZVK" type="t_AUSPMASSNAHMETECHMIND">
		<xs:annotation>
			<xs:documentation>ZVK Zentralvenöser Zugang</xs:documentation>
			<xs:documentation><![CDATA[[help]Die  Anlage eines Zentralvenösen Zugangsweges, unabhängig von der gewählten Vene, wird hier erfasst. Im Feld "Komplikationen iv Zugänge" ist ggf. ein Eintrag notwendig und erforderlich.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="IOKAN" type="t_AUSPMASSNAHMETECHMIND">
		<xs:annotation>
			<xs:documentation>intraossäre Nadel</xs:documentation>
			<xs:documentation><![CDATA[[help]Die Anlage eines intraössaren Zuganges, unabhängig von weiteren Gefäßzugängen, wird hier erfasst. Im Feld "Komplikationen iv Zugänge" ist ggf. ein Eintrag notwendig und erforderlich!]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="MTEB" type="t_AUSPMASSNAHMETECHNIK">
		<xs:annotation>
			<xs:documentation>endobronchiale Medikation</xs:documentation>
			<xs:documentation><![CDATA[[help]Die Anwendung des endobronchialen Applikationsweges bei Reanimationen wird hier erfasst. Dies ist unahängig von zusätzlichen venösen Zugängen, iO-Nadeln oder ZVK Anlagen.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="TUBUS" type="t_TUBUS">
		<xs:annotation>
			<xs:documentation>Atemwegszugang</xs:documentation>
			<xs:documentation><![CDATA[[help]Die Anwendung alternativer Atemwegsinstrumente als Alternative zur Intubation wird hier erfasst. Im Feld "Komplikationen Intubation" ist ggf. ein Eintrag notwendig und erforderlich, wenn der Einsatz der alternativen Atemwegssicherung bei schwieriger oder nicht möglicher Intubation erfolgte. Wurde primär das alternative Tool anstelle eines Intubationsversuches eingesetzt, ist keine Angabe im Feld "Komplikationen Intubation" notwendig.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="MTAK" type="t_MTAK">
		<xs:annotation>
			<xs:documentation>aktive Kühlung</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfolgt eine aktive Kühlung eines Patienten ist diese in diesem Feld zu erfassen. Hiermit sind nicht hypotherme Patienten, z.B. nach Einbruch und Eintauchen in Eiswasser gemeint sondern bewußtes Maßnahmen der Absenkung der Körperkerntemperatur auf Bereiche zwischen 32° C und 34 °C lt. aktuller ILCOR-Empfehlung.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ADRENA" type="t_MENGE4_1">
		<xs:annotation>
			<xs:documentation>Suprarenin</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Gabe von Adrenalin. Gültiger Wertebereich von 0,1 bis 9998,0 mg.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]mg]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="VASOPRE" type="t_MENGE3" default="0">
		<xs:annotation>
			<xs:documentation>Vasopressin</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Gabe von Vasopressin.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]i.E.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ATROP" type="t_MENGE2_1" default="0">
		<xs:annotation>
			<xs:documentation>Atropin</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Gabe von Atropin.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]mg]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="MMLYSE" type="t_MENGE4" default="0">
		<xs:annotation>
			<xs:documentation>Lysetherapie</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Gabe eines Thrombolytikums in Einheiten oder mg.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]mg]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZMMLYSE" type="t_ZMMLYSE" default="00">
		<xs:annotation>
			<xs:documentation>Lysetherapie Zeitpunkt</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen des Zeitpunkt, zu dem ein Thrombolytikum verabreicht wurde. Bei Mehrfachgabe oder kontinuierlicher Gabe  ist der Beginn der Thrombolyse zun erfassen.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="NABIC" type="t_MENGE3" default="0">
		<xs:annotation>
			<xs:documentation>NaBi</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Menge von Pufferlösung.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]ml]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="LIDOC" type="t_MENGE3" default="0">
		<xs:annotation>
			<xs:documentation>Lidocain</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Menge von Lidocain.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]mg]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="AMIODA" type="t_MENGE3" default="0">
		<xs:annotation>
			<xs:documentation>Amiodaron</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Menge von Amiodaron.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]mg]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="MANALG1" type="t_MEDIKAMENTENGABEJANEIN" default="00">
		<xs:annotation>
			<xs:documentation>Analgetikum</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Personengruppe die  Analgetika  gegeben hat.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="MMHYPNO" type="t_MEDIKAMENTENGABEJANEIN" default="00">
		<xs:annotation>
			<xs:documentation>Hypnotikum</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Personengruppe die Hypnotika gegeben hat.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="MSEDAT" type="t_MEDIKAMENTENGABEJANEIN" default="00">
		<xs:annotation>
			<xs:documentation>Sedativum</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Personengruppe die Sedativa gegeben hat.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="IKOLL2" type="t_MENGE4" default="0">
		<xs:annotation>
			<xs:documentation>Kolloide Infusion</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Menge von kolloiden Infusionen (HÄS, Gelatine, Dextrane, Humanalbumin).]]></xs:documentation>
			<xs:documentation><![CDATA[[si]ml]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="IKRIST2" type="t_MENGE4" default="0">
		<xs:annotation>
			<xs:documentation>Kristalloide Infusion</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Menge von kristalloiden (wäßrigen) Infusionen.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]]]></xs:documentation>
			<xs:documentation><![CDATA[[si]ml]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="SVR" type="t_MENGE3" default="0">
		<xs:annotation>
			<xs:documentation>Hypertone hyperonkotische Infusion</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Menge von hypertonen hyperonkotischen Infusionen  (Hypertones NaCl, HyperHÄS).]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]]]></xs:documentation>
			<xs:documentation><![CDATA[[si]mg]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="BEWLAG2" type="t_BEWLAG2">
		<xs:annotation>
			<xs:documentation>Übergabe Bewusstsein</xs:documentation>
			<xs:documentation><![CDATA[[help]Beurteilung der Bewußtslage - unabhängig von GCS. Hierdurch kann ein analgosedierter Patient mit gleicher neurologischer Symptomatik wie ein Bewußtloser differenziert werden. (Auswahl)]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="EKG2" type="t_EKG2">
		<xs:annotation>
			<xs:documentation>Übergabe EKG</xs:documentation>
			<xs:documentation><![CDATA[[help]Beurteilung des Übergabe- EKG Rhythmus. Zusätzlich sind Ergänzungsrhytmen und Rhythmusstörungen  erfassbar. (Auswahl)]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ATM2" type="t_ATM2">
		<xs:annotation>
			<xs:documentation>Übergabe Atmung</xs:documentation>
			<xs:documentation><![CDATA[[help]Beurteilung der Atmung  bei Übergabe. (Auswahl)]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="GCS2" type="t_GCS2">
		<xs:annotation>
			<xs:documentation>Übergabe GCS</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der GCS des Patientenzum Zeitpunkt der Übergabe., im Wertebereich 3-15 . (Es wird  die beste motorische Antwort einmal gewertet). Analgosedierte Patienten erhalten im Reanimationsregister den Wert 3. Eine Kennzeichung im Feld Bewußtsein mit Angabe der Analgosedierung ist in diesen Fällen  notwendig.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="RRSYS2" type="t_BLUTDRUCK">
		<xs:annotation>
			<xs:documentation>Übergabe Systolischer RR</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassung des systolischen Blutdruckwertes zum Zeitpunkt der Übergabe in mmHg.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]mmHg]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="UBDIA" type="t_BLUTDRUCK">
		<xs:annotation>
			<xs:documentation>Übergabe Diastolischer RR</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassung des diastolischen Blutdruckwertes zum Zeitpunkt der Übergabe in mmHg.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]mmHg]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="HF2" type="t_HERZFREQUENZ">
		<xs:annotation>
			<xs:documentation>Übergabe Herzfrequenz</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der  Herzfrequenz zum Zeitpunkt der Übergabe in HF/min.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]1/min]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="AF2" type="t_ATEMFREQUENZ">
		<xs:annotation>
			<xs:documentation>Übergabe Atemfrequenz</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Atemfrequenz zum Zeitpunkt der Übergabe in  AF/min.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]1/min]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="UESAO" type="t_PROZENT">
		<xs:annotation>
			<xs:documentation>Übergabe SaO2</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der  peripheren Sauerstoffsättigung zum Zeitpunkt der Übergabe in %.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]%]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="UECO" type="t_MMHG">
		<xs:annotation>
			<xs:documentation>Übergabe ex CO2</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der exsppiratorischer CO2 Konzentration  zum Zeitpunkt der Übergabe in mmHg.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]mmHg]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="UETEMP" type="t_TEMPERATUR">
		<xs:annotation>
			<xs:documentation>Übergabe Temperatur</xs:documentation>
			<xs:documentation><![CDATA[[help]Erfassen der Körpertemperatur zum Zeitpunkt der Übergabe in Grad Celsius.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]°C]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="REAERG" type="t_REAERG">
		<xs:annotation>
			<xs:documentation>primäres Reanimationsergebnis</xs:documentation>
			<xs:documentation><![CDATA[[help]Bei der Beurteilung des primären Reanimationsergebnis soll unterschieden werden in erfolgreiche Reanimation (=ROSC bei Aufnahme) hier ist der Patient lebend, und nicht erfolgreiche Reanimation (niemals ROSC)  oder ROSC > 30 Minuten. In beiden Fällen gibt es einen Todeszeitpunkt. Zusätzlich gibt  jemals ROSC, aber danach wieder kein Eigenkreislauf.  Damit wird ein Spontankreislauf beschrieben > 30 Sekunden, der mehr darstellt als gelegentliche Schnappatmung oder ein flüchtig palpierter Puls. Auch in diesem Fall ist der Patient  tot. Als weitere Option ist der Transport unter laufenden Reanimationsmaßnahmen zu bewerten. Hier wurde bislang keine Todesfeststellung vorgenommen, der Patient hatte aber zum Zeitpunkt der Übergabe keinen Eigenkreislauf. ROSC=return of spontaneous circulation (Spontankreislauf).]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZROSC1" type="t_ZROSC1">
		<xs:annotation>
			<xs:documentation>ROSC Zeitpunkt</xs:documentation>
			<xs:documentation><![CDATA[[help]Bei Wiedereintritt eines Eingenkreislaufs (ROSC) ist die Zeit zu notieren. Ab diesem Zeitpunkt hat der Patient einen eigenen Kreislauf mit einem messbaren Puls. Auch wenn dieser wieder zusammenbricht.ROSC=return of spontaneous circulation (Spontankreislauf)]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZTOD" type="t_ZTOD">
		<xs:annotation>
			<xs:documentation>Todeszeitpunkt nach erfolgloser Reanimation</xs:documentation>
			<xs:documentation><![CDATA[[help]Nach Abbbruch der Reanimationsmaßnahmen wird der Tod des Patienten festgestellt. Die Uhrzeit ist hier zu notieren.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="URKRSTST" type="t_URKRSTST">
		<xs:annotation>
			<xs:documentation>Vermutete Ursache</xs:documentation>
			<xs:documentation><![CDATA[[help]Die internationalen Vorgaben des Utstein-Style Protokolls unterscheiden die Ursachen eines Kreislaufstillstandes in mehreren Sektionen. Gefragt ist die aus Sicht des Notarztes vermutliche Ursache.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Die internationalen Vorgaben des Utstein-Style Protokolls unterscheiden die Ursachen eines Kreislaufstillstandes in mehreren Sektionen. Gefragt ist die aus Sicht des versorgenden Arztes vermutliche Ursache.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ICD1" type="t_ICD10">
		<xs:annotation>
			<xs:documentation>Haupt Diagnose ICD-Code 10</xs:documentation>
			<xs:documentation><![CDATA[[help]Ist die Einweisungs-Diagnose nach ICD bekannt, soll sie an dieser Stelle gemäß dem ICD, Version xxx eingefügt werden.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ICD2" type="t_ICD10">
		<xs:annotation>
			<xs:documentation>Nebendiagnose ICD-Code 10</xs:documentation>
			<xs:documentation><![CDATA[[help]Ist eine Einweisungs-Nebendiagnose nach ICD bekannt, soll sie an dieser Stelle gemäß dem ICD, Version xxx eingefügt werden.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="FIRSCHO" type="t_FIRSCHO">
		<xs:annotation>
			<xs:documentation>Spezifität des ersten erfolreichen Schocks</xs:documentation>
			<xs:documentation><![CDATA[[help]Die Spezifität des ersten erfolgreichen Defibrillationsschocks charakterisiert sowohl den Anwender als auch das eingesetzte Gerät. Hierbei wird unterschieden in PAD (einfache Public Access Defibrillatatoren), AED sowie manuelle Geräte. Eine Zuordnung zum Anwender wird ebenfalls gekennzeichnet. Zusätzlich zu diesem Feld ist im Feld "Kernmaßnahmen und Reihenfolge" die Defibrillation zu kennzeichnen, wobei im Block Kernmaßnahmen nach dem Anwender der ersten Defibrillation, in diesem Feld hier nach dem Anwender und der Art der ersten ERFOLGREICHEN Defibrillation gefragt ist. Das hier vorliegende Feld fragt speziell nach dem ersten erfolgreichen Schock und ist outcomeunabhängig.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Die Spezifität des ersten erfolgreichen Defibrillationsschocks charakterisiert sowohl den Anwender als auch das eingesetzte Gerät. Hierbei wird unterschieden in PAD (einfache Public Access Defibrillatatoren), AED sowie manuelle Geräte. Eine Zuordnung zum Anwender wird ebenfalls gekennzeichnet. Zusätzlich zu diesem Feld ist im Feld "Kernmaßnahmen und Reihenfolge" die Defibrillation zu kennzeichnen, wobei im Block Kernmaßnahmen nach dem Anwender der ersten Defibrillation, in diesem Feld hier nach dem Anwender und der Art der ersten ERFOLGREICHEN Defibrillation gefragt ist. Das hier vorliegende Feld fragt speziell nach dem ersten erfolgreichen Schock und ist outcomeunabhängig.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="TECHSCHO" type="t_TECHSCHO">
		<xs:annotation>
			<xs:documentation>Art des ersten erfolgreichen Schocks</xs:documentation>
			<xs:documentation><![CDATA[[help]Zur weiteren Differenzierung der erfolgreichen Defibrillation ist die Unterscheidung in monophasische und biphasische Energieformen Bestandteil des Reanimationsregisters. Das hier vorliegende Feld fragt speziell nach dem ersten erfolgreichen Schock und ist ergebnisunabhängig.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ENERGIESCHO" type="t_ENERGIE">
		<xs:annotation>
			<xs:documentation>Energie des ersten erfolgreichen Schocks</xs:documentation>
			<xs:documentation><![CDATA[[help]Zur weiteren Differenzierung einer erfolgreichen Defibrillation ist die Angabe der Energiestufe Bestandteil des Reanimationsregisters. Das hier vorliegende Feld fragt speziell nach dem ersten erfolgreichen Schock und ist ergebnisunabhängig.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]J]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ANZDEFI" type="t_ANZDEFI">
		<xs:annotation>
			<xs:documentation>Anzahl Defischocks</xs:documentation>
			<xs:documentation><![CDATA[[help]Hier ist die Gesamtanzahl aller im Rahmen der Erstversorgung abgegebenen Defibrillationsschocks gefragt. Diese Angabe ist ergebnisunabhängig.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="DACTYP1" type="t_DACTYP1">
		<xs:annotation>
			<xs:documentation>Code Defibrillator</xs:documentation>
			<xs:documentation><![CDATA[[help]Die gängigen Defibrillatortypen, die in Deutschland zum Einsatz kommen, wurden in Hersteller und Gerätegruppen eingeteilt und codiert. Fehlt die Angabe für ein Gerät, welches in Ihrem Bereich zum Einsatz kommt, senden Sie bitte eine eMail an info@reanimationsregister.de. Der Datensatz wird danach entsprechend erweitert. Bitte vergeben Sie keine eigenen Codierungen, da ein Zuordnung im bundesweiten Register sonst nicht mehr möglich ist.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="DACTYP2" type="t_DACTYP2">
		<xs:annotation>
			<xs:documentation>Code DefiHersteller</xs:documentation>
			<xs:documentation><![CDATA[[help]Die gängigen Defibrillatortypen, die in Deutschland zum Einsatz kommen, wurden in Hersteller und Gerätegruppen eingeteilt und codiert. Fehlt die Angabe für ein Gerät, welches in Ihrem Bereich zum Einsatz kommt, senden Sie bitte eine eMail an info@reanimationsregister.de. Der Datensatz wird danach entsprechend erweitert. Bitte vergeben Sie keine eigenen Codierungen, da ein Zuordnung im bundesweiten Register sonst nicht mehr möglich ist.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="KAIR" type="t_KAIR" default="0">
		<xs:annotation>
			<xs:documentation>Komplikationen Atemweg</xs:documentation>
			<xs:documentation><![CDATA[[help]Gefragt ist nach Problemen bei der endotrachealen Intubation. Diese ist als schwierig zu beschreiben, wenn ein geübter Anwender mehr als 2 Versuche für eine erfolgreiche Intubation benötigt. Eine Beschreibung als unmöglich liegt dann vor, wenn eine endotracheale Intubation auch nach mehreren Versuchen nicht gelingt. Kommen nach dieser Komplikation alternative Atemwegsinstrumente zum Einsatz, so sollten diese im Feld "Weitere Maßnahmen Technik" entsprechend gekennzeichnet werden.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="KVEN" type="t_KVEN" default="0">
		<xs:annotation>
			<xs:documentation>Komplikationen Venöser Zugang</xs:documentation>
			<xs:documentation><![CDATA[[help]Gefragt ist nach Problemen bei der Punktion peripher venöser Gefäße  Diese ist als schwierig zu beschreiben, wenn ein geübter Anwender mehr als 2 Versuche  benötigt. Eine Beschreibung als unmöglich liegt dann vor, wenn ein peripher vernöser Zugang auch nach mehreren Versuchen nicht gelingt. Kommen nach dieser Komplikation intraossäre Nadeln, ZVK oder die endobronchiale Medikamentegaben  zum Einsatz, so sollten diese im Feld "Weitere Maßnahmen Technik" entsprechend gekennzeichnet werden.Hierbei ist grundsätzlich auch Mehrfachauswahl möglich.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="RDRB1" type="t_RDRB" default="999">
		<xs:annotation>
			<xs:documentation>1. Einsatzbesonderheit/technische Fehlfunktionen</xs:documentation>
			<xs:documentation><![CDATA[[help]Einsatzbesonderheiten, die sich auf technisches Gerät oder Einsatzabläufe beziehen, werden hier vermerkt. Ihre Relevanz im Hinblick auf den weiteren Verlauf und den Zeitpunkt des Auftretens werden in den nächsten beiden Feldern erfaßt. (Auswahl)]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="RDRB2" type="t_RDRB" default="999">
		<xs:annotation>
			<xs:documentation>2. Einsatzbesonderheit/technische Fehlfunktionen</xs:documentation>
			<xs:documentation><![CDATA[[help]Einsatzbesonderheiten, die sich auf technisches Gerät oder Einsatzabläufe beziehen, werden hier vermerkt. Ihre Relevanz im Hinblick auf den weiteren Verlauf und den Zeitpunkt des Auftretens werden in den nächsten beiden Feldern erfaßt.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="REL1" type="t_REL">
		<xs:annotation>
			<xs:documentation>Relevanz 1. Besonderheit</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="REL2" type="t_REL">
		<xs:annotation>
			<xs:documentation>Relevanz 2. Besonderheit</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZEITP1" type="t_RELZEITP">
		<xs:annotation>
			<xs:documentation>Zeitpunkt 1.  Besonderheit</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZEITP2" type="t_RELZEITP">
		<xs:annotation>
			<xs:documentation>Zeitpunkt 2.  Besonderheit</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="EHQFR" type="t_EHQFR" default="0">
		<xs:annotation>
			<xs:documentation>Qualifikation First-Responder</xs:documentation>
			<xs:documentation><![CDATA[[help]Der First-Responder, der parallel zum organiserten Rettungsdienst alarmiert wird, kann hier unterschieden werden. Die jeweiligen Maßnahmen sind im Feld "Kernmaßnahmen" zu erfassen.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Der First-Responder, (Pflegekraft, Stationsarzt) der parallel zum organiserten Notfallteam alarmiert wird, kann hier unterschieden werden. Die jeweiligen Maßnahmen sind im Feld "Kernmaßnahmen" zu erfassen.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="EH_REA" type="t_EH_REA" default="00">
		<xs:annotation>
			<xs:documentation>Ersthelfermaßnahmen</xs:documentation>
			<xs:documentation><![CDATA[[help]Maßnahmen, die ein Ersthelfer, d.h. nicht alarmierter Helfer bei einer Reanimation durchführt sind hier abgefragt. Per Definition sind alle Personen, also auch Rettungdienstpersonal und Ärzte, die zufällig beim Patienten die Maßnahmen vornehmen, als Ersthelfer zu erfassen. Die entsprechend durchgeführtem Maßnahmen können im Feld "Kernmaßnahmen" zugeornet werden.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Maßnahmen, die ein Ersthelfer, d.h. nicht alarmierter Helfer bei einer Reanimation durchführt sind hier abgefragt. Per Definition sind alle Personen, also auch Pflegepersonal und Ärzte, die zufällig beim Patienten die Maßnahmen vornehmen, als Ersthelfer zu erfassen. Die entsprechend durchgeführtem Maßnahmen können im Feld "Kernmaßnahmen" zugeornet werden.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="EHHDM" type="t_JANEINNULL" default="0">
		<xs:annotation>
			<xs:documentation>Ersthelfermaßnahmen nur Herzdruckmassage</xs:documentation>
			<xs:documentation><![CDATA[[help]In diesem Feld wird die Ersthelfermaßnahme Herz-Lungen-Wiederbelebung ohne Hilfsmittel abgefragt.  Per Definition sind alle Personen, also auch Rettungdienstpersonal und Ärzte, die zufällig beim Patienten die Maßnahmen vornehmen, als Ersthelfer zu erfassen.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]In diesem Feld wird die Ersthelfermaßnahme Herz-Lungen-Wiederbelebung ohne Hilfsmittel abgefragt.  Per Definition sind alle Personen, also auch Pflegepersonal  und Ärzte, die zufällig beim Patienten die Maßnahmen vornehmen, als Ersthelfer zu erfassen.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="AUSBILD" type="t_AUSBILD">
		<xs:annotation>
			<xs:documentation>Notarztqualifikation</xs:documentation>
			<xs:documentation><![CDATA[[help]Die Qualifikation des eingesetzten Notarztes des  wird hier erfasst.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Die Qualifikation des eingesetzten Klinikarztes des Reanimationsteams wird hier erfasst.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="FACH" type="t_FACH">
		<xs:annotation>
			<xs:documentation>Fachrichtung</xs:documentation>
			<xs:documentation><![CDATA[[help]Die Fachrichtung des eingesetzten Notarzteswird hier erfasst.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]Die Fachrichtung des eingesetzten Klinikarztes des Reanimationsteams wird hier erfasst.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="NACHFNA" type="t_NACHFNA" default="00">
		<xs:annotation>
			<xs:documentation>Notarztnachforderung</xs:documentation>
			<xs:documentation><![CDATA[[help]Eine Notarztnachforderung präklinisch liegt immer dann vor, wenn das nicht-ärztliche Rettungsmittel einen Notarzt zur Einsatzstelle nachfordert. Gemeint ist nicht die nachträgliche Alarmierung des Notarztes durch die Leitstelle nach einem erneuten Anruf  o.ä. Die unterschiedlichen Zeiten der Alarmierung sind im Bereich "Zeiten" zu erfassen. Die Eintreffzeit des Notarztes muss später als die des Rettungsdienstes sein.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="QMTEL" type="t_JANEINNULL" default="0">
		<xs:annotation>
			<xs:documentation>Telefonanleitung Reanimation</xs:documentation>
			<xs:documentation><![CDATA[[help]Wird nach Alarmierung des regulären Rettungsdienstes von Seiten der Rettungsleitstelle eine telefonische Anleitung zur Durchführung von Reanimationsmaßnahmen gegeben, so ist diese hier zu dokumentieren.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="NKITN" type="t_JANEINNULL" default="0">
		<xs:annotation>
			<xs:documentation>Maßnahmen Notkompetenz Intubation</xs:documentation>
			<xs:documentation><![CDATA[[help]Unabhängig von der Regel/Notkompetenz-Diskussion wird in diesem Feld eine von Seiten des nicht-ärztlichen Personals durchgeführte bzw. eingeleitete Maßnahme erfasst. Zusätzlich zu diesem Feld sind Angaben im Feld "Kernmaßnahmen und Reihenfolge" sowie ggf. im Bereich Technik und Intubationsproblematiken notwendig.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="NKVZ" type="t_JANEINNULL" default="0">
		<xs:annotation>
			<xs:documentation>Maßnahmen Notkompetenz Venöser Zugang</xs:documentation>
			<xs:documentation><![CDATA[[help]Unabhängig von der Regel/Notkompetenz-Diskussion wird in diesem Feld eine von Seiten des nicht-ärztlichen Personals durchgeführte bzw. eingeleitete Maßnahme erfasst. Zusätzlich zu diesem Feld sind Angaben im Feld "Kernmaßnahmen und Reihenfolge" sowie ggf. im Bereich Technik und IV-Zugang-Probleme  notwendig.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="NKAED" type="t_JANEINNULL" default="0">
		<xs:annotation>
			<xs:documentation>Maßnahmen Notkompetenz Defibrilation AED</xs:documentation>
			<xs:documentation><![CDATA[[help]Unabhängig von der Regel/Notkompetenz-Diskussion wird in diesem Feld eine von Seiten des nicht-ärztlichen Personals durchgeführte bzw. eingeleitete Maßnahme erfasst. Zusätzlich zu diesem Feld sind Angaben im Feld "Kernmaßnahmen und Reihenfolge" , im Bereich Technik sowie in den Bereichen Defibrillatortyp, Energieform, Anzahl der Defibrillationen notwendig.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="NKDEF" type="t_JANEINNULL" default="0">
		<xs:annotation>
			<xs:documentation>Maßnahmen Notkompetenz Defibrilation Manuell</xs:documentation>
			<xs:documentation><![CDATA[[help]Unabhängig von der Regel/Notkompetenz-Diskussion wird in diesem Feld eine von Seiten des nicht-ärztlichen Personals durchgeführte bzw. eingeleitete Maßnahme erfasst. Zusätzlich zu diesem Feld sind Angaben im Feld "Kernmaßnahmen und Reihenfolge" , im Bereich Technik sowie in den Bereichen Defibrillatortyp, Energieform, Anzahl der Defibrillationen notwendig.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="NKMED" type="t_JANEINNULL" default="0">
		<xs:annotation>
			<xs:documentation>Maßnahmen Notkompetenz Medikamentöse Therapie</xs:documentation>
			<xs:documentation><![CDATA[[help]Unabhängig von der Regel/Notkompetenz-Diskussion wird in diesem Feld eine von Seiten des nicht-ärztlichen Personals durchgeführte bzw. eingeleitete Maßnahme erfasst. Zusätzlich zu diesem Feld sind Angaben im Feld "Kernmaßnahmen und Reihenfolge" , im Bereich Medikamente, ggf. in den Bereichen Technik (alternativer Weg der Medikamentengaben iO/endobronchial), Fehleranalyse iv-Zugang notwendig.]]></xs:documentation>
			<xs:documentation><![CDATA[[help-in]]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="FBSYSTEM" type="t_FBSYSTEM">
		<xs:annotation>
			<xs:documentation>Feedback Systeme</xs:documentation>
			<xs:documentation><![CDATA[[help]Feedbacksysteme ergänzen das Monitoring während der CPR  durch direkte Bewertung der Maßnahmen. Hier wird  der Einsatz eines derartigen Gerätes angegeben.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="TYPFBSYS" type="t_TYPFBSYS">
		<xs:annotation>
			<xs:documentation>Typ Feedbacksysteme</xs:documentation>
			<xs:documentation><![CDATA[[help]Es gibt verschiedene Typen von Feedbacksystemen, falls das von Ihnen eingesetzte hier nicht vermerkt ist, kann es in der Datenbank ergänzt werden (Admin).]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="AUTOCPR" type="t_AUTOCPR">
		<xs:annotation>
			<xs:documentation>Automatische Cardiokompressionsgeräte</xs:documentation>
			<xs:documentation><![CDATA[[help]Wenn Geräte, die eine automatische mechanische Kompression des Brustkorbes vornehmen, im Rahmen der Reanimation zum Einsatz kommen, soll es hier vermerkt werden.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="TYPAUCPR" type="t_TYPAUCPR">
		<xs:annotation>
			<xs:documentation>Typ AutoCPR</xs:documentation>
			<xs:documentation><![CDATA[[help]Es gibt verschiedene Typen von Thoraxkompressionstools, (Auswahl)  Fehlt die Angabe für ein Gerät, welches in Ihrem Bereich zum Einsatz kommt, senden Sie bitte eine eMail an info@reanimationsregister.de. Der Datensatz wird danach entsprechend erweitert. Bitte vergeben Sie keine eigenen Codierungen, da ein Zuordnung im bundesweiten Register sonst nicht mehr möglich ist.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="NTECH" type="t_NTECH">
		<xs:annotation>
			<xs:documentation>Neue technische Hilfsmittel</xs:documentation>
			<xs:documentation><![CDATA[[help]Technische Hilfsmittel spielen im Rahmen von Reanimationsmaßnahmen eine wichtige Rolle. Bevor neue Hilfsmittel aber Eingang in Leitlinien finden muss ihre Auswirkungen (+/-) analysiert werden können.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="TYPNTECH" type="t_TYPNTECH">
		<xs:annotation>
			<xs:documentation>Typ technisches Hilfsmittel</xs:documentation>
			<xs:documentation><![CDATA[[help]In diesem Feld werden neue technische Hilfsmittel aufgelistet.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
</xs:schema>
