<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<xsd:annotation>
		<xsd:documentation>
			<!--

      FILE     : VA1c_Qb_2018_XML_Schema.xsd
      TASK     : Umsetzung der Datensatzbeschreibung zum Qualitaetsbericht als XML-Schema.
      PROJECT  : Datensatzbeschreibung zum
                 Strukturierten Qualitaetsbericht gemaeß Paragraph 136b Absatz 1 Satz 1 Nummer 3 SGB V
                 ueber das Berichtsjahr 2018
      VERSION  : 2018.3.19
      STAND    : 07.02.2019
      COPYRIGHT: (c) 2007 Wissenschaftliches Institut der AOK (WIdO)
                 Kortrijker Str. 1, 53177 Bonn, Germany
      ANPASSUNG: Aenderungen gegenueber dem Vorjahr fuer den Qualitaetsbericht 2007 eingepflegt durch
                 empira Software GmbH, 50735 Koeln
      ANPASSUNG: Aenderungen gegenueber dem Vorjahr fuer den Qualitaetsbericht 2008 eingepflegt durch
                 empira Software GmbH, 50735 Koeln
      ANPASSUNG: Aenderungen gegenueber 2008 fuer den Qualitaetsbericht 2010 eingepflegt durch
                 empira Software GmbH, 50735 Koeln
      ANPASSUNG: Von dieser Datei wurde der Teil C-1 des Qualitaetsberichts abgekoppelt,
                 da eine XML-Schemadatei immer nur genau ein Rootelement haben darf.
                 Bis zum Abschnitt "globale Deklaration der speziellen Gruppen" sind beide Schemadateien
                 identisch und Aenderungen muessen in beiden Schemadateien nachgezogen werden.
                 empira Software GmbH, 50735 Koeln
      ANPASSUNG: Aenderungen gegenueber 2010 fuer den Qualitaetsbericht 2012 eingepflegt durch
                 empira Software GmbH, 53840 Troisdorf
      ANPASSUNG: Aenderungen gegenueber 2012 fuer den Qualitaetsbericht 2013 eingepflegt durch
                 ID GmbH & Co KGaA, 10115 Berlin
      ANPASSUNG: Aenderungen gegenueber 2013 fuer den Qualitaetsbericht 2014 eingepflegt durch
                 empira Software GmbH, 53840 Troisdorf
      ANPASSUNG: Aenderungen gegenueber 2014 fuer den Qualitaetsbericht 2015 eingepflegt durch
                 Gesundheitsforen Leipzig GmbH, 04109 Leipzig
      ANPASSUNG: Aenderungen gegenueber 2015 fuer den Qualitaetsbericht 2016 eingepflegt durch
                 Gesundheitsforen Leipzig GmbH, 04109 Leipzig
      ANPASSUNG: Aenderungen gegenueber 2016 fuer den Qualitaetsbericht 2017 eingepflegt durch
                 Gesundheitsforen Leipzig GmbH, 04109 Leipzig
	  ANPASSUNG: Aenderungen gegenueber 2017 fuer den Qualitaetsbericht 2018 eingepflegt durch
                 Gesundheitsforen Leipzig GmbH, 04109 Leipzig

     ==< MODULE INFO >=======================================================

      Contents:
           Die im XML-Schema vorgegebene verpflichtende Reihenfolge der
           XML-Elemente geht aus der Datensatzbeschreibung hervor.
      
           In den Kommentaren zu den Datentypen, Gruppen, Sequenzen und
           Elementen wird angegeben, welchen Bereich der Anlage 1 oder
           der Datensatzbeschreibung diese Angabe widerspiegelt.

           Aufbau der XML-Schema Datei:
      
             1) globale Deklaration der Datentypen
             
                Namenskonventionen:
                char_max - Datentyp, der die zulaessige Zeichenanzahl innerhalb
                           eines XML-Elementes begrenzt.
                char_nummerics - Datentyp, der nur Ziffern in einem XML-Element
                           zulaesst.
                codomain - Datentyp, der den Inhalt eines XML-Elementes auf einen
                           ganzzahligen Wertebereich begrenzt.
                float - Datentyp, der den Inhalt eines XML-Elementes auf einen
                        nummerischen Wertebereich begrenzt, bei dem bis zu
                        einer bestimmten Anzahl an Nachkommastellen angegeben
                        werden duerfen.
                enum   - Werteliste, die in einem XML-Element zulaessig ist.
                format - Datentyp, der das in einem XML-Element zulaessige Format
                         beschreibt. In der Regel ueber einen regulaeren Ausdruck.
                qb_    - anderer Schema-Datentyp, der auf die Anforderungen des
                         Qualitaetsberichtes angepasst wurde.
                h_     - Hilfsdatentyp, der von anderen Datentypdeklarationen 
                         verwendet wird.

             2) globale Deklaration der Gruppen
             
                Namenskonventionen:
                s_  - enthält die Deklaration von SimpleType Elementen
                     (Einfache Elemente).
                c_  - enthält die Deklaration eines ComplexType Elementes
                      (Containerelement).
                g_  - enthält auf der obersten Ebene der Deklaration
                      SimpleType und ComplexType Elemente.
      
             3) globale Deklaration des Rootelementes
             
                 Es existiert nur ein moegliches Rootelement.
                
          Hinweise:
          
          - Bis auf das Rootelement sind alle Elemente ueber globale Gruppen
            oder inline deklariert.
      
          - Die moeglichen Haeufigkeiten von Elementgruppen werden ueber
            die Haeufigkeitsangaben an den Gruppenreferenzen gesteuert.

          - Fuer die Attribute minOccurs und maxOccurs werden die
            Defaultwerte nicht angegeben.
  
          - Simple Elemente werden nur als Gruppe deklariert, falls diese
            an mehreren Stellen in der Struktur verwendet werden.
            Ansonsten werden sie direkt inline deklariert.
      
          - Referenzparser: 
              Apache Xalan Java 2.7.2
      
            desweiteren getestet mit:
               MSXML 4.0
               SQB-Admin (GFL)

           -->
		</xsd:documentation>
	</xsd:annotation>
	<!-- ###########################################################  -->
	<!-- #           Deklaration der Standard-Datentypen           #  -->
	<!-- ###########################################################  -->
	<xsd:complexType name="empty">
		<xsd:annotation>
			<xsd:documentation>Kein Inhalt</xsd:documentation>
		</xsd:annotation>
		<xsd:complexContent>
			<xsd:restriction base="xsd:anyType"/>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:simpleType name="char_max100">
		<xsd:annotation>
			<xsd:documentation>max. Zeichenanzahl: 100</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="100"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="char_max150">
		<xsd:annotation>
			<xsd:documentation>max. Zeichenanzahl: 150</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="150"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="char_max200">
		<xsd:annotation>
			<xsd:documentation>max. Zeichenanzahl: 200</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="200"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="char_max300">
		<xsd:annotation>
			<xsd:documentation>max. Zeichenanzahl: 300</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="300"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="char_max500">
		<xsd:annotation>
			<xsd:documentation>max. Zeichenanzahl: 500</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="500"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="char_max1000">
		<xsd:annotation>
			<xsd:documentation>max. Zeichenanzahl: 1000</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="1000"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="char_max4000">
		<xsd:annotation>
			<xsd:documentation>max. Zeichenzahl: 4000</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="4000"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="char_numerics">
		<xsd:annotation>
			<xsd:documentation>Ziffern</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="[0-9]+"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="char_numerics_2">
		<xsd:annotation>
			<xsd:documentation>Format: 99</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="([0-9]){2}"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="char_numerics_9">
		<xsd:annotation>
			<xsd:documentation>Format: 999999999</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="([0-9]){9}"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="h_codomain_0000_3699">
		<xsd:annotation>
			<xsd:documentation>Hilfsdatentyp</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="0000"/>
			<xsd:maxInclusive value="3699"/>
			<xsd:pattern value="[0-9]{4}"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="h_codomain_3701_3789">
		<xsd:annotation>
			<xsd:documentation>Hilfsdatentyp</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="3701"/>
			<xsd:maxInclusive value="3789"/>
			<xsd:pattern value="[0-9]{4}"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="h_codomain_3793_9999">
		<xsd:annotation>
			<xsd:documentation>Hilfsdatentyp</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="3793"/>
			<xsd:maxInclusive value="9999"/>
			<xsd:pattern value="[0-9]{4}"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="qb_Schluessel_FA_ohneSonstige">
		<xsd:annotation>
			<xsd:documentation>Schlüssel, Format: 9999 - Die Schlüssel für sonstige Fachabteilungen ("3700", "3790", "3791", "3792") sind hier nicht zulässig.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="h_codomain_0000_3699 h_codomain_3701_3789 h_codomain_3793_9999"/>
	</xsd:simpleType>
	<xsd:simpleType name="enumSchluessel_FA_Sonstige">
		<xsd:annotation>
			<xsd:documentation>Es sind nur Schlüssel für sonstige Fachabteilungen ("3700", "3790", "3791", "3792") zulässig.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="3700"/>
			<xsd:enumeration value="3790"/>
			<xsd:enumeration value="3791"/>
			<xsd:enumeration value="3792"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="format_icd_3_5">
		<xsd:annotation>
			<xsd:documentation>ICD 3 bis 5 stellig / Format: X99[.99]</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="[a-zA-Z0-9][0-9]{2}(\.[0-9]{1,2})?"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="format_ops_4_6">
		<xsd:annotation>
			<xsd:documentation>OPS 4 bis 6 stellig / Format: X-XXX[.XX]</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="[0-9]\-[0-9]{2}[a-zA-Z0-9](\.[a-zA-Z0-9]{1,2})?"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="format_ops_4">
		<xsd:annotation>
			<xsd:documentation>OPS 4 stellig / Format: X-XXX</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="[0-9]\-[0-9]{2}[a-zA-Z0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_ja_nein">
		<xsd:annotation>
			<xsd:documentation>Auswahlliste: "ja", "nein".</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="ja"/>
			<xsd:enumeration value="nein"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_ja_nein_trifft-nicht-zu">
		<xsd:annotation>
			<xsd:documentation>Auswahlliste: "ja", "nein", "trifft nicht zu"</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="ja"/>
			<xsd:enumeration value="nein"/>
			<xsd:enumeration value="trifft_nicht_zu"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_ja_nein_teilweise">
		<xsd:annotation>
			<xsd:documentation>Auswahlliste: "ja", "nein", "teilweise".</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="ja"/>
			<xsd:enumeration value="nein"/>
			<xsd:enumeration value="teilweise"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_ja_nein_keine-Angabe-erforderlich">
		<xsd:annotation>
			<xsd:documentation>Auswahlliste: "ja", "nein", "keine Angabe erforderlich"</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="ja"/>
			<xsd:enumeration value="nein"/>
			<xsd:enumeration value="keine_Angabe_erforderlich"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_ja_nein_rechtsstreit-anhaengig">
		<xsd:annotation>
			<xsd:documentation>Auswahlliste: "ja", "nein", "Rechtsstreit anhängig"</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="ja"/>
			<xsd:enumeration value="nein"/>
			<xsd:enumeration value="rechtsstreit_anhaengig"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_1_999">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 1 .. 999</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="1"/>
			<xsd:maxInclusive value="999"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_1_999_acidtest">
		<xsd:annotation>
			<xsd:documentation>Datentyp zum Wertebereich "1 .. 999" für den nur Ziffern zugelassen sind.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="codomain_1_999">
			<xsd:pattern value="[0-9][0-9]?[0-9]?"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_1_100">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 1..100</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="1"/>
			<xsd:maxInclusive value="100"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_5.000">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 0..5000</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="0"/>
			<xsd:maxInclusive value="5000"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_10.000">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 0..10000</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="0"/>
			<xsd:maxInclusive value="10000"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_20.000">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 0..20000</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="0"/>
			<xsd:maxInclusive value="20000"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_100.000">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 0..100000</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="0"/>
			<xsd:maxInclusive value="100000"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_1_100.000">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 1..100000</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="1"/>
			<xsd:maxInclusive value="100000"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 0</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="0"/>
			<xsd:maxInclusive value="0"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_4_100.000">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 4..100000</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="4"/>
			<xsd:maxInclusive value="100000"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_1.000.000">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 0..1000000</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="0"/>
			<xsd:maxInclusive value="1000000"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_20.000.000">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 0..20000000</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="0"/>
			<xsd:maxInclusive value="20000000"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="float_0d00_99d99">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 0,00..99,99</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="99(,99)?"/>
			<xsd:pattern value="0?[0-9]{1,2}(,[0-9]{2})?"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="float_0d00_100d00">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 0,00..100,00</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="100(,00)?"/>
			<xsd:pattern value="0?[0-9]{1,2}(,[0-9]{2})?"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="float_0d00_200d00">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 0,00..200,00</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="200(,00)?"/>
			<xsd:pattern value="[0-1]?[0-9]{1,2}(,[0-9]{2})?"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="float_0d00000_100d00000">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 0,00000..100,00000</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="100(,0{5})?"/>
			<xsd:pattern value="0?[0-9]{1,2}(,[0-9]{5})?"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="float_0d00000_1000000d00000">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 0,00000..1000000,00000</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="1000000(,0{5})?"/>
			<xsd:pattern value="0?[0-9]{1,6}(,[0-9]{5})?"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="float_0d00_1000d00">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 0,00..1000,00</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="1000(,0{1,2})?"/>
			<xsd:pattern value="0?[0-9]{1,3}(,[0-9]{1,2})?"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="float_0d00_5000d00">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 0,00..5000,00</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="5000(,0{1,2})?"/>
			<xsd:pattern value="[0-4]?[0-9]{1,3}(,[0-9]{1,2})?"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="float_0d00_10000d00">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 0,00..10000,00</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="10000(,0{1,2})?"/>
			<xsd:pattern value="0?[0-9]{1,4}(,[0-9]{1,2})?"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="qb_date">
		<xsd:annotation>
			<xsd:documentation>Format zur Datumsangabe: YYYY-MM-DD</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:date">
			<xsd:pattern value="(.){10}"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="qb_time">
		<xsd:annotation>
			<xsd:documentation>Format zur Uhrzeitangabe: HH:MM:SS</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:time">
			<xsd:pattern value="(.){8}"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="qb_email">
		<xsd:annotation>
			<xsd:documentation>Datentyp, der das Format einer Emailadresse rudimentär überprüft.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value=".+@.+\..+"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="qb_url">
		<xsd:annotation>
			<xsd:documentation>Format: http/https URL nach RFC 3305 (von XSD nur rudimentär überprüft)</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:anyURI">
			<xsd:pattern value="((http)|(https))://.+\..+"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="qb_plz">
		<xsd:annotation>
			<xsd:documentation>Format zur Angabe einer Postleitzahl: 99999 Alternativ ist für die Schweiz auch das Format CH-9999 zulässig.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="([0-9]){5}"/>
			<xsd:pattern value="CH\-([0-9]){4}"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!-- ###########################################################  -->
	<!-- #    Deklaration spezieller Datentypen / Auswahllisten    #  -->
	<!-- ###########################################################  -->
	<xsd:simpleType name="enumBerichtsjahr">
		<xsd:annotation>
			<xsd:documentation>Der Datentyp lässt nur das Berichtsjahr zu.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="2018"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_language">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Sprachen"</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="deutsch"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_KHtraegerart">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Art des Krankenhaustraegers" (Anlage 1 A-2)</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="freigemeinnützig"/>
			<xsd:enumeration value="öffentlich"/>
			<xsd:enumeration value="privat"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Tagungsfrequenz">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Tagungsfrequenz" (A-12.2) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="wöchentlich"/>
			<xsd:enumeration value="monatlich"/>
			<xsd:enumeration value="quartalsweise"/>
			<xsd:enumeration value="halbjährlich"/>
			<xsd:enumeration value="jährlich"/>
			<xsd:enumeration value="bei Bedarf"/>
			<xsd:enumeration value="andere Frequenz"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Tagungsfrequenz_2">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Tagungsfrequenz" (A-12.3.1) im Anhang 2 zu Anlage 1; alternative Auswahl zu 'enum_Tagungsfrequenz'.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="monatlich"/>
			<xsd:enumeration value="quartalsweise"/>
			<xsd:enumeration value="halbjährlich"/>
			<xsd:enumeration value="jährlich"/>
			<xsd:enumeration value="bei Bedarf"/>
			<xsd:enumeration value="andere Frequenz"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Art_Fallbesprechung_Konferenz">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Art der Fallbesprechung_Konferenz" (A-12.2.3) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Tumorkonferenzen"/>
			<xsd:enumeration value="Mortalitäts- und Morbiditätskonferenzen"/>
			<xsd:enumeration value="Pathologiebesprechungen"/>
			<xsd:enumeration value="Palliativbesprechungen"/>
			<xsd:enumeration value="Qualitätszirkel"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Konzept_Zubereitung_Arzneimittel">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Konzepte zur Sicherstellung einer fehlerfreien Zubereitung von Arzneimitteln" (A-12.5.4) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Bereitstellung einer geeigneten Infrastruktur zur Sicherstellung einer fehlerfreien Zubereitung"/>
			<xsd:enumeration value="Zubereitung durch pharmazeutisches Personal"/>
			<xsd:enumeration value="Anwendung von gebrauchsfertigen Arzneimitteln bzw. Zubereitungen"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Art_Elektronische_Unterstuetzung_Versorgung_Arzneimittel">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Elektronische Unterstützung der Versorgung von Patientinnen und Patienten mit Arzneimitteln" (A-12.5.4) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Vorhandensein von elektronischen Systemen zur Entscheidungsunterstützung (z.B. Meona®, Rpdoc®, AIDKlinik®, ID Medics® bzw. ID Diacos® Pharma)"/>
			<xsd:enumeration value="Versorgung der Patientinnen und Patienten mit patientenindividuell abgepackten Arzneimitteln durch die Krankenhausapotheke (z.B. Unit-Dose-System)"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Massnahme_Minimierung_Medikationsfehler">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Maßnahmen zur Minimierung von Medikationsfehlern" (A-12.5.4) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Fallbesprechungen"/>
			<xsd:enumeration value="Maßnahmen zur Vermeidung von Arzneimittelverwechslung"/>
			<xsd:enumeration value="Spezielle AMTS-Visiten (z. B. pharmazeutische Visiten, antibiotic stewardship, Ernährung)"/>
			<xsd:enumeration value="Teilnahme an einem einrichtungsübergreifenden Fehlermeldesystem (siehe Kap. 12.2.3.2)"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Massnahme_Arzneimitteltherapie_Entlassung">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Maßnahmen zur Sicherstellung einer lückenlosen Arzneimitteltherapie nach Entlassung" (A-12.5.4) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Aushändigung von arzneimittelbezogenen Informationen für die Weiterbehandlung und Anschlussversorgung des Patienten im Rahmen eines (ggf. vorläufigen) Entlassbriefs"/>
			<xsd:enumeration value="Aushändigung von Patienteninformationen zur Umsetzung von Therapieempfehlungen"/>
			<xsd:enumeration value="Aushändigung des Medikationsplans"/>
			<xsd:enumeration value="bei Bedarf Arzneimittel-Mitgabe oder Ausstellung von Entlassrezepten"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Frequenz">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste "Frequenz" (A-12.2.3.1) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="monatlich"/>
			<xsd:enumeration value="quartalsweise"/>
			<xsd:enumeration value="halbjährlich"/>
			<xsd:enumeration value="jährlich"/>
			<xsd:enumeration value="bei Bedarf"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Teilnahme_ASH">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Teilnahme_ASH" (A-12.3.2) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Teilnahme (ohne Zertifikat)"/>
			<xsd:enumeration value="Zertifikat Bronze"/>
			<xsd:enumeration value="Zertifikat Silber"/>
			<xsd:enumeration value="Zertifikat Gold"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_KISS_Modul_Name">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "KISS_Modul_Name" (A-12.3.2) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="AMBU-KISS"/>
			<xsd:enumeration value="CDAD-KISS"/>
			<xsd:enumeration value="HAND-KISS"/>
			<xsd:enumeration value="ITS-KISS"/>
			<xsd:enumeration value="MRSA-KISS"/>
			<xsd:enumeration value="NEO-KISS"/>
			<xsd:enumeration value="ONKO-KISS"/>
			<xsd:enumeration value="OP-KISS"/>
			<xsd:enumeration value="STATIONS-KISS"/>
			<xsd:enumeration value="SARI"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_MP_ohneSonstige">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Medizinisch-pflegerische Lesitungsangebote" (A-5) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="MP01"/>
			<xsd:enumeration value="MP02"/>
			<xsd:enumeration value="MP03"/>
			<xsd:enumeration value="MP04"/>
			<xsd:enumeration value="MP05"/>
			<xsd:enumeration value="MP06"/>
			<xsd:enumeration value="MP08"/>
			<xsd:enumeration value="MP09"/>
			<xsd:enumeration value="MP10"/>
			<xsd:enumeration value="MP11"/>
			<xsd:enumeration value="MP12"/>
			<xsd:enumeration value="MP13"/>
			<xsd:enumeration value="MP14"/>
			<xsd:enumeration value="MP15"/>
			<xsd:enumeration value="MP16"/>
			<xsd:enumeration value="MP17"/>
			<xsd:enumeration value="MP18"/>
			<xsd:enumeration value="MP19"/>
			<xsd:enumeration value="MP20"/>
			<xsd:enumeration value="MP21"/>
			<xsd:enumeration value="MP22"/>
			<xsd:enumeration value="MP23"/>
			<xsd:enumeration value="MP24"/>
			<xsd:enumeration value="MP25"/>
			<xsd:enumeration value="MP26"/>
			<xsd:enumeration value="MP27"/>
			<xsd:enumeration value="MP28"/>
			<xsd:enumeration value="MP29"/>
			<xsd:enumeration value="MP30"/>
			<xsd:enumeration value="MP31"/>
			<xsd:enumeration value="MP32"/>
			<xsd:enumeration value="MP33"/>
			<xsd:enumeration value="MP34"/>
			<xsd:enumeration value="MP35"/>
			<xsd:enumeration value="MP36"/>
			<xsd:enumeration value="MP37"/>
			<xsd:enumeration value="MP38"/>
			<xsd:enumeration value="MP39"/>
			<xsd:enumeration value="MP40"/>
			<xsd:enumeration value="MP41"/>
			<xsd:enumeration value="MP42"/>
			<xsd:enumeration value="MP43"/>
			<xsd:enumeration value="MP44"/>
			<xsd:enumeration value="MP45"/>
			<xsd:enumeration value="MP46"/>
			<xsd:enumeration value="MP47"/>
			<xsd:enumeration value="MP48"/>
			<xsd:enumeration value="MP50"/>
			<xsd:enumeration value="MP51"/>
			<xsd:enumeration value="MP52"/>
			<xsd:enumeration value="MP53"/>
			<xsd:enumeration value="MP54"/>
			<xsd:enumeration value="MP55"/>
			<xsd:enumeration value="MP56"/>
			<xsd:enumeration value="MP57"/>
			<xsd:enumeration value="MP59"/>
			<xsd:enumeration value="MP60"/>
			<xsd:enumeration value="MP61"/>
			<xsd:enumeration value="MP62"/>
			<xsd:enumeration value="MP63"/>
			<xsd:enumeration value="MP64"/>
			<xsd:enumeration value="MP65"/>
			<xsd:enumeration value="MP66"/>
			<xsd:enumeration value="MP67"/>
			<xsd:enumeration value="MP68"/>
			<xsd:enumeration value="MP69"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_NM_ohneSonstige">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Weitere nicht-medizinische Leistungsangebote" (A-6) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="NM01"/>
			<xsd:enumeration value="NM02"/>
			<xsd:enumeration value="NM03"/>
			<xsd:enumeration value="NM05"/>
			<xsd:enumeration value="NM07"/>
			<xsd:enumeration value="NM09"/>
			<xsd:enumeration value="NM10"/>
			<xsd:enumeration value="NM11"/>
			<xsd:enumeration value="NM14"/>
			<xsd:enumeration value="NM15"/>
			<xsd:enumeration value="NM17"/>
			<xsd:enumeration value="NM18"/>
			<xsd:enumeration value="NM19"/>
			<xsd:enumeration value="NM30"/>
			<xsd:enumeration value="NM36"/>
			<xsd:enumeration value="NM40"/>
			<xsd:enumeration value="NM42"/>
			<xsd:enumeration value="NM48"/>
			<xsd:enumeration value="NM49"/>
			<xsd:enumeration value="NM50"/>
			<xsd:enumeration value="NM60"/>
			<xsd:enumeration value="NM62"/>
			<xsd:enumeration value="NM63"/>
			<xsd:enumeration value="NM64"/>
			<xsd:enumeration value="NM65"/>
			<xsd:enumeration value="NM66"/>
			<xsd:enumeration value="NM67"/>
			<xsd:enumeration value="NM68"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_BF_ohneSonstige">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Aspekte der Barrierefreiheit" (A-7 und B-X.4) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="BF01"/>
			<xsd:enumeration value="BF02"/>
			<xsd:enumeration value="BF03"/>
			<xsd:enumeration value="BF04"/>
			<xsd:enumeration value="BF05"/>
			<xsd:enumeration value="BF06"/>
			<xsd:enumeration value="BF07"/>
			<xsd:enumeration value="BF08"/>
			<xsd:enumeration value="BF09"/>
			<xsd:enumeration value="BF10"/>
			<xsd:enumeration value="BF11"/>
			<xsd:enumeration value="BF12"/>
			<xsd:enumeration value="BF13"/>
			<xsd:enumeration value="BF14"/>
			<xsd:enumeration value="BF15"/>
			<xsd:enumeration value="BF16"/>
			<xsd:enumeration value="BF17"/>
			<xsd:enumeration value="BF18"/>
			<xsd:enumeration value="BF19"/>
			<xsd:enumeration value="BF20"/>
			<xsd:enumeration value="BF21"/>
			<xsd:enumeration value="BF22"/>
			<xsd:enumeration value="BF23"/>
			<xsd:enumeration value="BF24"/>
			<xsd:enumeration value="BF25"/>
			<xsd:enumeration value="BF26"/>
			<xsd:enumeration value="BF27"/>
			<xsd:enumeration value="BF28"/>
			<xsd:enumeration value="BF29"/>
			<xsd:enumeration value="BF30"/>
			<xsd:enumeration value="BF31"/>
			<xsd:enumeration value="BF32"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_FL_ohneSonstige">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Forschung und akademische Lehre" (A-8.1) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="FL01"/>
			<xsd:enumeration value="FL02"/>
			<xsd:enumeration value="FL03"/>
			<xsd:enumeration value="FL04"/>
			<xsd:enumeration value="FL05"/>
			<xsd:enumeration value="FL06"/>
			<xsd:enumeration value="FL07"/>
			<xsd:enumeration value="FL08"/>
			<xsd:enumeration value="FL09"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_HB_ohneSonstige">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Ausbildung in anderen Heilberufen" (A-8.2) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="HB01"/>
			<xsd:enumeration value="HB02"/>
			<xsd:enumeration value="HB03"/>
			<xsd:enumeration value="HB05"/>
			<xsd:enumeration value="HB06"/>
			<xsd:enumeration value="HB07"/>
			<xsd:enumeration value="HB09"/>
			<xsd:enumeration value="HB10"/>
			<xsd:enumeration value="HB11"/>
			<xsd:enumeration value="HB12"/>
			<xsd:enumeration value="HB13"/>
			<xsd:enumeration value="HB14"/>
			<xsd:enumeration value="HB15"/>
			<xsd:enumeration value="HB16"/>
			<xsd:enumeration value="HB17"/>
			<xsd:enumeration value="HB18"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_RM">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Klinisches Risikomanagement – Instrumente und Maßnahmen" (A-12.2.3) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="RM01"/>
			<xsd:enumeration value="RM02"/>
			<xsd:enumeration value="RM03"/>
			<xsd:enumeration value="RM04"/>
			<xsd:enumeration value="RM05"/>
			<xsd:enumeration value="RM06"/>
			<xsd:enumeration value="RM07"/>
			<xsd:enumeration value="RM08"/>
			<xsd:enumeration value="RM09"/>
			<xsd:enumeration value="RM10"/>
			<xsd:enumeration value="RM12"/>
			<xsd:enumeration value="RM13"/>
			<xsd:enumeration value="RM14"/>
			<xsd:enumeration value="RM15"/>
			<xsd:enumeration value="RM16"/>
			<xsd:enumeration value="RM17"/>
			<xsd:enumeration value="RM18"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_AS">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Arzneimitteltherapiesicherheit" (A-12.5.4) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="AS01"/>
			<xsd:enumeration value="AS02"/>
			<xsd:enumeration value="AS03"/>
			<xsd:enumeration value="AS04"/>
			<xsd:enumeration value="AS05"/>
			<xsd:enumeration value="AS06"/>
			<xsd:enumeration value="AS07"/>
			<xsd:enumeration value="AS08"/>
			<xsd:enumeration value="AS09"/>
			<xsd:enumeration value="AS10"/>
			<xsd:enumeration value="AS11"/>
			<xsd:enumeration value="AS12"/>
			<xsd:enumeration value="AS13"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_IF">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Einsatz eines einrichtungsinternen Fehlermeldesystems" (A-12.2.3.1) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="IF01"/>
			<xsd:enumeration value="IF02"/>
			<xsd:enumeration value="IF03"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_EF_ohneSonstige">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Teilnahme an einrichtungsübergreifenden Fehlermeldesystemen" (A 12.2.3.2) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="EF01"/>
			<xsd:enumeration value="EF02"/>
			<xsd:enumeration value="EF03"/>
			<xsd:enumeration value="EF04"/>
			<xsd:enumeration value="EF05"/>
			<xsd:enumeration value="EF06"/>
			<xsd:enumeration value="EF07"/>
			<xsd:enumeration value="EF08"/>
			<xsd:enumeration value="EF09"/>
			<xsd:enumeration value="EF10"/>
			<xsd:enumeration value="EF11"/>
			<xsd:enumeration value="EF12"/>
			<xsd:enumeration value="EF13"/>
			<xsd:enumeration value="EF14"/>
			<xsd:enumeration value="EF15"/>
			<xsd:enumeration value="EF16"/>
			<xsd:enumeration value="EF17"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_EF_Sonstiges">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: Aus der Asuwahlliste "Teilnahme an einrichtungsübergreifenden Fehlermeldesystemen" (A 12.2.3.2) im Anhang 2 zu Anlage 1 sind nur die sonstigen Schlüssel-Nrn. zulässig.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="EF00"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_HM">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Weitere Informationen zur Hygiene" (A-12.3.2) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="HM01"/>
			<xsd:enumeration value="HM02"/>
			<xsd:enumeration value="HM03"/>
			<xsd:enumeration value="HM04"/>
			<xsd:enumeration value="HM05"/>
			<xsd:enumeration value="HM09"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_SP_ohneSonstige">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Spezielles therapeutisches Personal (A-11.4)" im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="SP04"/>
			<xsd:enumeration value="SP05"/>
			<xsd:enumeration value="SP06"/>
			<xsd:enumeration value="SP08"/>
			<xsd:enumeration value="SP09"/>
			<xsd:enumeration value="SP13"/>
			<xsd:enumeration value="SP14"/>
			<xsd:enumeration value="SP15"/>
			<xsd:enumeration value="SP16"/>
			<xsd:enumeration value="SP17"/>
			<xsd:enumeration value="SP18"/>
			<xsd:enumeration value="SP19"/>
			<xsd:enumeration value="SP20"/>
			<xsd:enumeration value="SP21"/>
			<xsd:enumeration value="SP22"/>
			<xsd:enumeration value="SP23"/>
			<xsd:enumeration value="SP24"/>
			<xsd:enumeration value="SP25"/>
			<xsd:enumeration value="SP26"/>
			<xsd:enumeration value="SP27"/>
			<xsd:enumeration value="SP28"/>
			<xsd:enumeration value="SP30"/>
			<xsd:enumeration value="SP31"/>
			<xsd:enumeration value="SP32"/>
			<xsd:enumeration value="SP35"/>
			<xsd:enumeration value="SP36"/>
			<xsd:enumeration value="SP39"/>
			<xsd:enumeration value="SP40"/>
			<xsd:enumeration value="SP42"/>
			<xsd:enumeration value="SP43"/>
			<xsd:enumeration value="SP54"/>
			<xsd:enumeration value="SP55"/>
			<xsd:enumeration value="SP56"/>
			<xsd:enumeration value="SP57"/>
			<xsd:enumeration value="SP58"/>
			<xsd:enumeration value="SP59"/>
			<xsd:enumeration value="SP60"/>
			<xsd:enumeration value="SP61"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_AA_ohneSonstige">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Besondere apparative Ausstattung (A-13)" im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="AA01"/>
			<xsd:enumeration value="AA08"/>
			<xsd:enumeration value="AA09"/>
			<xsd:enumeration value="AA10"/>
			<xsd:enumeration value="AA14"/>
			<xsd:enumeration value="AA15"/>
			<xsd:enumeration value="AA18"/>
			<xsd:enumeration value="AA21"/>
			<xsd:enumeration value="AA22"/>
			<xsd:enumeration value="AA23"/>
			<xsd:enumeration value="AA26"/>
			<xsd:enumeration value="AA30"/>
			<xsd:enumeration value="AA32"/>
			<xsd:enumeration value="AA33"/>
			<xsd:enumeration value="AA38"/>
			<xsd:enumeration value="AA43"/>
			<xsd:enumeration value="AA47"/>
			<xsd:enumeration value="AA50"/>
			<xsd:enumeration value="AA56"/>
			<xsd:enumeration value="AA57"/>
			<xsd:enumeration value="AA68"/>
			<xsd:enumeration value="AA69"/>
			<xsd:enumeration value="AA70"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_VA_VU_ohneSonstige">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: Aus der Auswahlliste "Medizinische Leistungsangebote (B-X.3 und B-X.8)" im Anhang 2 zu Anlage 1 sind alle Schlüssel-Nrn. mit Ausnahme der sonstigen Schlüssel ("VA00", "VC00", "VD00", "VG00", "VH00", "VI00", "VN00", "VO00", "VK00", "VP00", "VR00", "VU00", "VX00", "VZ00") zulässig.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="VA01"/>
			<xsd:enumeration value="VA02"/>
			<xsd:enumeration value="VA03"/>
			<xsd:enumeration value="VA04"/>
			<xsd:enumeration value="VA05"/>
			<xsd:enumeration value="VA06"/>
			<xsd:enumeration value="VA07"/>
			<xsd:enumeration value="VA08"/>
			<xsd:enumeration value="VA09"/>
			<xsd:enumeration value="VA10"/>
			<xsd:enumeration value="VA11"/>
			<xsd:enumeration value="VA12"/>
			<xsd:enumeration value="VA13"/>
			<xsd:enumeration value="VA14"/>
			<xsd:enumeration value="VA15"/>
			<xsd:enumeration value="VA16"/>
			<xsd:enumeration value="VA17"/>
			<xsd:enumeration value="VA18"/>
			<xsd:enumeration value="VC01"/>
			<xsd:enumeration value="VC02"/>
			<xsd:enumeration value="VC03"/>
			<xsd:enumeration value="VC04"/>
			<xsd:enumeration value="VC05"/>
			<xsd:enumeration value="VC06"/>
			<xsd:enumeration value="VC07"/>
			<xsd:enumeration value="VC08"/>
			<xsd:enumeration value="VC09"/>
			<xsd:enumeration value="VC10"/>
			<xsd:enumeration value="VC11"/>
			<xsd:enumeration value="VC12"/>
			<xsd:enumeration value="VC13"/>
			<xsd:enumeration value="VC14"/>
			<xsd:enumeration value="VC15"/>
			<xsd:enumeration value="VC16"/>
			<xsd:enumeration value="VC17"/>
			<xsd:enumeration value="VC18"/>
			<xsd:enumeration value="VC19"/>
			<xsd:enumeration value="VC20"/>
			<xsd:enumeration value="VC21"/>
			<xsd:enumeration value="VC22"/>
			<xsd:enumeration value="VC23"/>
			<xsd:enumeration value="VC24"/>
			<xsd:enumeration value="VC25"/>
			<xsd:enumeration value="VC26"/>
			<xsd:enumeration value="VC27"/>
			<xsd:enumeration value="VC28"/>
			<xsd:enumeration value="VC29"/>
			<xsd:enumeration value="VC30"/>
			<xsd:enumeration value="VC31"/>
			<xsd:enumeration value="VC32"/>
			<xsd:enumeration value="VC33"/>
			<xsd:enumeration value="VC34"/>
			<xsd:enumeration value="VC35"/>
			<xsd:enumeration value="VC36"/>
			<xsd:enumeration value="VC37"/>
			<xsd:enumeration value="VC38"/>
			<xsd:enumeration value="VC39"/>
			<xsd:enumeration value="VC40"/>
			<xsd:enumeration value="VC41"/>
			<xsd:enumeration value="VC42"/>
			<xsd:enumeration value="VC43"/>
			<xsd:enumeration value="VC44"/>
			<xsd:enumeration value="VC45"/>
			<xsd:enumeration value="VC46"/>
			<xsd:enumeration value="VC47"/>
			<xsd:enumeration value="VC48"/>
			<xsd:enumeration value="VC49"/>
			<xsd:enumeration value="VC50"/>
			<xsd:enumeration value="VC51"/>
			<xsd:enumeration value="VC52"/>
			<xsd:enumeration value="VC53"/>
			<xsd:enumeration value="VC54"/>
			<xsd:enumeration value="VC55"/>
			<xsd:enumeration value="VC56"/>
			<xsd:enumeration value="VC57"/>
			<xsd:enumeration value="VC58"/>
			<xsd:enumeration value="VC59"/>
			<xsd:enumeration value="VC60"/>
			<xsd:enumeration value="VC61"/>
			<xsd:enumeration value="VC62"/>
			<xsd:enumeration value="VC63"/>
			<xsd:enumeration value="VC64"/>
			<xsd:enumeration value="VC65"/>
			<xsd:enumeration value="VC66"/>
			<xsd:enumeration value="VC67"/>
			<xsd:enumeration value="VC68"/>
			<xsd:enumeration value="VC69"/>
			<xsd:enumeration value="VC70"/>
			<xsd:enumeration value="VC71"/>
			<xsd:enumeration value="VD01"/>
			<xsd:enumeration value="VD02"/>
			<xsd:enumeration value="VD03"/>
			<xsd:enumeration value="VD04"/>
			<xsd:enumeration value="VD05"/>
			<xsd:enumeration value="VD06"/>
			<xsd:enumeration value="VD07"/>
			<xsd:enumeration value="VD08"/>
			<xsd:enumeration value="VD09"/>
			<xsd:enumeration value="VD10"/>
			<xsd:enumeration value="VD11"/>
			<xsd:enumeration value="VD12"/>
			<xsd:enumeration value="VD13"/>
			<xsd:enumeration value="VD14"/>
			<xsd:enumeration value="VD15"/>
			<xsd:enumeration value="VD16"/>
			<xsd:enumeration value="VD17"/>
			<xsd:enumeration value="VD18"/>
			<xsd:enumeration value="VD19"/>
			<xsd:enumeration value="VD20"/>
			<xsd:enumeration value="VG01"/>
			<xsd:enumeration value="VG02"/>
			<xsd:enumeration value="VG03"/>
			<xsd:enumeration value="VG04"/>
			<xsd:enumeration value="VG05"/>
			<xsd:enumeration value="VG06"/>
			<xsd:enumeration value="VG07"/>
			<xsd:enumeration value="VG08"/>
			<xsd:enumeration value="VG09"/>
			<xsd:enumeration value="VG10"/>
			<xsd:enumeration value="VG11"/>
			<xsd:enumeration value="VG12"/>
			<xsd:enumeration value="VG13"/>
			<xsd:enumeration value="VG14"/>
			<xsd:enumeration value="VG15"/>
			<xsd:enumeration value="VG16"/>
			<xsd:enumeration value="VG17"/>
			<xsd:enumeration value="VG18"/>
			<xsd:enumeration value="VG19"/>
			<xsd:enumeration value="VH01"/>
			<xsd:enumeration value="VH02"/>
			<xsd:enumeration value="VH03"/>
			<xsd:enumeration value="VH04"/>
			<xsd:enumeration value="VH05"/>
			<xsd:enumeration value="VH06"/>
			<xsd:enumeration value="VH07"/>
			<xsd:enumeration value="VH08"/>
			<xsd:enumeration value="VH09"/>
			<xsd:enumeration value="VH10"/>
			<xsd:enumeration value="VH11"/>
			<xsd:enumeration value="VH12"/>
			<xsd:enumeration value="VH13"/>
			<xsd:enumeration value="VH14"/>
			<xsd:enumeration value="VH15"/>
			<xsd:enumeration value="VH16"/>
			<xsd:enumeration value="VH17"/>
			<xsd:enumeration value="VH18"/>
			<xsd:enumeration value="VH19"/>
			<xsd:enumeration value="VH20"/>
			<xsd:enumeration value="VH21"/>
			<xsd:enumeration value="VH22"/>
			<xsd:enumeration value="VH23"/>
			<xsd:enumeration value="VH24"/>
			<xsd:enumeration value="VH25"/>
			<xsd:enumeration value="VH26"/>
			<xsd:enumeration value="VH27"/>
			<xsd:enumeration value="VI01"/>
			<xsd:enumeration value="VI02"/>
			<xsd:enumeration value="VI03"/>
			<xsd:enumeration value="VI04"/>
			<xsd:enumeration value="VI05"/>
			<xsd:enumeration value="VI06"/>
			<xsd:enumeration value="VI07"/>
			<xsd:enumeration value="VI08"/>
			<xsd:enumeration value="VI09"/>
			<xsd:enumeration value="VI10"/>
			<xsd:enumeration value="VI11"/>
			<xsd:enumeration value="VI12"/>
			<xsd:enumeration value="VI13"/>
			<xsd:enumeration value="VI14"/>
			<xsd:enumeration value="VI15"/>
			<xsd:enumeration value="VI16"/>
			<xsd:enumeration value="VI17"/>
			<xsd:enumeration value="VI18"/>
			<xsd:enumeration value="VI19"/>
			<xsd:enumeration value="VI20"/>
			<xsd:enumeration value="VI21"/>
			<xsd:enumeration value="VI22"/>
			<xsd:enumeration value="VI23"/>
			<xsd:enumeration value="VI24"/>
			<xsd:enumeration value="VI25"/>
			<xsd:enumeration value="VI26"/>
			<xsd:enumeration value="VI27"/>
			<xsd:enumeration value="VI28"/>
			<xsd:enumeration value="VI29"/>
			<xsd:enumeration value="VI30"/>
			<xsd:enumeration value="VI31"/>
			<xsd:enumeration value="VI32"/>
			<xsd:enumeration value="VI33"/>
			<xsd:enumeration value="VI34"/>
			<xsd:enumeration value="VI35"/>
			<xsd:enumeration value="VI36"/>
			<xsd:enumeration value="VI37"/>
			<xsd:enumeration value="VI38"/>
			<xsd:enumeration value="VI39"/>
			<xsd:enumeration value="VI40"/>
			<xsd:enumeration value="VI41"/>
			<xsd:enumeration value="VI42"/>
			<xsd:enumeration value="VI43"/>
			<xsd:enumeration value="VI44"/>
			<xsd:enumeration value="VI45"/>
			<xsd:enumeration value="VN01"/>
			<xsd:enumeration value="VN02"/>
			<xsd:enumeration value="VN03"/>
			<xsd:enumeration value="VN04"/>
			<xsd:enumeration value="VN05"/>
			<xsd:enumeration value="VN06"/>
			<xsd:enumeration value="VN07"/>
			<xsd:enumeration value="VN08"/>
			<xsd:enumeration value="VN09"/>
			<xsd:enumeration value="VN10"/>
			<xsd:enumeration value="VN11"/>
			<xsd:enumeration value="VN12"/>
			<xsd:enumeration value="VN13"/>
			<xsd:enumeration value="VN14"/>
			<xsd:enumeration value="VN15"/>
			<xsd:enumeration value="VN16"/>
			<xsd:enumeration value="VN17"/>
			<xsd:enumeration value="VN18"/>
			<xsd:enumeration value="VN19"/>
			<xsd:enumeration value="VN20"/>
			<xsd:enumeration value="VN21"/>
			<xsd:enumeration value="VN22"/>
			<xsd:enumeration value="VN23"/>
			<xsd:enumeration value="VN24"/>
			<xsd:enumeration value="VO01"/>
			<xsd:enumeration value="VO02"/>
			<xsd:enumeration value="VO03"/>
			<xsd:enumeration value="VO04"/>
			<xsd:enumeration value="VO05"/>
			<xsd:enumeration value="VO06"/>
			<xsd:enumeration value="VO07"/>
			<xsd:enumeration value="VO08"/>
			<xsd:enumeration value="VO09"/>
			<xsd:enumeration value="VO10"/>
			<xsd:enumeration value="VO11"/>
			<xsd:enumeration value="VO12"/>
			<xsd:enumeration value="VO13"/>
			<xsd:enumeration value="VO14"/>
			<xsd:enumeration value="VO15"/>
			<xsd:enumeration value="VO16"/>
			<xsd:enumeration value="VO17"/>
			<xsd:enumeration value="VO18"/>
			<xsd:enumeration value="VO19"/>
			<xsd:enumeration value="VO20"/>
			<xsd:enumeration value="VO21"/>
			<xsd:enumeration value="VK01"/>
			<xsd:enumeration value="VK02"/>
			<xsd:enumeration value="VK03"/>
			<xsd:enumeration value="VK04"/>
			<xsd:enumeration value="VK05"/>
			<xsd:enumeration value="VK06"/>
			<xsd:enumeration value="VK07"/>
			<xsd:enumeration value="VK08"/>
			<xsd:enumeration value="VK09"/>
			<xsd:enumeration value="VK10"/>
			<xsd:enumeration value="VK11"/>
			<xsd:enumeration value="VK12"/>
			<xsd:enumeration value="VK13"/>
			<xsd:enumeration value="VK14"/>
			<xsd:enumeration value="VK15"/>
			<xsd:enumeration value="VK16"/>
			<xsd:enumeration value="VK17"/>
			<xsd:enumeration value="VK18"/>
			<xsd:enumeration value="VK20"/>
			<xsd:enumeration value="VK21"/>
			<xsd:enumeration value="VK22"/>
			<xsd:enumeration value="VK23"/>
			<xsd:enumeration value="VK24"/>
			<xsd:enumeration value="VK25"/>
			<xsd:enumeration value="VK26"/>
			<xsd:enumeration value="VK27"/>
			<xsd:enumeration value="VK28"/>
			<xsd:enumeration value="VK29"/>
			<xsd:enumeration value="VK30"/>
			<xsd:enumeration value="VK31"/>
			<xsd:enumeration value="VK32"/>
			<xsd:enumeration value="VK33"/>
			<xsd:enumeration value="VK34"/>
			<xsd:enumeration value="VK35"/>
			<xsd:enumeration value="VK36"/>
			<xsd:enumeration value="VK37"/>
			<xsd:enumeration value="VP01"/>
			<xsd:enumeration value="VP02"/>
			<xsd:enumeration value="VP03"/>
			<xsd:enumeration value="VP04"/>
			<xsd:enumeration value="VP05"/>
			<xsd:enumeration value="VP06"/>
			<xsd:enumeration value="VP07"/>
			<xsd:enumeration value="VP08"/>
			<xsd:enumeration value="VP09"/>
			<xsd:enumeration value="VP10"/>
			<xsd:enumeration value="VP11"/>
			<xsd:enumeration value="VP12"/>
			<xsd:enumeration value="VP13"/>
			<xsd:enumeration value="VP14"/>
			<xsd:enumeration value="VP15"/>
			<xsd:enumeration value="VP16"/>
			<xsd:enumeration value="VR01"/>
			<xsd:enumeration value="VR02"/>
			<xsd:enumeration value="VR03"/>
			<xsd:enumeration value="VR04"/>
			<xsd:enumeration value="VR05"/>
			<xsd:enumeration value="VR06"/>
			<xsd:enumeration value="VR07"/>
			<xsd:enumeration value="VR08"/>
			<xsd:enumeration value="VR09"/>
			<xsd:enumeration value="VR10"/>
			<xsd:enumeration value="VR11"/>
			<xsd:enumeration value="VR12"/>
			<xsd:enumeration value="VR13"/>
			<xsd:enumeration value="VR14"/>
			<xsd:enumeration value="VR15"/>
			<xsd:enumeration value="VR16"/>
			<xsd:enumeration value="VR17"/>
			<xsd:enumeration value="VR18"/>
			<xsd:enumeration value="VR19"/>
			<xsd:enumeration value="VR20"/>
			<xsd:enumeration value="VR21"/>
			<xsd:enumeration value="VR22"/>
			<xsd:enumeration value="VR23"/>
			<xsd:enumeration value="VR24"/>
			<xsd:enumeration value="VR25"/>
			<xsd:enumeration value="VR26"/>
			<xsd:enumeration value="VR27"/>
			<xsd:enumeration value="VR28"/>
			<xsd:enumeration value="VR29"/>
			<xsd:enumeration value="VR30"/>
			<xsd:enumeration value="VR31"/>
			<xsd:enumeration value="VR32"/>
			<xsd:enumeration value="VR33"/>
			<xsd:enumeration value="VR34"/>
			<xsd:enumeration value="VR35"/>
			<xsd:enumeration value="VR36"/>
			<xsd:enumeration value="VR37"/>
			<xsd:enumeration value="VR38"/>
			<xsd:enumeration value="VR39"/>
			<xsd:enumeration value="VR40"/>
			<xsd:enumeration value="VR41"/>
			<xsd:enumeration value="VR42"/>
			<xsd:enumeration value="VR43"/>
			<xsd:enumeration value="VR44"/>
			<xsd:enumeration value="VR45"/>
			<xsd:enumeration value="VR46"/>
			<xsd:enumeration value="VR47"/>
			<xsd:enumeration value="VU01"/>
			<xsd:enumeration value="VU02"/>
			<xsd:enumeration value="VU03"/>
			<xsd:enumeration value="VU04"/>
			<xsd:enumeration value="VU05"/>
			<xsd:enumeration value="VU06"/>
			<xsd:enumeration value="VU07"/>
			<xsd:enumeration value="VU08"/>
			<xsd:enumeration value="VU09"/>
			<xsd:enumeration value="VU10"/>
			<xsd:enumeration value="VU11"/>
			<xsd:enumeration value="VU12"/>
			<xsd:enumeration value="VU13"/>
			<xsd:enumeration value="VU14"/>
			<xsd:enumeration value="VU15"/>
			<xsd:enumeration value="VU16"/>
			<xsd:enumeration value="VU17"/>
			<xsd:enumeration value="VU18"/>
			<xsd:enumeration value="VU19"/>
			<xsd:enumeration value="VZ01"/>
			<xsd:enumeration value="VZ02"/>
			<xsd:enumeration value="VZ03"/>
			<xsd:enumeration value="VZ04"/>
			<xsd:enumeration value="VZ05"/>
			<xsd:enumeration value="VZ06"/>
			<xsd:enumeration value="VZ07"/>
			<xsd:enumeration value="VZ08"/>
			<xsd:enumeration value="VZ09"/>
			<xsd:enumeration value="VZ10"/>
			<xsd:enumeration value="VZ11"/>
			<xsd:enumeration value="VZ12"/>
			<xsd:enumeration value="VZ13"/>
			<xsd:enumeration value="VZ14"/>
			<xsd:enumeration value="VZ15"/>
			<xsd:enumeration value="VZ16"/>
			<xsd:enumeration value="VZ17"/>
			<xsd:enumeration value="VZ18"/>
			<xsd:enumeration value="VZ19"/>
			<xsd:enumeration value="VZ20"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_VA_VU_Sonstige">
		<xsd:annotation>
			<xsd:documentation>Auswahlliste: Aus der Auswahlliste "Medizinische Leistungsangebote der Fachabteilung/ Organisationseinheit (B-X.3 und B-X.8)" im Anhang 2 zu Anlage 1 sind nur die sonstigen Schlüssel-Nrn. zulässig.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="VA00"/>
			<xsd:enumeration value="VC00"/>
			<xsd:enumeration value="VD00"/>
			<xsd:enumeration value="VG00"/>
			<xsd:enumeration value="VH00"/>
			<xsd:enumeration value="VI00"/>
			<xsd:enumeration value="VK00"/>
			<xsd:enumeration value="VN00"/>
			<xsd:enumeration value="VO00"/>
			<xsd:enumeration value="VP00"/>
			<xsd:enumeration value="VR00"/>
			<xsd:enumeration value="VU00"/>
			<xsd:enumeration value="VX00"/>
			<xsd:enumeration value="VZ00"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_AM_ohneSonstige_ohneAM_116b">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: Aus der Auswahlliste "Ambulante Behandlungsmöglichkeiten (B-X.8)" im Anhang 2 zu Anlage 1 sind alle Schlüssel-Nrn. mit Ausnahme des Schlüssels 116b ("AM06 und "AM17") zulässig.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="AM01"/>
			<xsd:enumeration value="AM02"/>
			<xsd:enumeration value="AM03"/>
			<xsd:enumeration value="AM04"/>
			<xsd:enumeration value="AM05"/>
			<xsd:enumeration value="AM07"/>
			<xsd:enumeration value="AM08"/>
			<xsd:enumeration value="AM09"/>
			<xsd:enumeration value="AM10"/>
			<xsd:enumeration value="AM11"/>
			<xsd:enumeration value="AM12"/>
			<xsd:enumeration value="AM13"/>
			<xsd:enumeration value="AM14"/>
			<xsd:enumeration value="AM15"/>
			<xsd:enumeration value="AM16"/>
			<xsd:enumeration value="AM18"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_AM_Sonstige">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: Aus der Auswahlliste "Ambulante Behandlungsmöglichkeiten (B-X.8)" im Anhang 2 zu Anlage 1 sind nur die sonstigen Schlüssel-Nrn. zulässig.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="AM00"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_AM_116b">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: Aus der Auswahlliste "Ambulante Behandlungsmöglichkeiten (B-X.8)" im Anhang 2 zu Anlage 1 sind nur die Schlüssel 116b ("AM06" und "AM17") zulässig.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="AM06"/>
			<xsd:enumeration value="AM17"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_LK">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Leistungen im Katalog gem. § 116b Abs. 3 SGB V (B-X.8)" im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="LK01"/>
			<xsd:enumeration value="LK02"/>
			<xsd:enumeration value="LK03"/>
			<xsd:enumeration value="LK04"/>
			<xsd:enumeration value="LK05"/>
			<xsd:enumeration value="LK06"/>
			<xsd:enumeration value="LK07"/>
			<xsd:enumeration value="LK08"/>
			<xsd:enumeration value="LK09"/>
			<xsd:enumeration value="LK10"/>
			<xsd:enumeration value="LK11"/>
			<xsd:enumeration value="LK12"/>
			<xsd:enumeration value="LK13"/>
			<xsd:enumeration value="LK14"/>
			<xsd:enumeration value="LK15_2"/>
			<xsd:enumeration value="LK15_3"/>
			<xsd:enumeration value="LK15_4"/>
			<xsd:enumeration value="LK15_5"/>
			<xsd:enumeration value="LK15_6"/>
			<xsd:enumeration value="LK15_7"/>
			<xsd:enumeration value="LK15_8"/>
			<xsd:enumeration value="LK15_9"/>
			<xsd:enumeration value="LK15_10"/>
			<xsd:enumeration value="LK15_11"/>
			<xsd:enumeration value="LK16"/>
			<xsd:enumeration value="LK17"/>
			<xsd:enumeration value="LK18"/>
			<xsd:enumeration value="LK20"/>
			<xsd:enumeration value="LK21"/>
			<xsd:enumeration value="LK22"/>
			<xsd:enumeration value="LK23"/>
			<xsd:enumeration value="LK24"/>
			<xsd:enumeration value="LK26"/>
			<xsd:enumeration value="LK27"/>
			<xsd:enumeration value="LK28"/>
			<xsd:enumeration value="LK29"/>
			<xsd:enumeration value="LK30"/>
			<xsd:enumeration value="LK31"/>
			<xsd:enumeration value="LK32"/>
			<xsd:enumeration value="LK33"/>
			<xsd:enumeration value="LK34"/>
			<xsd:enumeration value="LK35"/>
			<xsd:enumeration value="LK36"/>
			<xsd:enumeration value="LK37"/>
			<xsd:enumeration value="LK38"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_AQ_ZF_ohneSonstige">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Ärztliche Fachexpertise der Abteilung (B-X.11.1)" im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="AQ01"/>
			<xsd:enumeration value="AQ02"/>
			<xsd:enumeration value="AQ03"/>
			<xsd:enumeration value="AQ04"/>
			<xsd:enumeration value="AQ05"/>
			<xsd:enumeration value="AQ06"/>
			<xsd:enumeration value="AQ07"/>
			<xsd:enumeration value="AQ08"/>
			<xsd:enumeration value="AQ09"/>
			<xsd:enumeration value="AQ10"/>
			<xsd:enumeration value="AQ11"/>
			<xsd:enumeration value="AQ12"/>
			<xsd:enumeration value="AQ13"/>
			<xsd:enumeration value="AQ14"/>
			<xsd:enumeration value="AQ15"/>
			<xsd:enumeration value="AQ16"/>
			<xsd:enumeration value="AQ17"/>
			<xsd:enumeration value="AQ18"/>
			<xsd:enumeration value="AQ19"/>
			<xsd:enumeration value="AQ20"/>
			<xsd:enumeration value="AQ21"/>
			<xsd:enumeration value="AQ22"/>
			<xsd:enumeration value="AQ23"/>
			<xsd:enumeration value="AQ24"/>
			<xsd:enumeration value="AQ25"/>
			<xsd:enumeration value="AQ26"/>
			<xsd:enumeration value="AQ27"/>
			<xsd:enumeration value="AQ28"/>
			<xsd:enumeration value="AQ29"/>
			<xsd:enumeration value="AQ30"/>
			<xsd:enumeration value="AQ31"/>
			<xsd:enumeration value="AQ32"/>
			<xsd:enumeration value="AQ33"/>
			<xsd:enumeration value="AQ34"/>
			<xsd:enumeration value="AQ35"/>
			<xsd:enumeration value="AQ36"/>
			<xsd:enumeration value="AQ37"/>
			<xsd:enumeration value="AQ38"/>
			<xsd:enumeration value="AQ39"/>
			<xsd:enumeration value="AQ40"/>
			<xsd:enumeration value="AQ41"/>
			<xsd:enumeration value="AQ42"/>
			<xsd:enumeration value="AQ43"/>
			<xsd:enumeration value="AQ44"/>
			<xsd:enumeration value="AQ45"/>
			<xsd:enumeration value="AQ46"/>
			<xsd:enumeration value="AQ47"/>
			<xsd:enumeration value="AQ48"/>
			<xsd:enumeration value="AQ49"/>
			<xsd:enumeration value="AQ50"/>
			<xsd:enumeration value="AQ51"/>
			<xsd:enumeration value="AQ52"/>
			<xsd:enumeration value="AQ53"/>
			<xsd:enumeration value="AQ54"/>
			<xsd:enumeration value="AQ55"/>
			<xsd:enumeration value="AQ56"/>
			<xsd:enumeration value="AQ57"/>
			<xsd:enumeration value="AQ58"/>
			<xsd:enumeration value="AQ59"/>
			<xsd:enumeration value="AQ60"/>
			<xsd:enumeration value="AQ63"/>
			<xsd:enumeration value="AQ64"/>
			<xsd:enumeration value="AQ65"/>
			<xsd:enumeration value="AQ66"/>
			<xsd:enumeration value="ZF01"/>
			<xsd:enumeration value="ZF02"/>
			<xsd:enumeration value="ZF03"/>
			<xsd:enumeration value="ZF04"/>
			<xsd:enumeration value="ZF05"/>
			<xsd:enumeration value="ZF06"/>
			<xsd:enumeration value="ZF07"/>
			<xsd:enumeration value="ZF08"/>
			<xsd:enumeration value="ZF09"/>
			<xsd:enumeration value="ZF10"/>
			<xsd:enumeration value="ZF11"/>
			<xsd:enumeration value="ZF12"/>
			<xsd:enumeration value="ZF13"/>
			<xsd:enumeration value="ZF14"/>
			<xsd:enumeration value="ZF15"/>
			<xsd:enumeration value="ZF16"/>
			<xsd:enumeration value="ZF17"/>
			<xsd:enumeration value="ZF18"/>
			<xsd:enumeration value="ZF19"/>
			<xsd:enumeration value="ZF20"/>
			<xsd:enumeration value="ZF21"/>
			<xsd:enumeration value="ZF22"/>
			<xsd:enumeration value="ZF23"/>
			<xsd:enumeration value="ZF24"/>
			<xsd:enumeration value="ZF25"/>
			<xsd:enumeration value="ZF26"/>
			<xsd:enumeration value="ZF27"/>
			<xsd:enumeration value="ZF28"/>
			<xsd:enumeration value="ZF29"/>
			<xsd:enumeration value="ZF30"/>
			<xsd:enumeration value="ZF31"/>
			<xsd:enumeration value="ZF32"/>
			<xsd:enumeration value="ZF33"/>
			<xsd:enumeration value="ZF34"/>
			<xsd:enumeration value="ZF35"/>
			<xsd:enumeration value="ZF36"/>
			<xsd:enumeration value="ZF37"/>
			<xsd:enumeration value="ZF38"/>
			<xsd:enumeration value="ZF39"/>
			<xsd:enumeration value="ZF40"/>
			<xsd:enumeration value="ZF41"/>
			<xsd:enumeration value="ZF42"/>
			<xsd:enumeration value="ZF43"/>
			<xsd:enumeration value="ZF44"/>
			<xsd:enumeration value="ZF45"/>
			<xsd:enumeration value="ZF46"/>
			<xsd:enumeration value="ZF49"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_PQ_ZP_ohneSonstige">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Pflegerische Fachexpertise der Abteilung (B-X.11.2)" im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="PQ01"/>
			<xsd:enumeration value="PQ02"/>
			<xsd:enumeration value="PQ04"/>
			<xsd:enumeration value="PQ05"/>
			<xsd:enumeration value="PQ06"/>
			<xsd:enumeration value="PQ07"/>
			<xsd:enumeration value="PQ08"/>
			<xsd:enumeration value="PQ09"/>
			<xsd:enumeration value="PQ10"/>
			<xsd:enumeration value="PQ11"/>
			<xsd:enumeration value="PQ12"/>
			<xsd:enumeration value="PQ13"/>
			<xsd:enumeration value="PQ14"/>
			<xsd:enumeration value="PQ15"/>
			<xsd:enumeration value="PQ16"/>
			<xsd:enumeration value="PQ17"/>
			<xsd:enumeration value="PQ18"/>
			<xsd:enumeration value="PQ19"/>
			<xsd:enumeration value="PQ20"/>
			<xsd:enumeration value="PQ21"/>
			<xsd:enumeration value="PQ22"/>
			<xsd:enumeration value="ZP01"/>
			<xsd:enumeration value="ZP02"/>
			<xsd:enumeration value="ZP03"/>
			<xsd:enumeration value="ZP04"/>
			<xsd:enumeration value="ZP05"/>
			<xsd:enumeration value="ZP06"/>
			<xsd:enumeration value="ZP07"/>
			<xsd:enumeration value="ZP08"/>
			<xsd:enumeration value="ZP09"/>
			<xsd:enumeration value="ZP13"/>
			<xsd:enumeration value="ZP14"/>
			<xsd:enumeration value="ZP15"/>
			<xsd:enumeration value="ZP16"/>
			<xsd:enumeration value="ZP18"/>
			<xsd:enumeration value="ZP19"/>
			<xsd:enumeration value="ZP20"/>
			<xsd:enumeration value="ZP22"/>
			<xsd:enumeration value="ZP23"/>
			<xsd:enumeration value="ZP24"/>
			<xsd:enumeration value="ZP25"/>
			<xsd:enumeration value="ZP26"/>
			<xsd:enumeration value="ZP27"/>
			<xsd:enumeration value="ZP28"/>
			<xsd:enumeration value="ZP29"/>
			<xsd:enumeration value="ZP30"/>
			<xsd:enumeration value="ZP31"/>
			<xsd:enumeration value="ZP32"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_MM">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Umsetzung der Mindestmengenregelungen nach § 136a Abs. 1 Satz 1 Nr. 2 SGB V - Ausnahmen" (C-5) im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="MM01"/>
			<xsd:enumeration value="MM02"/>
			<xsd:enumeration value="MM03"/>
			<xsd:enumeration value="MM04"/>
			<xsd:enumeration value="MM06"/>
			<xsd:enumeration value="MM07"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Schluessel_CQ">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Umsetzung von Beschlüssen des Gemeinsamen Bundesausschusses zur Qualitätssicherung nach § 137 Abs. 1 Satz 1 Nr. 2 SGB V [neue Fassung] ("Strukturqualitätsvereinbarung")" (C-6) im Anhang 2 zu Anlage 1.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="CQ01"/>
			<xsd:enumeration value="CQ02"/>
			<xsd:enumeration value="CQ03"/>
			<xsd:enumeration value="CQ04"/>
			<xsd:enumeration value="CQ05"/>
			<xsd:enumeration value="CQ06"/>
			<xsd:enumeration value="CQ07"/>
			<xsd:enumeration value="CQ08"/>
			<xsd:enumeration value="CQ09"/>
			<xsd:enumeration value="CQ10"/>
			<xsd:enumeration value="CQ11"/>
			<xsd:enumeration value="CQ12"/>
			<xsd:enumeration value="CQ18"/>
			<xsd:enumeration value="CQ19"/>
			<xsd:enumeration value="CQ21"/>
			<xsd:enumeration value="CQ22"/>
			<xsd:enumeration value="CQ23"/>
			<xsd:enumeration value="CQ24"/>
			<xsd:enumeration value="CQ25"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Leistb_QS_Landesrecht">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: "Externe Qualitätssicherung nach Landesrecht (C-2)" im Anhang 2 zu Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Anästhesiologie"/>
			<xsd:enumeration value="Gynäkologische Operationen: Operationen des Uterus myomatosus, die nicht vom bundesweit verpflichtenden Leistungsbereich erfasst sind"/>
			<xsd:enumeration value="MRE"/>
			<xsd:enumeration value="Perkutane transluminale Angioplastie (PTA)"/>
			<xsd:enumeration value="Schlaganfall"/>
			<xsd:enumeration value="Schlaganfall: Akutbehandlung"/>
			<xsd:enumeration value="Schlaganfall: neurologische Frührehabilitation"/>
			<xsd:enumeration value="Neurologisch- neurochirurgische Frührehabilitation"/>
			<xsd:enumeration value="Cholezystektomie"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_DMP">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: Werte der Spalte DMP der Tabelle "Gemäß seinem Leistungsspektrum nimmt das Krankenhaus an den folgenden DMP teil:" (C-3) Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Diabetes mellitus Typ 1"/>
			<xsd:enumeration value="Diabetes mellitus Typ 2"/>
			<xsd:enumeration value="Brustkrebs"/>
			<xsd:enumeration value="Koronare Herzkrankheit (KHK)"/>
			<xsd:enumeration value="Modul Chronische Herzinsuffizienz (bei KHK)"/>
			<xsd:enumeration value="Asthma bronchiale"/>
			<xsd:enumeration value="Chronische obstruktive Lungenerkrankung (COPD)"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enum_Leistb_Mindestmengen">
		<xsd:annotation>
			<xsd:documentation>Schlüsselauswahlliste: Werte der Spalte Leistungsbereich der Tabelle "Umsetzung der Mindestmengenregelungen nach § 137 Abs. 3 Satz 1 Nr. 2 SGB V" (C-5) in Anlage 1</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Lebertransplantation"/>
			<xsd:enumeration value="Nierentransplantation"/>
			<xsd:enumeration value="Komplexe Eingriffe am Organsystem Ösophagus"/>
			<xsd:enumeration value="Komplexe Eingriffe am Organsystem Pankreas"/>
			<xsd:enumeration value="Stammzelltransplantation"/>
			<xsd:enumeration value="Kniegelenk-Totalendoprothesen"/>
			<xsd:enumeration value="Versorgung von Früh- und Neugeborenen (mit einem Geburtsgewicht kleiner 1250g) bei einem Krankenhaus mit ausgewiesenem Level 1"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!-- ###########################################################  -->
	<!-- #         globale Deklaration von Standard-Gruppen        #  -->
	<!-- ###########################################################  -->
	<xsd:group name="s_Erlaeuterungen_300">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die das einfache Element "Erlaeuterung" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Erlaeuterungen" type="char_max300"/>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="s_Erlaeuterungen_500">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die das einfache Element "Erlaeuterung" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Erlaeuterungen" type="char_max500"/>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="s_Beschreibung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die das einfache Element "Beschreibung" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Beschreibung" type="char_max200"/>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="s_Bezeichnung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die das einfache Element "Bezeichnung" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Bezeichnung" type="char_max200"/>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="s_Fallzahl_Datenschutz">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die das einfache Element "Fallzahl_Datenschutz" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Fallzahl_Datenschutz" type="empty"/>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="s_Anzahl_Datenschutz">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die das einfache Element "Anzahl_Datenschutz" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Anzahl_Datenschutz" type="empty"/>
		</xsd:sequence>
	</xsd:group>
	<!-- ###########################################################  -->
	<!-- #       globale Deklaration der speziellen Gruppen        #  -->
	<!-- ###########################################################  -->
	<xsd:group name="c_Datensatz">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Datensatz" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Datensatz">
				<xsd:annotation>
					<xsd:documentation>Informationen zum Datensatz.</xsd:documentation>
					<xsd:documentation source="chapter">Einleitung</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Datum" type="qb_date">
							<xsd:annotation>
								<xsd:documentation>Erstellungsdatum des Datensatzes.</xsd:documentation>
								<xsd:documentation source="chapter">Einleitung</xsd:documentation>
								<xsd:documentation source="aggregation">manuell</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Uhrzeit" type="qb_time">
							<xsd:annotation>
								<xsd:documentation>Erstellungsuhrzeit des Datensatzes.</xsd:documentation>
								<xsd:documentation source="chapter">Einleitung</xsd:documentation>
								<xsd:documentation source="aggregation">manuell</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Sprache" type="enum_language">
							<xsd:annotation>
								<xsd:documentation>Im Datensatz verwendete Sprache.</xsd:documentation>
								<xsd:documentation source="chapter">Einleitung</xsd:documentation>
								<xsd:documentation source="aggregation">manuell</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Software">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Software" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Software">
				<xsd:annotation>
					<xsd:documentation>Informationen zur verwendeten Software.</xsd:documentation>
					<xsd:documentation source="chapter">Einleitung</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Hersteller" type="char_max4000">
							<xsd:annotation>
								<xsd:documentation>Name des Herstellers der Software zur Erstellung des XML.</xsd:documentation>
								<xsd:documentation source="chapter">Einleitung</xsd:documentation>
								<xsd:documentation source="aggregation">berechnung</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Produktname" type="char_max4000">
							<xsd:annotation>
								<xsd:documentation>Verwendete Software.</xsd:documentation>
								<xsd:documentation source="chapter">Einleitung</xsd:documentation>
								<xsd:documentation source="aggregation">berechnung</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Version" type="char_max4000">
							<xsd:annotation>
								<xsd:documentation>Versionsangabe zur verwendeten Software.</xsd:documentation>
								<xsd:documentation source="chapter">Einleitung</xsd:documentation>
								<xsd:documentation source="aggregation">berechnung</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="s_PLZ_Ort">
		<xsd:sequence>
			<xsd:element name="Postleitzahl" type="qb_plz">
				<xsd:annotation>
					<xsd:documentation>Gemeint ist die Zustell-Postleitzahl.</xsd:documentation>
					<xsd:documentation source="chapter">A-1, B-X.1</xsd:documentation>
					<xsd:documentation source="aggregation">identitaet</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Ort" type="char_max4000">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-1, B-X.1</xsd:documentation>
					<xsd:documentation source="aggregation">identitaet</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="s_Telefonnummer">
		<xsd:annotation>
			<xsd:documentation/>
			<xsd:documentation source="chapter">Einleitung, A-1, A-12.1.1, A-12.2.1, A-12.4, A-12.5.2, B-X.1 </xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Vorwahl" type="char_numerics">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">Einleitung, A-1, A-12.1.1, A-12.2.1, A-12.4, A-12.5.2, B-X.1 </xsd:documentation>
					<xsd:documentation source="aggregation">manuell</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Rufnummer" type="char_numerics">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">Einleitung, A-1, A-12.1.1, A-12.2.1, A-12.4, A-12.5.2, B-X.1 </xsd:documentation>
					<xsd:documentation source="aggregation">manuell</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element minOccurs="0" name="Durchwahl" type="char_numerics">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">Einleitung, A-1, A-12.1.1, A-12.2.1, A-12.4, A-12.5.2, B-X.1 </xsd:documentation>
					<xsd:documentation source="aggregation">manuell</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Telefon">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Telefon" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">Einleitung, A-1, A-12.1.1, A-12.2.1, A-12.4, A-12.5.2, B-X.1</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Telefon">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">Einleitung, A-1, A-12.1.1, A-12.2.1, A-12.4, A-12.5.2, B-X.1</xsd:documentation>
					<xsd:documentation source="aggregation">manuell</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:group ref="s_Telefonnummer"/>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Fax">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Fax" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">Einleitung, A-1, A-12.1.1, A-12.2.1, A-12.4, A-12.5.2, B-X.1 </xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Fax">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">Einleitung, A-1, A-12.1.1, A-12.2.1, A-12.4, A-12.5.2, B-X.1 </xsd:documentation>
					<xsd:documentation source="aggregation">manuell</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:group ref="s_Telefonnummer"/>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Person">
		<xsd:sequence>
			<xsd:element name="Person">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">Einleitung, A-1, A-12.1.1, A-12.2.1, A-12.4, A-12.5.2, B-X.1 </xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element minOccurs="0" name="Titel" type="char_max150">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">Einleitung, A-1, A-12.1.1, A-12.2.1, A-12.4, A-12.5.2, B-X.1 </xsd:documentation>
								<xsd:documentation source="aggregation">manuell</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Vorname" type="char_max150">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">Einleitung, A-1, A-12.1.1, A-12.2.1, A-12.4, A-12.5.2, B-X.1 </xsd:documentation>
								<xsd:documentation source="aggregation">manuell</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Nachname" type="char_max150">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">Einleitung, A-1, A-12.1.1, A-12.2.1, A-12.4, A-12.5.2, B-X.1 </xsd:documentation>
								<xsd:documentation source="aggregation">manuell</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Funktion_Arbeitsschwerpunkt" type="char_max500">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">Einleitung, A-1, A-12.1.1, A-12.2.1, A-12.4, A-12.5.2, B-X.1 </xsd:documentation>
								<xsd:documentation source="aggregation">manuell</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Kontakt_Person_lang">
		<xsd:sequence>
			<xsd:element name="Kontakt_Person_lang">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">Einleitung, A-1, A-12.1.1, A-12.2.1, A-12.4, A-12.5.2, B-X.1</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Person"/>
						<xsd:group ref="c_Telefon"/>
						<xsd:group minOccurs="0" ref="c_Fax"/>
						<xsd:element name="Email" type="qb_email">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">Einleitung, A-1, A-12.1.1, A-12.2.1, A-12.4, A-12.5.2, B-X.1</xsd:documentation>
								<xsd:documentation source="note">(!) Das Format wird vom XML-Schema nur rudimentär validiert.</xsd:documentation>
								<xsd:documentation source="aggregation">manuell</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Kontakt_Person_kurz">
		<xsd:sequence>
			<xsd:element name="Kontakt_Person_kurz">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
					<xsd:documentation source="aggregation">identitaetFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Person"/>
						<xsd:group minOccurs="0" ref="c_Telefon"/>
						<xsd:group minOccurs="0" ref="c_Fax"/>
						<xsd:element minOccurs="0" name="Email" type="qb_email">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
								<xsd:documentation source="note">(!) Das Format wird vom XML-Schema nur rudimentär validiert.</xsd:documentation>
								<xsd:documentation source="aggregation">manuell</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Adresse">
		<xsd:sequence>
			<xsd:element name="Adresse">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-1, B-X.1</xsd:documentation>
					<xsd:documentation source="aggregation">identitaet</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Strasse" type="char_max4000">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-1, B-X.1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Hausnummer" type="char_max4000">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-1, B-X.1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Adresszusatz" type="char_max4000">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-1, B-X.1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Kontakt_Adresse">
		<xsd:sequence>
			<xsd:element name="Kontakt_Adresse">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:choice>
							<xsd:group ref="c_Adresse"/>
							<xsd:element minOccurs="0" name="Postfach" type="char_max4000">
								<xsd:annotation>
									<xsd:documentation/>
									<xsd:documentation source="chapter">A-1, B-X.1</xsd:documentation>
									<xsd:documentation source="aggregation">identitaet</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:choice>
						<xsd:group ref="s_PLZ_Ort"/>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Kontakt_Zugang">
		<xsd:sequence>
			<xsd:element name="Kontakt_Zugang">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Strasse" type="char_max4000">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-1, B-X.1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Hausnummer" type="char_max4000">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-1, B-X.1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
								<xsd:documentation source="note">Da dieses Feld ein Pflichtfeld ist, muss für den Fall, dass keine Hausnummer existiert, ein Unterstrich „_“ angegeben werden. Dieses Zeichen darf bei Visualisierung der Daten nicht dargestellt werden.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:group ref="s_PLZ_Ort"/>
						<xsd:element minOccurs="0" name="URL_Zugang" type="qb_url">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-1, B-X.1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
								<xsd:documentation source="note">(!) Das Format wird vom XML-Schema nur rudimentär validiert.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Weiterfuehrende_Links">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Weiterfuehrende_Links" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Weiterfuehrende_Links">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">Einleitung</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Link">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">Einleitung</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="URL" type="qb_url">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">Einleitung</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											<xsd:documentation source="note">(!) Das Format wird vom XML-Schema nur rudimentär validiert.</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Beschreibung" type="char_max200">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">Einleitung</xsd:documentation>
											<xsd:documentation source="aggregation">verbatim</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Einleitung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Einleitung" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">Einleitung</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Einleitung">
				<xsd:annotation>
					<xsd:documentation>Informationen über den Datensatz, die verwendete Software sowie verantwortliche Personen für den Qualitätsbericht.</xsd:documentation>
					<xsd:documentation source="chapter">Einleitung</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Datensatz">
							<xsd:annotation>
								<xsd:documentation>Informationen über den Datensatz.</xsd:documentation>
								<xsd:documentation source="chapter">Einleitung</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group ref="c_Software">
							<xsd:annotation>
								<xsd:documentation>Informationen über die verwendete Software.</xsd:documentation>
								<xsd:documentation source="chapter">Einleitung</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:element name="Verantwortlicher_Erstellung">
							<xsd:annotation>
								<xsd:documentation>Für die Erstellung des Qualitätsberichts verantwortliche Person.</xsd:documentation>
								<xsd:documentation source="chapter">Einleitung</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Kontakt_Person_lang">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">Einleitung</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Verantwortlicher_Krankenhausleitung">
							<xsd:annotation>
								<xsd:documentation>Für die Vollständigkeit und Richtigkeit der Angaben im Qualitätsbericht verantwortliche Person der Krankenhausleitung.</xsd:documentation>
								<xsd:documentation source="chapter">Einleitung</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Kontakt_Person_lang">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">Einleitung</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="URL_Homepage_Krankenhaus" type="qb_url">
							<xsd:annotation>
								<xsd:documentation>Link zur Homepage des Krankenhauses.</xsd:documentation>
								<xsd:documentation source="chapter">Einleitung</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandortIdentitaet</xsd:documentation>
								<xsd:documentation source="note">(!) Das Format wird vom XML-Schema nur rudimentär validiert.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="URL_Weitere_Informationen" type="qb_url">
							<xsd:annotation>
								<xsd:documentation>Link zur weiteren Informationen zu diesem Qualitätsbericht.(Imagebroschüren, PDF-Version dieses Berichts etc.).</xsd:documentation>
								<xsd:documentation source="chapter">Einleitung</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandortIdentitaet</xsd:documentation>
								<xsd:documentation source="note">(!) Das Format wird vom XML-Schema nur rudimentär validiert.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:group minOccurs="0" ref="c_Weiterfuehrende_Links">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">Einleitung</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Aerztliche_Leitung">
		<xsd:sequence>
			<xsd:element name="Aerztliche_Leitung">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-1</xsd:documentation>
					<xsd:documentation source="aggregation">identitaet</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group maxOccurs="unbounded" ref="c_Kontakt_Person_lang">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Pflegedienstleitung">
		<xsd:sequence>
			<xsd:element name="Pflegedienstleitung">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-1</xsd:documentation>
					<xsd:documentation source="aggregation">identitaet</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group maxOccurs="unbounded" ref="c_Kontakt_Person_lang">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Verwaltungsleitung">
		<xsd:sequence>
			<xsd:element name="Verwaltungsleitung">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-1</xsd:documentation>
					<xsd:documentation source="aggregation">identitaet</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group maxOccurs="unbounded" ref="c_Kontakt_Person_lang">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Kontaktdaten">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Kontaktdaten" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-1</xsd:documentation>
			<xsd:documentation source="aggregation">identitaet</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Kontaktdaten">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Name" type="char_max4000">
							<xsd:annotation>
								<xsd:documentation>Name des Krankenhauses oder des Standorts.</xsd:documentation>
								<xsd:documentation source="chapter">A-1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="IK" type="char_numerics_9">
							<xsd:annotation>
								<xsd:documentation>Institutionskennzeichen des Krankenhauses, das sowohl für die Identifikation bei der Annahmestelle als auch bei den mit der Durchführung der externen vergleichenden Qualitätssicherung beauftragten Stellen verwendet wird.</xsd:documentation>
								<xsd:documentation source="chapter">A-1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Standortnummer" type="char_numerics_2">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
								<xsd:documentation source="note">Wenn das Krankenhaus mehr als einen Standort besitzt, steht hier die Standortnummer 99, ansonsten 00.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:group ref="c_Kontakt_Zugang">
							<xsd:annotation>
								<xsd:documentation>Die Hausanschrift.</xsd:documentation>
								<xsd:documentation source="chapter">A-1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Kontakt_Adresse">
							<xsd:annotation>
								<xsd:documentation>Die Postanschrift.</xsd:documentation>
								<xsd:documentation source="chapter">A-1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group ref="c_Aerztliche_Leitung">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group ref="c_Pflegedienstleitung">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group ref="c_Verwaltungsleitung">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Krankenhaus">
		<xsd:sequence>
			<xsd:element name="Krankenhaus">
				<xsd:annotation>
					<xsd:documentation>Die Kontaktdaten des Krankenhauses und der Standorte, wenn das Krankenhaus mehr als einen Standort besitzt.</xsd:documentation>
					<xsd:documentation source="chapter">A-1</xsd:documentation>
					<xsd:documentation source="aggregation">identitaet</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Krankenhauskontaktdaten">
							<xsd:annotation>
								<xsd:documentation>Fachabteilungsübergreifende Kontaktdaten des Krankenhauses.</xsd:documentation>
								<xsd:documentation source="chapter">A-1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="Name" type="char_max4000">
										<xsd:annotation>
											<xsd:documentation>Name des Krankenhauses</xsd:documentation>
											<xsd:documentation source="chapter">A-1</xsd:documentation>
											<xsd:documentation source="aggregation">identitaet</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="IK" type="char_numerics_9">
										<xsd:annotation>
											<xsd:documentation>Institutionskennzeichen des Krankenhauses, das sowohl für die Identifikation bei der Annahmestelle als auch bei den mit der Durchführung der externen vergleichenden Qualitätssicherung beauftragten Stellen verwendet wird.</xsd:documentation>
											<xsd:documentation source="chapter">A-1</xsd:documentation>
											<xsd:documentation source="aggregation">identitaet</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element maxOccurs="unbounded" minOccurs="0" name="IK_Weitere" type="char_numerics_9">
										<xsd:annotation>
											<xsd:documentation>Weitere relevante Institutionskennzeichen.</xsd:documentation>
											<xsd:documentation source="chapter">A-1</xsd:documentation>
											<xsd:documentation source="aggregation">identitaet</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="Standortnummer" type="char_numerics_2">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-1</xsd:documentation>
											<xsd:documentation source="aggregation">identitaet</xsd:documentation>
											<xsd:documentation source="note">Wenn das Krankenhaus mehr als einen Standort besitzt, steht hier die Standortnummer 99, ansonsten 00.</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:group ref="c_Kontakt_Zugang">
										<xsd:annotation>
											<xsd:documentation>Die Hausanschrift.</xsd:documentation>
											<xsd:documentation source="chapter">A-1</xsd:documentation>
											<xsd:documentation source="aggregation">identitaet</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group minOccurs="0" ref="c_Kontakt_Adresse">
										<xsd:annotation>
											<xsd:documentation>Die Postanschrift.</xsd:documentation>
											<xsd:documentation source="chapter">A-1</xsd:documentation>
											<xsd:documentation source="aggregation">identitaet</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group ref="c_Aerztliche_Leitung">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-1</xsd:documentation>
											<xsd:documentation source="aggregation">identitaet</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group ref="c_Pflegedienstleitung">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-1</xsd:documentation>
											<xsd:documentation source="aggregation">identitaet</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group ref="c_Verwaltungsleitung">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-1</xsd:documentation>
											<xsd:documentation source="aggregation">identitaet</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:choice minOccurs="0">
							<xsd:element name="Standortkontaktdaten">
								<xsd:annotation>
									<xsd:documentation>Hier sind die Kontaktdaten des Standortes anzugeben, für welchen dieser Qualitaetsbericht erstellt wird, wenn es um ein Krankenhaus mit mehreren Standorten handelt.</xsd:documentation>
									<xsd:documentation source="chapter">A-1</xsd:documentation>
									<xsd:documentation source="aggregation">standard</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:sequence>
										<xsd:element name="Name" type="char_max4000">
											<xsd:annotation>
												<xsd:documentation>Name des Standorts.</xsd:documentation>
												<xsd:documentation source="chapter">A-1</xsd:documentation>
												<xsd:documentation source="aggregation">identitaet</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="IK" type="char_numerics_9">
											<xsd:annotation>
												<xsd:documentation>Institutionskennzeichen des Krankenhauses, das sowohl für die Identifikation bei der Annahmestelle als auch bei den mit der Durchführung der externen vergleichenden Qualitätssicherung beauftragten Stellen verwendet wird.</xsd:documentation>
												<xsd:documentation source="chapter">A-1</xsd:documentation>
												<xsd:documentation source="aggregation">identitaet</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="Standortnummer" type="char_numerics_2">
											<xsd:annotation>
												<xsd:documentation/>
												<xsd:documentation source="chapter">A-1</xsd:documentation>
												<xsd:documentation source="aggregation">identitaet</xsd:documentation>
												<xsd:documentation source="note">Die interne laufende Nummer des Standorts.</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:group ref="c_Kontakt_Zugang">
											<xsd:annotation>
												<xsd:documentation>Die Hausanschrift.</xsd:documentation>
												<xsd:documentation source="chapter">A-1</xsd:documentation>
												<xsd:documentation source="aggregation">identitaet</xsd:documentation>
											</xsd:annotation>
										</xsd:group>
										<xsd:group minOccurs="0" ref="c_Kontakt_Adresse">
											<xsd:annotation>
												<xsd:documentation>Die Postanschrift.</xsd:documentation>
												<xsd:documentation source="chapter">A-1</xsd:documentation>
												<xsd:documentation source="aggregation">identitaet</xsd:documentation>
											</xsd:annotation>
										</xsd:group>
										<xsd:group ref="c_Aerztliche_Leitung">
											<xsd:annotation>
												<xsd:documentation/>
												<xsd:documentation source="chapter">A-1</xsd:documentation>
												<xsd:documentation source="aggregation">identitaet</xsd:documentation>
											</xsd:annotation>
										</xsd:group>
										<xsd:group ref="c_Pflegedienstleitung">
											<xsd:annotation>
												<xsd:documentation/>
												<xsd:documentation source="chapter">A-1</xsd:documentation>
												<xsd:documentation source="aggregation">identitaet</xsd:documentation>
											</xsd:annotation>
										</xsd:group>
										<xsd:group ref="c_Verwaltungsleitung">
											<xsd:annotation>
												<xsd:documentation/>
												<xsd:documentation source="chapter">A-1</xsd:documentation>
												<xsd:documentation source="aggregation">identitaet</xsd:documentation>
											</xsd:annotation>
										</xsd:group>
									</xsd:sequence>
								</xsd:complexType>
							</xsd:element>
							<xsd:element name="Standortkontaktdaten_Gesamtbericht">
								<xsd:annotation>
									<xsd:documentation>Dieses Element ist im Gesamtbericht immer anzugeben und listet alle Standorte auf.</xsd:documentation>
									<xsd:documentation source="chapter">A-1</xsd:documentation>
									<xsd:documentation source="aggregation">aggregation</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:sequence>
										<xsd:group maxOccurs="unbounded" ref="c_Kontaktdaten">
											<xsd:annotation>
												<xsd:documentation>Fachabteilungsübergreifende Kontaktdaten.</xsd:documentation>
												<xsd:documentation source="chapter">A-1</xsd:documentation>
												<xsd:documentation source="aggregation">identitaet</xsd:documentation>
											</xsd:annotation>
										</xsd:group>
									</xsd:sequence>
								</xsd:complexType>
							</xsd:element>
						</xsd:choice>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Krankenhaustraeger_Art">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Krankenhaustraeger_Art" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Krankenhaustraeger_Art">
				<xsd:annotation>
					<xsd:documentation>Art des Krankenhausträgers.</xsd:documentation>
					<xsd:documentation source="chapter">A-2</xsd:documentation>
					<xsd:documentation source="aggregation">identitaet</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:choice>
						<xsd:element name="Art" type="enum_KHtraegerart">
							<xsd:annotation>
								<xsd:documentation>Art des Krankenhausträgers.</xsd:documentation>
								<xsd:documentation source="chapter">A-2</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Sonstiges" type="char_max4000">
							<xsd:annotation>
								<xsd:documentation>Wenn die Art des Krankenhausträgers nicht einer der drei Kategorien „freigemeinnützig, öffentlich, privat“ zuzuordnen ist, ist im Feld „Sonstiges“ die Art des Krankenhausträgers anzugeben.</xsd:documentation>
								<xsd:documentation source="chapter">A-2</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:choice>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Krankenhaustraeger">
		<xsd:annotation>
			<xsd:documentation source="chapter">A-2</xsd:documentation>
			<xsd:documentation source="aggregation">identitaet</xsd:documentation>
			<xsd:documentation>Gruppe, die den Container "Krankenhaustraeger" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Krankenhaustraeger">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-2</xsd:documentation>
					<xsd:documentation source="aggregation">identitaet</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Name" type="char_max4000">
							<xsd:annotation>
								<xsd:documentation>Name des Krankenhausträgers.</xsd:documentation>
								<xsd:documentation source="chapter">A-2</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:group ref="c_Krankenhaustraeger_Art">
							<xsd:annotation>
								<xsd:documentation>Art des Krankenhausträgers</xsd:documentation>
								<xsd:documentation source="chapter">A-2</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Krankenhaus_Art">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Krankenhaus_Art" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element minOccurs="0" name="Krankenhaus_Art">
				<xsd:annotation>
					<xsd:documentation>Art des Krankenhauses.</xsd:documentation>
					<xsd:documentation source="chapter">A-3</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:choice>
						<xsd:element minOccurs="0" name="Universitaetsklinikum" type="empty">
							<xsd:annotation>
								<xsd:documentation>Krankenhaus ist ein Universitätsklinikum.</xsd:documentation>
								<xsd:documentation source="chapter">A-3</xsd:documentation>
								<xsd:documentation source="aggregation">identitaetFV</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Akademisches_Lehrkrankenhaus">
							<xsd:annotation>
								<xsd:documentation>Krankenhaus ist ein akademisches Lehrkrankenhaus. In diesem Fall muss der Name bzw. die Namen der zugehörigen Universität(en) eingetragen werden.</xsd:documentation>
								<xsd:documentation source="chapter">A-3</xsd:documentation>
								<xsd:documentation source="aggregation">identitaetFV</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element maxOccurs="unbounded" name="Name_Universitaet" type="char_max4000">
										<xsd:annotation>
											<xsd:documentation>Name und Ort der Universität</xsd:documentation>
											<xsd:documentation source="chapter">A-3</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:choice>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Psychiatrisches_Krankenhaus">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Psychiatrisches_Krankenhaus" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-4</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Psychiatrisches_Krankenhaus">
				<xsd:annotation>
					<xsd:documentation>Dieses Element ist einzufügen, falls es sich um ein psychiatrisches Fachkrankenhaus oder ein Krankenhaus mit einer psychiatrischen Fachabteilung handelt.</xsd:documentation>
					<xsd:documentation source="chapter">A-4</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element minOccurs="0" name="Versorgungsverpflichtung_Psychiatrie" type="empty">
							<xsd:annotation>
								<xsd:documentation>Dieses Element ist einzufügen, falls bei einem psychiatrischen Fachkrankenhaus oder einem Krankenhaus mit einer psychiatrischen Fachabteilung eine regionale Versorgungsverpflichtung für die Psychiatrie besteht.</xsd:documentation>
								<xsd:documentation source="chapter">A-4</xsd:documentation>
								<xsd:documentation source="aggregation">oderVerknuepfung</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Fallzahlen">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Fallzahlen" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-10</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Fallzahlen">
				<xsd:annotation>
					<xsd:documentation>Fallzahlen des Krankenhauses.</xsd:documentation>
					<xsd:documentation source="chapter">A-10</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Vollstationaere_Fallzahl" type="codomain_0_1.000.000">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-10</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Teilstationaere_Fallzahl" type="codomain_0_1.000.000">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-10</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Ambulante_Fallzahl" type="codomain_0_20.000.000">
							<xsd:annotation>
								<xsd:documentation>Ambulante Fallzahl</xsd:documentation>
								<xsd:documentation source="chapter">A-10</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Medizinisch_Pflegerische_Leistungsangebote">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Medizinisch_Pflegerische_Leistungsangebote" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-5</xsd:documentation>
			<xsd:documentation source="aggregation">summation</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Medizinisch_Pflegerische_Leistungsangebote">
				<xsd:annotation>
					<xsd:documentation>Medizinisch-pflegerische Leistungsangebote des Krankenhauses.</xsd:documentation>
					<xsd:documentation source="chapter">A-5</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="MP_Leistungsangebot">
							<xsd:annotation>
								<xsd:documentation>Medizinisch-pflegerisches Leistungsangebot.</xsd:documentation>
								<xsd:documentation source="chapter">A-5</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="MP_Schluessel" type="enum_Schluessel_MP_ohneSonstige">
										<xsd:annotation>
											<xsd:documentation>Schlüssel-Nr. des medizinisch-pflegerischen Leistungsangebots.</xsd:documentation>
											<xsd:documentation source="chapter">A-5</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "MP_Leistungsangebot" nur genau einmal vorkommen (Eindeutigkeit).</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-5</xsd:documentation>
											<xsd:documentation source="aggregation">verbatim</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="mp_schluessel">
					<xsd:selector xpath="MP_Leistungsangebot"/>
					<xsd:field xpath="MP_Schluessel"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Zusatzangaben">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Zusatzangaben" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-6</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Zusatzangaben">
				<xsd:annotation>
					<xsd:documentation>Zusatzangaben zu ausgewählten Leistungsangeboten.</xsd:documentation>
					<xsd:documentation source="chapter">A-6</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
					<xsd:documentation source="note">Zusatzangaben zu den Leistungsangeboten gemäß Auswahlliste (Anhang 2) sind verpflichtend. (!) Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:choice>
							<xsd:element name="Mediennutzung">
								<xsd:annotation>
									<xsd:documentation>Kosten für Fernseher oder sonstige Mediennutzung.</xsd:documentation>
									<xsd:documentation source="chapter">A-6</xsd:documentation>
									<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:sequence>
										<xsd:element name="Kosten_pro_Tag" type="float_0d00_100d00">
											<xsd:annotation>
												<xsd:documentation>Kosten pro Tag, in Euro.</xsd:documentation>
												<xsd:documentation source="chapter">A-6</xsd:documentation>
												<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
									</xsd:sequence>
								</xsd:complexType>
							</xsd:element>
							<xsd:element name="Telefonnutzung">
								<xsd:annotation>
									<xsd:documentation>Kosten für Telefonnutzung.</xsd:documentation>
									<xsd:documentation source="chapter">A-6</xsd:documentation>
									<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:sequence>
										<xsd:element name="Kosten_pro_Tag" type="float_0d00_100d00">
											<xsd:annotation>
												<xsd:documentation>Kosten pro Tag, in Euro.</xsd:documentation>
												<xsd:documentation source="chapter">A-6</xsd:documentation>
												<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="Kosten_pro_Minute_ins_deutsche_Festnetz" type="float_0d00_100d00">
											<xsd:annotation>
												<xsd:documentation>Kosten eines Telefonats pro Minute ins deutsche Festnetz, in Euro.</xsd:documentation>
												<xsd:documentation source="chapter">A-6</xsd:documentation>
												<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="Kosten_pro_Minute_bei_eintreffenden_Anrufen" type="float_0d00_100d00">
											<xsd:annotation>
												<xsd:documentation>Kosten eines Telefonats bei eintreffenden Anrufen, in Euro.</xsd:documentation>
												<xsd:documentation source="chapter">A-6</xsd:documentation>
												<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
									</xsd:sequence>
								</xsd:complexType>
							</xsd:element>
							<xsd:element name="Parkplatznutzung">
								<xsd:annotation>
									<xsd:documentation>Parkgebühren.</xsd:documentation>
									<xsd:documentation source="chapter">A-6</xsd:documentation>
									<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:sequence>
										<xsd:element name="Kosten_pro_Stunde_Max" type="float_0d00_100d00">
											<xsd:annotation>
												<xsd:documentation>Kosten pro Stunde, in Euro. Hier ist der Maximalbetrag einzutragen.</xsd:documentation>
												<xsd:documentation source="chapter">A-6</xsd:documentation>
												<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="Kosten_pro_Tag_Max" type="float_0d00_100d00">
											<xsd:annotation>
												<xsd:documentation>Kosten pro Tag, in Euro. Hier ist der Maximalbetrag einzutragen.</xsd:documentation>
												<xsd:documentation source="chapter">A-6</xsd:documentation>
												<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
									</xsd:sequence>
								</xsd:complexType>
							</xsd:element>
							<xsd:element name="Besondere_Ernaehrungsgewohnheiten" type="char_max300">
								<xsd:annotation>
									<xsd:documentation>Angebote für besondere Ernährungsgewohnheiten.</xsd:documentation>
									<xsd:documentation source="chapter">A-6</xsd:documentation>
									<xsd:documentation source="aggregation">verbatim</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:choice>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Nicht_Medizinische_Leistungsangebote">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Nicht_Medizinische_Leistungsangebote" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-6</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Nicht_Medizinische_Leistungsangebote">
				<xsd:annotation>
					<xsd:documentation>Weitere nicht-medizinische Leistungsangebote des Krankenhauses.</xsd:documentation>
					<xsd:documentation source="chapter">A-6</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="NM_Leistungsangebot">
							<xsd:annotation>
								<xsd:documentation>Allgemeines nicht-medizinisches Leistungsangebot.</xsd:documentation>
								<xsd:documentation source="chapter">A-6</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="NM_Schluessel" type="enum_Schluessel_NM_ohneSonstige">
										<xsd:annotation>
											<xsd:documentation>Schlüssel-Nr. des nicht-medizinischen Leistungsangebots.</xsd:documentation>
											<xsd:documentation source="chapter">A-6</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "NM_Leistungsangebot" nur genau einmal vorkommen (Eindeutigkeit).</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:group minOccurs="0" ref="c_Zusatzangaben">
										<xsd:annotation>
											<xsd:documentation>Zusatzangaben zu ausgewählten Leistungsangeboten.</xsd:documentation>
											<xsd:documentation source="chapter">A-6</xsd:documentation>
											<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
											<xsd:documentation source="note">Zusatzangaben zu den Leistungsangeboten gemäß Auswahlliste (Anhang 2) sind verpflichtend. (!) Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-6</xsd:documentation>
											<xsd:documentation source="aggregation">verbatim</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="URL" type="qb_url">
										<xsd:annotation>
											<xsd:documentation>Zum Beispiel Link zur Website mit aktuellen Angaben.</xsd:documentation>
											<xsd:documentation source="chapter">A-6</xsd:documentation>
											<xsd:documentation source="aggregation">verbatim</xsd:documentation>
											<xsd:documentation source="note">(!) Das Format wird vom XML-Schema nur rudimentär validiert.</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="nm_schluessel">
					<xsd:selector xpath="NM_Leistungsangebot"/>
					<xsd:field xpath="NM_Schluessel"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Barrierefreiheit">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Barrierefreiheit" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-7, B-X.4</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Barrierefreiheit">
				<xsd:annotation>
					<xsd:documentation>Aspekte der Barrierefreiheit des Krankenhauses.</xsd:documentation>
					<xsd:documentation source="chapter">A-7, B-X.4</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Barrierefreiheit_Aspekt">
							<xsd:annotation>
								<xsd:documentation>Aspekt der Barrierefreiheit.</xsd:documentation>
								<xsd:documentation source="chapter">A-7, B-X.4</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="BF_Schluessel" type="enum_Schluessel_BF_ohneSonstige">
										<xsd:annotation>
											<xsd:documentation>Schlüssel-Nr. des Aspekts der Barrierefreiheit.</xsd:documentation>
											<xsd:documentation source="chapter">A-7, B-X.4</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "Barrierefreiheit_Aspekt" nur genau einmal vorkommen (Eindeutigkeit). (!) Für das Krankenhaus (unter A-7) angegebene Aspekte, dürfen unter den Organisationseinheiten (B-X.4) nicht wiederholt werden.</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-7, B-X.4</xsd:documentation>
											<xsd:documentation source="aggregation">verbatim</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="bf_schluessel">
					<xsd:selector xpath="Barrierefreiheit_Aspekt"/>
					<xsd:field xpath="BF_Schluessel"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Akademische_Lehre">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Akademische_Lehre" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-8.1</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Akademische_Lehre">
				<xsd:annotation>
					<xsd:documentation>Akademische Lehre.</xsd:documentation>
					<xsd:documentation source="chapter">A-8.1</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Akademische_Lehre_Wissenschaftliche_Taetigkeit">
							<xsd:annotation>
								<xsd:documentation>Akademische Lehre und weitere ausgewählte wissenschaftliche Tätigkeiten.</xsd:documentation>
								<xsd:documentation source="chapter">A-8.1</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="FL_Schluessel" type="enum_Schluessel_FL_ohneSonstige">
										<xsd:annotation>
											<xsd:documentation>Schlüssel-Nr. der akademischen Lehre bzw. weiteren wissenschaftlichen Tätigkeit.</xsd:documentation>
											<xsd:documentation source="chapter">A-8.1</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "Akademische_Lehre_Wissenschaft-liche_Taetigkeit" nur genau einmal vorkommen (Eindeutigkeit).</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-8.1</xsd:documentation>
											<xsd:documentation source="aggregation">verbatim</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="fl_schluessel">
					<xsd:annotation>
						<xsd:documentation>Jeder FL Schluessel darf nur einmal angegeben werden.</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="Akademische_Lehre_Wissenschaftliche_Taetigkeit"/>
					<xsd:field xpath="FL_Schluessel"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Ausbildung_andere_Heilberufe">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Ausbildung_andere_Heilberufe" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-8.2</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Ausbildung_andere_Heilberufe">
				<xsd:annotation>
					<xsd:documentation>Ausbildung in anderen Heilberufen.</xsd:documentation>
					<xsd:documentation source="chapter">A-8.2</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Ausbildung_in_anderen_Heilberufen">
							<xsd:annotation>
								<xsd:documentation>Ausbildung in anderen Heilberufen.</xsd:documentation>
								<xsd:documentation source="chapter">A-8.2</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="HB_Schluessel" type="enum_Schluessel_HB_ohneSonstige">
										<xsd:annotation>
											<xsd:documentation>Schlüssel-Nr. der Ausbildung in anderen Heilberufen.</xsd:documentation>
											<xsd:documentation source="chapter">A-8.2</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "Ausbildung_in_anderen_Heilberufen" nur genau einmal vorkommen (Eindeutigkeit).</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-8.2</xsd:documentation>
											<xsd:documentation source="aggregation">verbatim</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="hb_schluessel">
					<xsd:annotation>
						<xsd:documentation>Jeder HB Schluessel darf nur einmal angegeben werden.</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="Ausbildung_in_anderen_Heilberufen"/>
					<xsd:field xpath="HB_Schluessel"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Aerzte">
		<xsd:annotation>
			<xsd:documentation>Gruppe, den Container "Aerzte" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-11.1</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Aerzte">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-11.1</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Aerzte_ohne_Belegaerzte">
							<xsd:annotation>
								<xsd:documentation>Anzahl Ärzte insgesamt ohne Belegärzte.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.1, B-X.11.1</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group ref="c_Belegaerzte">
							<xsd:annotation>
								<xsd:documentation>Anzahl Belegärzte.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.1, B-X.11.1</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Aerzte_ohne_Fachabteilungszuordnung">
							<xsd:annotation>
								<xsd:documentation>Anzahl Ärzte, die keiner Fachabteilung zugeordnet sind.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.1</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Personalerfassung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die das Element "Personalerfassung" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Personalerfassung">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Anzahl_VK" type="float_0d00_10000d00">
							<xsd:annotation>
								<xsd:documentation>Anzahl insgesamt in Vollkräften.</xsd:documentation>
								<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:group ref="c_Beschaeftigungsverhaeltnis">
							<xsd:annotation>
								<xsd:documentation>Personal mit und ohne direktem Beschäftigungsverhältnis.</xsd:documentation>
								<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group ref="c_Versorgungsform">
							<xsd:annotation>
								<xsd:documentation>Personal in der ambulanten und stationären Versorgung.</xsd:documentation>
								<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Personalerfassung_ohne_Fachabteilungszuordnung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die das Element "Personalerfassung_ohne_Fachabteilungszuordnung" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-11.2</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Personalerfassung_ohne_Fachabteilungszuordnung">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-11.2</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
					<xsd:documentation source="note">(!) Darf bei B-X.11.2 nicht vorkommen und muss bei A-11.2 vorkommen. Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Anzahl_VK" type="float_0d00_10000d00">
							<xsd:annotation>
								<xsd:documentation>Anzahl insgesamt in Vollkräften.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.2</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-11.2</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:group ref="c_Beschaeftigungsverhaeltnis">
							<xsd:annotation>
								<xsd:documentation>Personal mit und ohne direktem Beschäftigungsverhältnis.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.2</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group ref="c_Versorgungsform">
							<xsd:annotation>
								<xsd:documentation>Personal in der ambulanten und stationaeren Versorgung.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.2</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Personal_des_Krankenhauses">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Personal_des_Krankenhauses" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-11</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Personal_des_Krankenhauses">
				<xsd:annotation>
					<xsd:documentation>Ärzte und Pflegepersonal.</xsd:documentation>
					<xsd:documentation source="chapter">A-11</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Aerzte">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-11.1</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group ref="c_Pflegekraefte">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-11.2</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Ausgewaehltes_Therapeutisches_Personal_Psycho">
							<xsd:annotation>
								<xsd:documentation>Angaben zu ausgewähltem therapeutischen Personal in Psychiatrie und Psychosomatik.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.3</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Spezielles_Therapeutisches_Personal">
							<xsd:annotation>
								<xsd:documentation>Personalqualifikationen aus der Auswahlliste „spezielles therapeutisches Personal“ (A-11.4) des Anhangs 2.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.4</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Verantwortliche_Person_Qualitaetsmanagement">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Verantwortliche_Person_Qualitaetsmanagement" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.1.1</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Verantwortliche_Person_Qualitaetsmanagement">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.1.1</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Kontakt_Person_lang">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.1.1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaet</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Lenkungsgremium">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Lenkungsgremium" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.1.2</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Lenkungsgremium">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.1.2, A-12.5.2</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Beteiligte_Abteilungen_Funktionsbereiche" type="char_max300">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.1.2, A-12.2.2</xsd:documentation>
								<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Tagungsfrequenz" type="enum_Tagungsfrequenz">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.1.2, A-12.2.2</xsd:documentation>
								<xsd:documentation source="aggregation">identitaetFV</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Lenkungsgremium_Qualitaetsmanagement">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Lenkungsgremium_Qualitaetsmanagement" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.1.2</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Lenkungsgremium_Qualitaetsmanagement">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.1.2</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Lenkungsgremium">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.1.2</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Verantwortliche_Person_Risikomanagement">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Verantwortliche_Person_Risikomanagement" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.2.1</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Verantwortliche_Person_Risikomanagement">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.2.1</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
					<xsd:documentation source="note">Bei Auswahl „entspricht den Angaben zum Qualitätsmanagement“ in der Software muss die Software die Daten aus A12.1.1 übernehmen!</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Kontakt_Person_lang">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.2.1</xsd:documentation>
								<xsd:documentation source="aggregation">identitaetFV</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Lenkungsgremium_Risikomanagement">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Lenkungsgremium_Risikomanagement" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.2.2</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Lenkungsgremium_Risikomanagement">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.2.2</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
					<xsd:documentation source="note">Bei Auswahl „entspricht den Angaben zum Qualitätsmanagement“ in der Software muss die Software die Daten aus A-12.1.2 übernehmen!</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Lenkungsgremium"/>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_SOP">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "SOP" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.2.3, A-12.5.4</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="SOP">
				<xsd:annotation>
					<xsd:documentation>Verfahrensbeschreibungen bzw. Standard Operating Procedures.</xsd:documentation>
					<xsd:documentation source="chapter">A-12.2.3, A-12.5.4</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
					<xsd:documentation source="note">Bei Auswahl „Teil der QM/RM-Dokumentation (gemäß RM01)“ ist durch die Erfassungssoftware Name und Datum aus der Angabe zu RM01 (A-12.2.3) hier einzusetzen!</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Name" type="char_max300">
							<xsd:annotation>
								<xsd:documentation>Name der Verfahrensbeschreibung/SOP.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.2.3, A-12.5.4</xsd:documentation>
								<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Datum" type="qb_date">
							<xsd:annotation>
								<xsd:documentation>Datum der letzten Aktualisierung.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.2.3, A-12.5.4</xsd:documentation>
								<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_SOP_ohne_Datum">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "SOP ohne Datumsangabe" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="SOP_ohne_Datum">
				<xsd:annotation>
					<xsd:documentation>Verfahrensbeschreibungen bzw. Standard Operating Procedures ohne Angabe zur letzten Aktualisierung.</xsd:documentation>
					<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
					<xsd:documentation source="note">Bei Auswahl „Teil der QM/RM-Dokumentation (gemäß RM01)“ ist durch die Erfassungssoftware Name und Datum aus der Angabe zu RM01 (A-12.2.3) hier einzusetzen!</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Name" type="char_max300">
							<xsd:annotation>
								<xsd:documentation>Name der Verfahrensbeschreibung/SOP.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
								<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Fallbesprechungen_Konferenzen">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Fallbesprechungen_Konferenzen" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.2.3</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Fallbesprechungen_Konferenzen">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.2.3</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Fallbesprechung_Konferenz">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.2.3</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:choice>
										<xsd:element name="Art" type="enum_Art_Fallbesprechung_Konferenz">
											<xsd:annotation>
												<xsd:documentation/>
												<xsd:documentation source="chapter">A-12.2.3</xsd:documentation>
												<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="Andere" type="char_max300">
											<xsd:annotation>
												<xsd:documentation/>
												<xsd:documentation source="chapter">A-12.2.3</xsd:documentation>
												<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
									</xsd:choice>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Zusatzangaben_RM">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Zusatzangaben_RM" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.2.3</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Zusatzangaben_RM">
				<xsd:annotation>
					<xsd:documentation>Zusatzangaben zu ausgewählten Instrumenten bzw. Maßnahmen</xsd:documentation>
					<xsd:documentation source="chapter">A-12.2.3</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
					<xsd:documentation source="note">Zusatzangaben zu den Leistungsangeboten gemäß Auswahlliste (Anhang 2) sind verpflichtend. (!) Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:choice>
							<xsd:group ref="c_SOP">
								<xsd:annotation>
									<xsd:documentation>Verfahrensbeschreibungen bzw. Standard Operating Procedures.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.2.3</xsd:documentation>
									<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
									<xsd:documentation source="note">Bei Auswahl „Teil der QM/RM-Dokumentation (gemäß RM01)“ ist durch die Erfassungssoftware Name und Datum aus der Angabe zu RM01 (A-12.2.3) hier einzusetzen!</xsd:documentation>
								</xsd:annotation>
							</xsd:group>
							<xsd:group ref="c_Fallbesprechungen_Konferenzen">
								<xsd:annotation>
									<xsd:documentation/>
									<xsd:documentation source="chapter">A-12.2.3</xsd:documentation>
									<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
								</xsd:annotation>
							</xsd:group>
						</xsd:choice>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Instrumente_Massnahmen_Risikomanagement">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Instrumente_Massnahmen_Risikomanagement" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.2.3</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Instrumente_Massnahmen_Risikomanagement">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.2.3</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Instrument_Massnahme_Risikomanagement">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.2.3</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="RM_Schluessel" type="enum_Schluessel_RM">
										<xsd:annotation>
											<xsd:documentation>Schlüssel-Nr. des Instruments bzw. der Maßnahme</xsd:documentation>
											<xsd:documentation source="chapter">A-12.2.3</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "Instrument_Massnahme" nur genau einmal vorkommen (Eindeutigkeit).</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:group minOccurs="0" ref="c_Zusatzangaben_RM">
										<xsd:annotation>
											<xsd:documentation>Zusatzangaben zu ausgewählten Instrumenten bzw. Maßnahmen</xsd:documentation>
											<xsd:documentation source="chapter">A-12.2.3</xsd:documentation>
											<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
											<xsd:documentation source="note">Zusatzangaben zu den Leistungsangeboten gemäß Auswahlliste (Anhang 2) sind verpflichtend. (!) Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="rm_schluessel">
					<xsd:annotation>
						<xsd:documentation>Jeder RM Schluessel darf nur einmal angegeben werden.</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="Instrument_Massnahme"/>
					<xsd:field xpath="RM_Schluessel"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Tagungsgremium">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Tagungsgremium" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.2.3.1</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Tagungsgremium">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.2.3.1</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Tagungsfrequenz" type="enum_Tagungsfrequenz">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.2.3.1, A-12.2.3.2</xsd:documentation>
								<xsd:documentation source="aggregation">identitaetFV</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Zusatzangaben_IF">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Zusatzangaben_IF" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.2.3.1</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Zusatzangaben_IF">
				<xsd:annotation>
					<xsd:documentation>Zusatzangaben zu den Instrumenten bzw. Maßnahmen.</xsd:documentation>
					<xsd:documentation source="chapter">A-12.2.3.1</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:choice>
							<xsd:element name="Datum" type="qb_date">
								<xsd:annotation>
									<xsd:documentation/>
									<xsd:documentation source="chapter">A-12.2.3.1</xsd:documentation>
									<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="Frequenz" type="enum_Frequenz">
								<xsd:annotation>
									<xsd:documentation/>
									<xsd:documentation source="chapter">A-12.2.3.1</xsd:documentation>
									<xsd:documentation source="aggregation">identitaetFV</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:choice>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Fehlermeldesystem_intern">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Fehlermeldesystem_intern" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.2.3.1</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Fehlermeldesystem_intern">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.2.3.1</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="System_intern">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.2.3.1</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="IF_Schluessel" type="enum_Schluessel_IF">
										<xsd:annotation>
											<xsd:documentation>Schlüssel-Nr. des Instru-ments bzw. der Maßnahme.</xsd:documentation>
											<xsd:documentation source="chapter">A-12.2.3.1</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "System_intern" nur genau einmal vorkommen (Eindeutigkeit).</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:group ref="c_Zusatzangaben_IF">
										<xsd:annotation>
											<xsd:documentation>Zusatzangaben zu den Instrumenten bzw. Maßnahmen.</xsd:documentation>
											<xsd:documentation source="chapter">A-12.2.3.1</xsd:documentation>
											<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="if_schluessel">
					<xsd:annotation>
						<xsd:documentation>Jeder IF Schluessel darf nur einmal angegeben werden.</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="System_intern"/>
					<xsd:field xpath="IF_Schluessel"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Einrichtungsinternes_Fehlermeldesystem">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Einrichtungsinternes_Fehlermeldesystem" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.2.3.1</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Einrichtungsinternes_Fehlermeldesystem">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.2.3.1</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group minOccurs="0" ref="c_Tagungsgremium">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.2.3.1</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:element name="Massnahmen" type="char_max500">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.2.3.1</xsd:documentation>
								<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:group ref="c_Fehlermeldesystem_intern">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.2.3.1</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Fehlermeldesystem_uebergreifend">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Fehlermeldesystem_uebergreifend" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.2.3.2</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Fehlermeldesystem_uebergreifend">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.2.3.2</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="System_uebergreifend">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.2.3.2</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:choice>
										<xsd:element name="EF_Schluessel" type="enum_Schluessel_EF_ohneSonstige">
											<xsd:annotation>
												<xsd:documentation>Schlüssel-Nr. des einrichtungsübergreifenden Fehlermeldesystems.</xsd:documentation>
												<xsd:documentation source="chapter">A-12.2.3.2</xsd:documentation>
												<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
												<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "System_uebergreifend" nur genau einmal vorkommen (Eindeutigkeit).</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="EF_Sonstiges">
											<xsd:annotation>
												<xsd:documentation>Sonstiges einrichtungsübergreifendes Fehlermeldesystem.</xsd:documentation>
												<xsd:documentation source="chapter">A-12.2.3.2</xsd:documentation>
												<xsd:documentation source="aggregation">alternative</xsd:documentation>
											</xsd:annotation>
											<xsd:complexType>
												<xsd:sequence>
													<xsd:element name="EF_Sonstiges_Schluessel" type="enum_Schluessel_EF_Sonstiges">
														<xsd:annotation>
															<xsd:documentation>Sonstige Schlüssel-Nr. des einrichtungsübergrei-fenden Fehlermeldesystems</xsd:documentation>
															<xsd:documentation source="chapter">A-12.2.3.2</xsd:documentation>
															<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
															<xsd:documentation source="note">Die sonstige Schlüssel-Nr. darf bei der Wiederholung des Elements "System_uebergreifend" mehrfach aufgeführt werden.</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
													<xsd:element name="Erlaeuterungen" type="char_max300">
														<xsd:annotation>
															<xsd:documentation/>
															<xsd:documentation source="chapter">A-12.2.3.2</xsd:documentation>
															<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
												</xsd:sequence>
											</xsd:complexType>
										</xsd:element>
									</xsd:choice>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="ef_schluessel">
					<xsd:annotation>
						<xsd:documentation>Jeder EF Schluessel mit Ausnahme der Sonstigen Schluessel darf nur einmal angegeben werden.</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="System_uebergreifend"/>
					<xsd:field xpath="EF_Schluessel"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Einrichtungsuebergreifendes_Fehlermeldesystem">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Einrichtungsuebergreifendes_Fehlermeldesystem" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.2.3.2</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Einrichtungsuebergreifendes_Fehlermeldesystem">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.2.3.2</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Fehlermeldesystem_uebergreifend">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.2.3.2</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Tagungsgremium">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.2.3.2</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Keine_Angabe_Landesrecht_Gesamtbericht">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Keine_Angabe_Landesrecht_Gesamtbericht" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
			<xsd:documentation source="aggregation">datenschutz</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Keine_Angabe_Landesrecht_Gesamtbericht">
				<xsd:annotation>
					<xsd:documentation>Dieses Element ist im Gesamtbericht anzugeben, wenn in mindestens einem Einzelbericht das Element "Keine_Angabe_aufgrund_fehlender_landesrechtlicher_Vorgaben" angeben wurde.</xsd:documentation>
					<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
					<xsd:documentation source="aggregation">datenschutz</xsd:documentation>
					<xsd:documentation source="note">(!) Nur im Gesamtbericht zulässig. Dies kann vom XML-Schema nicht geprüft werden</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element minOccurs="0" name="Anzahl" type="codomain_0_5.000">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Anzahl_Keine_Abgabe_Landesrecht" type="codomain_1_100">
							<xsd:annotation>
								<xsd:documentation>Anzahl der Einzelberichte, in denen das Element  "Keine_Angabe_aufgrund_fehlender_landesrechtlicher_Vorgaben" angeben wurde.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
								<xsd:documentation source="aggregation">anzahldatenschutz</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Hygienepersonalerfassung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Hygienepersonalerfassung" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Hygienepersonalerfassung">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:choice>
						<xsd:element name="Anzahl" type="codomain_0_5.000">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Keine_Angabe_aufgrund_fehlender_landesrechtlicher_Vorgaben" type="empty">
							<xsd:annotation>
								<xsd:documentation>Dieses Element ist anzugeben, wenn in dem Bundesland keine Vorgaben zur Anzahl vorgegeben sind.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
								<xsd:documentation source="aggregation">nv</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:group ref="c_Keine_Angabe_Landesrecht_Gesamtbericht">
							<xsd:annotation>
								<xsd:documentation>Dieses Element ist im Gesamtbericht anzugeben, wenn in mindestens einem Einzelbericht das Element Keine_Angabe_aufgrund_fehlender_landesrechtlicher_Vorgaben&gt;angeben wurde.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
								<xsd:documentation source="note">(!) Nur im Gesamtbericht zulässig. Dies kann vom XML-Schema nicht geprüft werden</xsd:documentation>
								<xsd:documentation source="aggregation">nv</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:choice>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Hygienepersonal">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Hygienepersonal" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Hygienepersonal">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Krankenhaushygieniker">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="Anzahl" type="codomain_0_5.000">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
											<xsd:documentation source="aggregation">summation</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max500">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
											<xsd:documentation source="aggregation">verbatim</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Hygienebeauftragte_Aerzte">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Hygienepersonalerfassung">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max500">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
											<xsd:documentation source="aggregation">verbatim</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Hygienefachkraefte">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Hygienepersonalerfassung">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max500">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
											<xsd:documentation source="aggregation">verbatim</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Hygienebeauftragte_Pflege">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Hygienepersonalerfassung">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max500">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
											<xsd:documentation source="aggregation">verbatim</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:choice>
							<xsd:element name="Hygienekommission_nicht_eingerichtet" type="empty">
								<xsd:annotation>
									<xsd:documentation>Eine Hygienekommission wurde noch nicht eingerichtet.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="Hygienekommission_eingerichtet">
								<xsd:annotation>
									<xsd:documentation>Eine Hygienekommission wurde eingerichtet. </xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:sequence>
										<xsd:group ref="c_Kontakt_Person_kurz">
											<xsd:annotation>
												<xsd:documentation>Name und Kontaktdaten des Vorsitzenden</xsd:documentation>
												<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
											</xsd:annotation>
										</xsd:group>
										<xsd:element name="Tagungsfrequenz" type="enum_Tagungsfrequenz_2">
											<xsd:annotation>
												<xsd:documentation>Tagungsfrequenz des Gremiums</xsd:documentation>
												<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
									</xsd:sequence>
								</xsd:complexType>
							</xsd:element>
						</xsd:choice>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Teilnahme_KISS">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Teilnahme_KISS" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Teilnahme_KISS">
				<xsd:annotation>
					<xsd:documentation>Teilnahme am Krankenhaus-Infektions-Surveillance-System (KISS). Nur für Element HM02.</xsd:documentation>
					<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="KISS_Modul">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="Name" type="enum_KISS_Modul_Name">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Zusatzangaben_HM">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Zusatzangaben_HM" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Zusatzangaben_HM">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
					<xsd:documentation source="note">Zusatzangaben zu den Leistungsangeboten gemäß Auswahlliste (Anhang 2) sind verpflichtend. (!) Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:choice>
							<xsd:element name="URL_Bericht_zu_Infektionsraten" type="qb_url">
								<xsd:annotation>
									<xsd:documentation>Link zu öffentlich zugänglicher Berichterstattung zu Infektionsraten. Nur für Element HM01.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
									<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
									<xsd:documentation source="note">(!) Das Format wird vom XML-Schema nur rudimentär validiert.</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:group ref="c_Teilnahme_KISS">
								<xsd:annotation>
									<xsd:documentation>Teilnahme am Krankenhaus-Infektions-Surveillance-System (KISS). Nur für Element HM02.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
									<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
								</xsd:annotation>
							</xsd:group>
							<xsd:element name="Name" type="char_max300">
								<xsd:annotation>
									<xsd:documentation>Teilnahme an anderen regionalen, nationalen oder internationalen Netzwerken zur Prävention von nosokomialen Infektionen. Nur für Element HM03.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
									<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="Teilnahme_ASH" type="enum_Teilnahme_ASH">
								<xsd:annotation>
									<xsd:documentation>Teilnahme an der „Aktion Saubere Hände“ (ASH). Nur für Element HM04.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
									<xsd:documentation source="aggregation">identitaetFV</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="Frequenz" type="enum_Frequenz">
								<xsd:annotation>
									<xsd:documentation>Tagungsfrequenz. Nur für Elemente HM05 und HM09.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
									<xsd:documentation source="aggregation">identitaetFV</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:choice>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Weitere_Informationen_Hygiene">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Weitere_Informationen_Hygiene" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.3.2</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Weitere_Informationen_Hygiene">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.3.2</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Hygienestandard_ZVK">
							<xsd:annotation>
								<xsd:documentation>Vermeidung gefäßkatheterassoziierter Infektionen</xsd:documentation>
								<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group ref="c_Antibiotikaprophylaxe_Antibiotikatherapie">
							<xsd:annotation>
								<xsd:documentation>Durchführung von Antibiotikaprophylaxe und Antibiotikatherapie</xsd:documentation>
								<xsd:documentation source="chapter">A-12.3.2.2</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group ref="c_Umgang_Wunden">
							<xsd:annotation>
								<xsd:documentation>Umgang mit Wunden</xsd:documentation>
								<xsd:documentation source="chapter">A-12.3.2.3</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group ref="c_Haendedesinfektion">
							<xsd:annotation>
								<xsd:documentation>Händedesinfektion</xsd:documentation>
								<xsd:documentation source="chapter">A-12.3.2.4</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group ref="c_Umgang_Patienten_MRE">
							<xsd:annotation>
								<xsd:documentation>Umgang mit Patienten mit multiresistenten Erregern (MRE)</xsd:documentation>
								<xsd:documentation source="chapter">A-12.3.2.5</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Hygienebezogenes_Risikomanagement">
							<xsd:annotation>
								<xsd:documentation>Angabe der hygienebezogenen Maßnahmen zur Risikoreduktion/zur Verbesserung der Patientensicherheit/zur Reduzierung von Infektionen im Krankenhaus.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Hygienestandard_ZVK">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Vermeidung_GK_Infektionen" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:choice>
				<xsd:element name="Hygienestandard_ZVK">
					<xsd:annotation>
						<xsd:documentation>Vermeidung gefäßkatheterassoziierter Infektionen</xsd:documentation>
						<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
						<xsd:documentation source="aggregation">standard</xsd:documentation>
					</xsd:annotation>
					<xsd:complexType>
						<xsd:sequence>
							<xsd:choice>
								<xsd:element name="Standard_Hygiene_ZVK_liegt_vor">
									<xsd:annotation>
										<xsd:documentation>Standortspezifischer Standard zur Hygiene bei ZVK-Anlagen liegt vor.</xsd:documentation>
										<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
										<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
									</xsd:annotation>
									<xsd:complexType>
										<xsd:sequence>
											<xsd:element name="Standard_thematisiert">
												<xsd:annotation>
													<xsd:documentation>Der Standard thematisiert insbesondere</xsd:documentation>
													<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
													<xsd:documentation source="aggregation">standard</xsd:documentation>
												</xsd:annotation>
												<xsd:complexType>
													<xsd:sequence>
														<xsd:element name="Hygienische_Haendedesinfektion" type="codomain_ja_nein_teilweise">
															<xsd:annotation>
																<xsd:documentation>Standard thematisiert Hygienische Händedesinfektion</xsd:documentation>
																<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
																<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
															</xsd:annotation>
														</xsd:element>
														<xsd:element name="Hautdesinfektion" type="codomain_ja_nein_teilweise">
															<xsd:annotation>
																<xsd:documentation>Standard thematisiert Hautdesinfektion (Hautantiseptik) der Kathetereinstichstelle mit adäquatem Hautantiseptikum</xsd:documentation>
																<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
																<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
															</xsd:annotation>
														</xsd:element>
														<xsd:element name="Beachtung_Einwirkzeit" type="codomain_ja_nein_teilweise">
															<xsd:annotation>
																<xsd:documentation>Standard thematisiert die Beachtung der Einwirkzeit</xsd:documentation>
																<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
																<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
															</xsd:annotation>
														</xsd:element>
														<xsd:element name="Anwendung_weiterer_Hygienemassnahmen">
															<xsd:annotation>
																<xsd:documentation>Standard thematisiert die Anwendung weiterer Hygienemaßnahmen</xsd:documentation>
																<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
																<xsd:documentation source="aggregation">standard</xsd:documentation>
															</xsd:annotation>
															<xsd:complexType>
																<xsd:sequence>
																	<xsd:element name="Sterile_Handschuhe" type="codomain_ja_nein_teilweise">
																		<xsd:annotation>
																			<xsd:documentation>Anwendung weiterer Hygienemaßnahmen: sterile Handschuhe</xsd:documentation>
																			<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
																			<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
																		</xsd:annotation>
																	</xsd:element>
																	<xsd:element name="Steriler_Kittel" type="codomain_ja_nein_teilweise">
																		<xsd:annotation>
																			<xsd:documentation>Anwendung weiterer Hygienemaßnahmen: steriler Kittel</xsd:documentation>
																			<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
																			<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
																		</xsd:annotation>
																	</xsd:element>
																	<xsd:element name="Kopfhaube" type="codomain_ja_nein_teilweise">
																		<xsd:annotation>
																			<xsd:documentation>Anwendung weiterer Hygienemaßnahmen: Kopfhaube</xsd:documentation>
																			<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
																			<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
																		</xsd:annotation>
																	</xsd:element>
																	<xsd:element name="Mund_Nasen_Schutz" type="codomain_ja_nein_teilweise">
																		<xsd:annotation>
																			<xsd:documentation>Anwendung weiterer Hygienemaßnahmen: Mund Nasen Schutz</xsd:documentation>
																			<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
																			<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
																		</xsd:annotation>
																	</xsd:element>
																	<xsd:element name="Steriles_Abdecktuch" type="codomain_ja_nein_teilweise">
																		<xsd:annotation>
																			<xsd:documentation>Anwendung weiterer Hygienemaßnahmen: steriles Abdecktuch</xsd:documentation>
																			<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
																			<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
																		</xsd:annotation>
																	</xsd:element>
																</xsd:sequence>
															</xsd:complexType>
														</xsd:element>
													</xsd:sequence>
												</xsd:complexType>
											</xsd:element>
											<xsd:element name="Standard_autorisiert" type="codomain_ja_nein">
												<xsd:annotation>
													<xsd:documentation>Der Standard wurde durch die Geschäftsführung oder die Hygienekommission autorisiert</xsd:documentation>
													<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
													<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
												</xsd:annotation>
											</xsd:element>
										</xsd:sequence>
									</xsd:complexType>
								</xsd:element>
								<xsd:element name="Standard_Hygiene_ZVK_liegt_nicht_vor" type="empty">
									<xsd:annotation>
										<xsd:documentation>Standortspezifischer Standard zur Hygiene bei ZVK-Anlage liegt nicht vor.</xsd:documentation>
										<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
									</xsd:annotation>
								</xsd:element>
							</xsd:choice>
							<xsd:choice>
								<xsd:element name="Standard_Liegedauer_ZVK_liegt_vor">
									<xsd:annotation>
										<xsd:documentation>Standortspezifischer Standard für die Überprüfung der Liegedauer von zentralen Venenverweilkathetern liegt vor.</xsd:documentation>
										<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
										<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
									</xsd:annotation>
									<xsd:complexType>
										<xsd:sequence>
											<xsd:element name="Standard_autorisiert" type="codomain_ja_nein">
												<xsd:annotation>
													<xsd:documentation>Der Standard wurde durch die Geschäftsführung oder die Hygienekommission autorisiert.</xsd:documentation>
													<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
													<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
												</xsd:annotation>
											</xsd:element>
										</xsd:sequence>
									</xsd:complexType>
								</xsd:element>
								<xsd:element name="Standard_Liegedauer_ZVK_liegt_nicht_vor" type="empty">
									<xsd:annotation>
										<xsd:documentation>Standortspezifischer Standard für die Überprüfung der Liegedauer von zentralen Venenverweilkathetern liegt nicht vor.</xsd:documentation>
										<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
									</xsd:annotation>
								</xsd:element>
							</xsd:choice>
						</xsd:sequence>
					</xsd:complexType>
				</xsd:element>
				<xsd:element name="Kein_Einsatz_ZVK" type="empty">
					<xsd:annotation>
						<xsd:documentation>Am Standort werden keine zentralen Venenkatheter eingesetzt, wodurch ein standortspezifischer Standard für zentrale Venenverweilkatheter nicht nötig ist.</xsd:documentation>
						<xsd:documentation source="chapter">A-12.3.2.1</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
			</xsd:choice>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Antibiotikaprophylaxe_Antibiotikatherapie">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Antibiotikaprophylaxe_Antibiotikatherapie" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.3.2.2</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Antibiotikaprophylaxe_Antibiotikatherapie">
				<xsd:annotation>
					<xsd:documentation>Durchführung von Antibiotikaprophylaxe und Antibiotikatherapie</xsd:documentation>
					<xsd:documentation source="chapter">A-12.3.2.2</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:choice>
							<xsd:element name="Leitlinie_Antibiotikatherapie_liegt_vor">
								<xsd:annotation>
									<xsd:documentation>Standortspezifische Leitlinie zur Antibiotikatherapie liegt vor.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.2.2</xsd:documentation>
									<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:sequence>
										<xsd:element name="Leitlinie_Resistenzlage_angepasst" type="codomain_ja_nein">
											<xsd:annotation>
												<xsd:documentation>Die Leitlinie ist an die aktuelle lokale/hauseigene Resistenzlage angepasst.</xsd:documentation>
												<xsd:documentation source="chapter">A-12.3.2.2</xsd:documentation>
												<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="Leitlinie_autorisiert" type="codomain_ja_nein">
											<xsd:annotation>
												<xsd:documentation>Die Leitlinie wurde durch die Geschäftsführung oder die Arzneimittelkommission oder die Hygienekommission autorisiert.</xsd:documentation>
												<xsd:documentation source="chapter">A-12.3.2.2</xsd:documentation>
												<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
									</xsd:sequence>
								</xsd:complexType>
							</xsd:element>
							<xsd:element name="Leitlinie_Antibiotikatherapie_liegt_nicht_vor" type="empty">
								<xsd:annotation>
									<xsd:documentation>Standortspezifische Leitlinie zur Antibiotikatherapie liegt nicht vor.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.2.2</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:choice>
						<xsd:choice>
							<xsd:element name="Standard_perioperative_Antibiotikaprophylaxe_liegt_vor">
								<xsd:annotation>
									<xsd:documentation>Standortspezifischer Standard zur perioperativen Antibiotikaprophylaxe liegt vor.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.2.2</xsd:documentation>
									<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:sequence>
										<xsd:element name="Standard_thematisiert">
											<xsd:annotation>
												<xsd:documentation>Der Standard thematisiert insbesondere:</xsd:documentation>
												<xsd:documentation source="chapter">A-12.3.2.2</xsd:documentation>
												<xsd:documentation source="aggregation">standard</xsd:documentation>
											</xsd:annotation>
											<xsd:complexType>
												<xsd:sequence>
													<xsd:element name="Indikationsstellung_Antibiotikaprophylaxe" type="codomain_ja_nein_teilweise">
														<xsd:annotation>
															<xsd:documentation>Indikationsstellung zur Antibiotikaprophylaxe</xsd:documentation>
															<xsd:documentation source="chapter">A-12.3.2.2</xsd:documentation>
															<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
													<xsd:element name="Zu_Verwendende_Antibiotika" type="codomain_ja_nein_teilweise">
														<xsd:annotation>
															<xsd:documentation>Zu verwendende Antibiotika (unter Berücksichtigung des zu erwartenden Keimspektrums und der lokalen/regionalen Resistenzlage)</xsd:documentation>
															<xsd:documentation source="chapter">A-12.3.2.2</xsd:documentation>
															<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
													<xsd:element name="Dauer_Antibiotikaprophylaxe" type="codomain_ja_nein_teilweise">
														<xsd:annotation>
															<xsd:documentation>Zeitpunkt/Dauer der Antibiotikaprophylaxe</xsd:documentation>
															<xsd:documentation source="chapter">A-12.3.2.2</xsd:documentation>
															<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
												</xsd:sequence>
											</xsd:complexType>
										</xsd:element>
										<xsd:element name="Standard_autorisiert" type="codomain_ja_nein">
											<xsd:annotation>
												<xsd:documentation>Der Standard wurde durch die Geschäftsführung oder die Arzneimittelkommission oder die Hygienekommission autorisiert.</xsd:documentation>
												<xsd:documentation source="chapter">A-12.3.2.2</xsd:documentation>
												<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="Ueberpruefung_durch_Checkliste" type="codomain_ja_nein">
											<xsd:annotation>
												<xsd:documentation>Die standardisierte Antibiotikaprophylaxe wird bei jedem operierten Patienten mittels Checkliste (z.B. anhand der „WHO Surgical Checklist“ oder anhand eigener/adaptierter Checklisten) strukturiert überprüft.</xsd:documentation>
												<xsd:documentation source="chapter">A-12.3.2.2</xsd:documentation>
												<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
									</xsd:sequence>
								</xsd:complexType>
							</xsd:element>
							<xsd:element name="Standard_perioperative_Antibiotikaprophylaxe_liegt_nicht_vor" type="empty">
								<xsd:annotation>
									<xsd:documentation>Standortspezifischer Standard zur perioperativen Antibiotikaprophylaxe liegt nicht vor.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.2.2</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="Keine_Durchfuehrung_Operationen" type="empty">
								<xsd:annotation>
									<xsd:documentation>Am Standort werden keine Operationen durchgeführt, wodurch ein standortspezifischer Standard zur perioperativen Antibiotikaprophylaxe nicht nötig ist.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.2.2</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:choice>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Umgang_Wunden">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Umgang_Wunden" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.3.2.3</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Umgang_Wunden">
				<xsd:annotation>
					<xsd:documentation>Umgang mit Wunden</xsd:documentation>
					<xsd:documentation source="chapter">A-12.3.2.3</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:choice>
							<xsd:element name="Standard_Wunderversorgung_Verbandwechsel_liegt_vor">
								<xsd:annotation>
									<xsd:documentation/>
									<xsd:documentation source="chapter">A-12.3.2.3</xsd:documentation>
									<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:sequence>
										<xsd:element name="Standard_thematisiert">
											<xsd:annotation>
												<xsd:documentation>Der Standard thematisiert insbesondere</xsd:documentation>
												<xsd:documentation source="chapter">A-12.3.2.3</xsd:documentation>
												<xsd:documentation source="aggregation">standard</xsd:documentation>
											</xsd:annotation>
											<xsd:complexType>
												<xsd:sequence>
													<xsd:element name="Hygienische_Haendedesinfektion" type="codomain_ja_nein_teilweise">
														<xsd:annotation>
															<xsd:documentation>Hygienische Händedesinfektion (vor, ggf. während und nach dem Verbandwechsel)</xsd:documentation>
															<xsd:documentation source="chapter">A-12.3.2.3</xsd:documentation>
															<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
													<xsd:element name="Verbandwechsel_aseptische_Bedingungen" type="codomain_ja_nein_teilweise">
														<xsd:annotation>
															<xsd:documentation>Verbandwechsel unter aseptischen Bedingungen (Anwendung aseptischer Arbeitstechniken (No-Touch-Technik, sterile Einmalhandschuhe)</xsd:documentation>
															<xsd:documentation source="chapter">A-12.3.2.3</xsd:documentation>
															<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
													<xsd:element name="Antiseptische_Behandlung_infizierte_Wunden" type="codomain_ja_nein_teilweise">
														<xsd:annotation>
															<xsd:documentation>Antiseptische Behandlung von infizierten Wunden</xsd:documentation>
															<xsd:documentation source="chapter">A-12.3.2.3</xsd:documentation>
															<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
													<xsd:element name="Pruefung_Notwendigkeit_Wundauflage" type="codomain_ja_nein_teilweise">
														<xsd:annotation>
															<xsd:documentation>Prüfung der weiteren Notwendigkeit einer sterilen Wundauflage</xsd:documentation>
															<xsd:documentation source="chapter">A-12.3.2.3</xsd:documentation>
															<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
													<xsd:element name="Meldung_Wundinfektion" type="codomain_ja_nein_teilweise">
														<xsd:annotation>
															<xsd:documentation>Meldung an den Arzt und Dokumentation bei Verdacht auf eine postoperative Wundinfektion</xsd:documentation>
															<xsd:documentation source="chapter">A-12.3.2.3</xsd:documentation>
															<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
												</xsd:sequence>
											</xsd:complexType>
										</xsd:element>
										<xsd:element name="Standard_autorisiert" type="codomain_ja_nein">
											<xsd:annotation>
												<xsd:documentation>Der interne Standard wurde durch die Geschäftsführung oder die Arzneimittelkommission oder die Hygienekommission autorisiert.</xsd:documentation>
												<xsd:documentation source="chapter">A-12.3.2.3</xsd:documentation>
												<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
									</xsd:sequence>
								</xsd:complexType>
							</xsd:element>
							<xsd:element name="Standard_Wundversorgung_Verbandwechsel_liegt_nicht_vor" type="empty">
								<xsd:annotation>
									<xsd:documentation>Standortspezifischer Standard zur Wundeversorgung liegt nicht vor.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.2.3</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="Keine_Durchfuehrung_Wundversorgung" type="empty">
								<xsd:annotation>
									<xsd:documentation>Am Standort wird keine Wunversorgung durchgeführt, wodurch ein standortspezifischer Standard zur Wundeversorgung nicht nötig ist.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.2.3</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:choice>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Haendedesinfektionsmittelverbrauch_Intensivstationen_Gesamtbericht">
		<xsd:sequence>
			<xsd:element name="Haendedesinfektionsmittelverbrauch_Intensivstationen_Gesamtbericht">
				<xsd:annotation>
					<xsd:documentation>Händedesinfektionsmittelverbrauch auf allen Intensivstationen</xsd:documentation>
					<xsd:documentation source="chapter">A-12.3.2.4</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
					<xsd:documentation source="note">(!) Nur im Gesamtbericht zulässig, wenn auf mindestens einer Intensivstation der Händedesinfektionsmittelverbrauch erhoben wurde. Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Haendedesinfektionsmittelverbrauch_Untere_Grenze" type="float_0d00_1000d00">
							<xsd:annotation>
								<xsd:documentation>Der niedrigste Wert an Händedesinfektionsmittelverbrauch über alle Standorte.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.3.2.4</xsd:documentation>
								<xsd:documentation source="aggregation">berechnung</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Haendedesinfektionsmittelverbrauch_Obere_Grenze" type="float_0d00_1000d00">
							<xsd:annotation>
								<xsd:documentation>Der höchste Wert an Händedesinfektionsmittelverbrauch über alle Standorte.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.3.2.4</xsd:documentation>
								<xsd:documentation source="aggregation">berechnung</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Haendedesinfektionsmittelverbrauch_Allgemeinstationen_Gesamtbericht">
		<xsd:sequence>
			<xsd:element name="Haendedesinfektionsmittelverbrauch_Allgemeinstationen_Gesamtbericht">
				<xsd:annotation>
					<xsd:documentation>Händedesinfektionsmittelverbrauch auf allen Allgemeinstationen</xsd:documentation>
					<xsd:documentation source="chapter">A-12.3.2.4</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
					<xsd:documentation source="note">(!) Nur im Gesamtbericht zulässig, wenn auf mindestens einer Allgemeinstation der Händedesinfektionsmittelverbrauch erhoben wurde. Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Haendedesinfektionsmittelverbrauch_Untere_Grenze" type="float_0d00_1000d00">
							<xsd:annotation>
								<xsd:documentation>Der niedrigste Wert an Händedesinfektionsmittelverbrauch über alle Standorte.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.3.2.4</xsd:documentation>
								<xsd:documentation source="aggregation">berechnung</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Haendedesinfektionsmittelverbrauch_Obere_Grenze" type="float_0d00_1000d00">
							<xsd:annotation>
								<xsd:documentation>Der höchste Wert an Händedesinfektionsmittelverbrauch über alle Standorte.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.3.2.4</xsd:documentation>
								<xsd:documentation source="aggregation">berechnung</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Haendedesinfektion">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Haendedesinfektion" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Haendedesinfektion">
				<xsd:annotation>
					<xsd:documentation>Händedesinfektion</xsd:documentation>
					<xsd:documentation source="chapter">A-12.3.2.4</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:choice>
							<xsd:element name="Haendedesinfektionsmittelverbrauch_Allgemeinstationen_wurde_erhoben">
								<xsd:annotation>
									<xsd:documentation>Angabe des Händedesinfektionsmittelverbrauchs auf allen Allgemeinstationen.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.2.4</xsd:documentation>
									<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:choice>
										<xsd:element name="Haendedesinfektionsmittelverbrauch_Allgemeinstationen" type="float_0d00_1000d00">
											<xsd:annotation>
												<xsd:documentation>Händedesinfektionsmittelverbrauch auf allen Allgemeinstationen</xsd:documentation>
												<xsd:documentation source="chapter">A-12.3.2.4</xsd:documentation>
												<xsd:documentation source="aggregation">nv</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:group ref="c_Haendedesinfektionsmittelverbrauch_Allgemeinstationen_Gesamtbericht">
											<xsd:annotation>
												<xsd:documentation>Händedesinfektionsmittelverbrauch auf allen Allgemeinstationen über alle Standorte</xsd:documentation>
												<xsd:documentation source="chapter">A-12.3.2.4</xsd:documentation>
											</xsd:annotation>
										</xsd:group>
									</xsd:choice>
								</xsd:complexType>
							</xsd:element>
							<xsd:element name="Haendedesinfektionsmittelverbrauch_Allgemeinstationen_wurde_nicht_erhoben" type="empty">
								<xsd:annotation>
									<xsd:documentation>Es wurde kein Händedesinfektionsmittelverbrauch auf Allgemeinstationen erhoben.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.2.4</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:choice>
						<xsd:choice>
							<xsd:element name="Haendedesinfektionsmittelverbrauch_Intensivstationen_wurde_erhoben">
								<xsd:annotation>
									<xsd:documentation>Angabe des Händedesinfektionsmittelverbrauchs auf allen Intensivstationen.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.2.4</xsd:documentation>
									<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:choice>
										<xsd:element name="Haendedesinfektionsmittelverbrauch_Intensivstationen" type="float_0d00_1000d00">
											<xsd:annotation>
												<xsd:documentation>Händedesinfektionsmittelverbrauch auf allen Intensivstationen</xsd:documentation>
												<xsd:documentation source="chapter">A-12.3.2.4</xsd:documentation>
												<xsd:documentation source="aggregation">nv</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:group ref="c_Haendedesinfektionsmittelverbrauch_Intensivstationen_Gesamtbericht">
											<xsd:annotation>
												<xsd:documentation>Händedesinfektionsmittelverbrauch auf allen Intensivstationen über alle Standorte</xsd:documentation>
												<xsd:documentation source="chapter">A-12.3.2.4</xsd:documentation>
											</xsd:annotation>
										</xsd:group>
									</xsd:choice>
								</xsd:complexType>
							</xsd:element>
							<xsd:element name="Haendedesinfektionsmittelverbrauch_Intensivstationen_wurde_nicht_erhoben" type="empty">
								<xsd:annotation>
									<xsd:documentation>Es wurde kein Händedesinfektionsmittelverbrauch auf Allgemeinstationen erhoben.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.2.4</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="Keine_Intensivstation_vorhanden" type="empty">
								<xsd:annotation>
									<xsd:documentation>Der Standort besitzt keine Intensivstation, wodurch eine Angabe des Händedesinfektionsmittelverbrauchs auf Intensivstationen nicht möglich ist.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.3.2.4</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:choice>
						<xsd:element name="Erfassung_Haendedesinfektionsmittelverbrauch_stationsbezogen" type="codomain_ja_nein_teilweise">
							<xsd:annotation>
								<xsd:documentation>Die Erfassung des Händedesinfektionsmittelverbrauchs erfolgt auch stationsbezogen.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.3.2.4</xsd:documentation>
								<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Umgang_Patienten_MRE">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Umgang_Patienten_MRE" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.3.2.5</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Umgang_Patienten_MRE">
				<xsd:annotation>
					<xsd:documentation>Umgang mit Patienten mit multiresistenten Erregern (MRE)</xsd:documentation>
					<xsd:documentation source="chapter">A-12.3.2.5</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Standardisierte_Information_MRSA" type="codomain_ja_nein">
							<xsd:annotation>
								<xsd:documentation>Die standardisierte Information der Patienten mit einer bekannten Besiedlung oder Infektion durch Methicillin-resistente Staphylokokkus aureus (MRSA) erfolgt z.B. durch die Flyer der MRSA-Netzwerke </xsd:documentation>
								<xsd:documentation source="chapter">A-12.3.2.5</xsd:documentation>
								<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Informationsmanagement_MRSA" type="codomain_ja_nein">
							<xsd:annotation>
								<xsd:documentation>Ein standortspezifisches Informationsmanagement bzgl. MRSA-besiedelter Patienten liegt vor (standortspezifisches Informationsmanagement meint, dass strukturierte Vorgaben existieren, wie Informationen zu Besiedelung oder Infektionen mit resistenten Erregern am Standort an deren Mitarbeitern des Standorts zur Vermeidung der Erregerverbreitung kenntlich gemacht werden).</xsd:documentation>
								<xsd:documentation source="chapter">A-12.3.2.5</xsd:documentation>
								<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Risikoadaptives_Aufnahmescreening" type="codomain_ja_nein_teilweise">
							<xsd:annotation>
								<xsd:documentation>Es erfolgt ein risikoadaptiertes Aufnahmescreening auf der Grundlage der aktuellen RKI-Empfehlungen.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.3.2.5</xsd:documentation>
								<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Regelmaessige_Schulungen" type="codomain_ja_nein_teilweise">
							<xsd:annotation>
								<xsd:documentation>Es erfolgen regelmäßige und strukturierte Schulungen der Mitarbeiter zum Umgang mit von MRSA / MRE / Noro-Viren besiedelten Patienten.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.3.2.5</xsd:documentation>
								<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Hygienebezogenes_Risikomanagement">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Hygienebezogenes_Risikomanagement" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Hygienebezogenes_Risikomanagement">
				<xsd:annotation>
					<xsd:documentation>Angabe der hygienebezogenen Maßnahmen zur Risikoreduktion/zur Verbesserung der Patientensicherheit/zur Reduzierung von Infektionen im Krankenhaus.</xsd:documentation>
					<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="6" name="Hygiene_Instrument_Massnahme">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="HM_Schluessel" type="enum_Schluessel_HM">
										<xsd:annotation>
											<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "Hygiene_Instrument_Massnahme" nur genau einmal vorkommen (Eindeutigkeit).</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:group minOccurs="0" ref="c_Zusatzangaben_HM">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
											<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max500">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
											<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="hm_schluessel">
					<xsd:annotation>
						<xsd:documentation source="chapter">A-12.3.2.6</xsd:documentation>
						<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
						<xsd:documentation>Jeder HM Schluessel darf nur einmal angegeben werden.</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="Hygiene_Instrument_Massnahme"/>
					<xsd:field xpath="HM_Schluessel"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Strukturiertes_Beschwerdemanagement">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Strukturiertes_Beschwerdemanagement" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.4</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Strukturiertes_Beschwerdemanagement">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.4</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Strukturiertes_Beschwerdemanagement_Eingefuehrt" type="codomain_ja_nein">
							<xsd:annotation>
								<xsd:documentation>Angabe, ob ein strukturiertes Lob- und Beschwerdemanagement eingeführt ist.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max500">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Schriftliches_Konzept">
		<xsd:sequence>
			<xsd:element name="Schriftliches_Konzept">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.4</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Schriftliches_Konzept_Existiert" type="codomain_ja_nein">
							<xsd:annotation>
								<xsd:documentation>Ein schriftliches, verbindliches Konzept zum Beschwerdemanagement existiert.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max500">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Umgang_muendliche_Beschwerden">
		<xsd:sequence>
			<xsd:element name="Umgang_muendliche_Beschwerden">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.4</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Umgang_muendliche_Beschwerden_Geregelt" type="codomain_ja_nein">
							<xsd:annotation>
								<xsd:documentation>Das Beschwerdemanagement regelt den Umgang mit mündlichen Beschwerden.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max500">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Umgang_schriftliche_Beschwerden">
		<xsd:sequence>
			<xsd:element name="Umgang_schriftliche_Beschwerden">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.4</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Umgang_schriftliche_Beschwerden_Geregelt" type="codomain_ja_nein">
							<xsd:annotation>
								<xsd:documentation>Das Beschwerdemanagement regelt den Umgang mit schriftlichen Beschwerden.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max500">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Zeitziele_fuer_Rueckmeldung">
		<xsd:sequence>
			<xsd:element name="Zeitziele_fuer_Rueckmeldung">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.4</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Zeitziele_fuer_Rueckmeldung_Definiert" type="codomain_ja_nein">
							<xsd:annotation>
								<xsd:documentation>Die Zeitziele für die Rückmeldung an die Beschwerdeführer sind schriftlich definiert.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max500">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Ansprechpersonen">
		<xsd:sequence>
			<xsd:element name="Ansprechpersonen">
				<xsd:annotation>
					<xsd:documentation>Eine oder mehrere Ansprechpersonen für das Beschwerdemanagement sind benannt.</xsd:documentation>
					<xsd:documentation source="chapter">A-12.4</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group maxOccurs="unbounded" ref="c_Kontakt_Person_lang">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Ansprechpartner">
		<xsd:sequence>
			<xsd:element name="Ansprechpartner">
				<xsd:annotation>
					<xsd:documentation>Eine oder mehrere Ansprechpersonen für das Beschwerdemanagement sind benannt.</xsd:documentation>
					<xsd:documentation source="chapter">A-12.4</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Ansprechpersonen"/>
						<xsd:element minOccurs="0" name="URL" type="qb_url">
							<xsd:annotation>
								<xsd:documentation>Link zum Bericht.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
								<xsd:documentation source="note">(!) Das Format wird vom XML-Schema nur rudimentär validiert.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max500">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Fuersprechpersonen">
		<xsd:sequence>
			<xsd:element name="Fuersprechpersonen">
				<xsd:annotation>
					<xsd:documentation>Ein oder mehrere Patientenfürsprecher sind benannt.</xsd:documentation>
					<xsd:documentation source="chapter">A-12.4</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group maxOccurs="unbounded" ref="c_Kontakt_Person_lang">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Patientenfuersprecher">
		<xsd:sequence>
			<xsd:element name="Patientenfuersprecher">
				<xsd:annotation>
					<xsd:documentation>Ein oder mehrere Patientenfürsprecher sind benannt.</xsd:documentation>
					<xsd:documentation source="chapter">A-12.4</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Fuersprechpersonen">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max500">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Anonyme_Eingabemoeglichkeiten">
		<xsd:sequence>
			<xsd:element name="Anonyme_Eingabemoeglichkeiten">
				<xsd:annotation>
					<xsd:documentation>Anonyme Eingabemöglichkeiten von Beschwerden.</xsd:documentation>
					<xsd:documentation source="chapter">A-12.4</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Anonyme_Eingabemoeglichkeiten_Existieren" type="codomain_ja_nein">
							<xsd:annotation>
								<xsd:documentation>Es existieren anonyme Eingabemöglichkeiten.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max500">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="URL_Kontaktformular" type="qb_url">
							<xsd:annotation>
								<xsd:documentation>Link zu einem Kontaktformular zur anonymen Eingabe.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
								<xsd:documentation source="note">(!) Das Format wird vom XML-Schema nur rudimentär validiert.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Patientenbefragungen">
		<xsd:sequence>
			<xsd:element name="Patientenbefragungen">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.4</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Patientenbefragungen_Durchgefuehrt" type="codomain_ja_nein">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="URL" type="qb_url">
							<xsd:annotation>
								<xsd:documentation>Link zur Website.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
								<xsd:documentation source="note">(!) Das Format wird vom XML-Schema nur rudimentär validiert.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max500">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Einweiserbefragungen">
		<xsd:sequence>
			<xsd:element name="Einweiserbefragungen">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.4</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Einweiserbefragungen_Durchgefuehrt" type="codomain_ja_nein">
							<xsd:annotation>
								<xsd:documentation>Einweiserbefragungen wurden durchgeführt.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="URL" type="qb_url">
							<xsd:annotation>
								<xsd:documentation>Link zur Website.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
								<xsd:documentation source="note">(!) Das Format wird vom XML-Schema nur rudimentär validiert.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max500">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Anderes_Gremium_Arbeitsgruppe">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Anderes_Gremium_Arbeitsgruppe" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.5.1</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Anderes_Gremium_Arbeitsgruppe">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.5.1</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Name_verantwortliches_Gremium_Arbeitsgruppe" type="char_max300">
							<xsd:annotation>
								<xsd:documentation>Name des verantwortlichen Gremiums oder der verantwortlichen Arbeitsgruppe.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.5.1</xsd:documentation>
								<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Beteiligte_Abteilungen_Funktionsbereiche" type="char_max300">
							<xsd:annotation>
								<xsd:documentation>Beteiligte Abteilungen/ Funktionsbereiche.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.5.1</xsd:documentation>
								<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Verantwortliches_Gremium_AMTS">
		<xsd:annotation>
			<xsd:documentation/>
			<xsd:documentation source="chapter">A-12.5.1</xsd:documentation>
			<xsd:documentation source="aggregation"></xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Verantwortliches_Gremium_AMTS">
				<xsd:annotation>
					<xsd:documentation>Es ist anzugeben, ob es ein zentrales Gremium oder eine zentrale Arbeitsgruppe gibt, das oder die sich regelmäßig zum Thema Arzneimitteltherapiesicherheit austauscht.</xsd:documentation>
					<xsd:documentation source="chapter">A-12.5.1</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:choice>
						<xsd:element name="Arzneimittelkommission" type="empty">
							<xsd:annotation>
								<xsd:documentation>Das zentrale Gremium oder eine zentrale Arbeitsgruppe, das oder die sich regelmäßig zum Thema Arzneimitteltherapiesicherheit austauscht, ist die Arzneimittelkommission.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.5.1</xsd:documentation>
								<xsd:documentation source="aggregation">alternative</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Arbeitsgruppe_Qualitaetsmanagement">
							<xsd:annotation>
								<xsd:documentation>Das zentrale Gremium oder eine zentrale Arbeitsgruppe, das oder die sich regelmäßig zum Thema Arzneimitteltherapiesicherheit austauscht, ist das Gremium bzw. die Arbeitsgruppe des Qualitätsmanagements.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.5.2</xsd:documentation>
								<xsd:documentation source="aggregation">alternative</xsd:documentation>
								<xsd:documentation source="note">Bei Auswahl dieses Elements, sind die entsprechenden Daten durch die Software aus Kapitel A-12.1.2 zu übernehmen. (!) Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Lenkungsgremium_Qualitaetsmanagement">
										<xsd:annotation>
											<xsd:documentation>Angaben zur Arbeitsgruppe des Qualitätsmanagements.</xsd:documentation>
											<xsd:documentation source="chapter">A-12.5.2</xsd:documentation>
											<xsd:documentation source="aggregation">identitaetFV</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:group ref="c_Anderes_Gremium_Arbeitsgruppe">
							<xsd:annotation>
								<xsd:documentation>Es gibt ein anderes zentrales Gremium oder eine andere zentrale Arbeitsgruppe, das oder die sich regelmäßig zum Thema Arzneimitteltherapiesicherheit austauscht.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.5.2</xsd:documentation>
								<xsd:documentation source="aggregation">alternative</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:element name="Kein_Gremium_Arbeitsgruppe" type="empty">
							<xsd:annotation>
								<xsd:documentation>Es gibt kein zentrales Gremium oder keine zentrale Arbeitsgruppe, das oder die sich regelmäßig zum Thema Arzneimitteltherapiesicherheit austauscht.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.5.1</xsd:documentation>
								<xsd:documentation source="aggregation">alternative</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:choice>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Verantwortliche_Person_AMTS">
		<xsd:annotation>
			<xsd:documentation/>
			<xsd:documentation source="chapter">A-12.5.2</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Verantwortliche_Person_AMTS">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.5.2</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:choice>
						<xsd:element name="Verantwortliche_Person_festgelegt">
							<xsd:annotation>
								<xsd:documentation>Die Verantwortlichkeit für das Gremium bzw. für die zentrale Arbeitsgruppe zur Arzneimitteltherapiesicherheit wurde einer konkreten Person übertragen.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.5.2</xsd:documentation>
								<xsd:documentation source="aggregation">allestandorte</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:choice>
									<xsd:element name="Person_Entspricht_Angaben_Qualitaetsmanagement">
										<xsd:annotation>
											<xsd:documentation>Die Verantwortlichkeit für das Gremium bzw. für die zentrale Arbeitsgruppe zur Arzneimitteltherapiesicherheit entspricht der verantwortlichen Person des Qualitätsmanagements.</xsd:documentation>
											<xsd:documentation source="chapter">A-12.5.2</xsd:documentation>
											<xsd:documentation source="aggregation">alternative</xsd:documentation>
											<xsd:documentation source="note">Bei Auswahl dieses Elements, sind die entsprechenden Daten durch die Software aus Kapitel A-12.1.1 zu übernehmen. (!) Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
										</xsd:annotation>
										<xsd:complexType>
											<xsd:sequence>
												<xsd:group ref="c_Verantwortliche_Person_Qualitaetsmanagement">
													<xsd:annotation>
														<xsd:documentation>Angaben zur verantwortlichen Person des Qualitätsmanagements.</xsd:documentation>
														<xsd:documentation source="chapter">A-12.5.2</xsd:documentation>
														<xsd:documentation source="aggregation">identitaetFV</xsd:documentation>
													</xsd:annotation>
												</xsd:group>
											</xsd:sequence>
										</xsd:complexType>
									</xsd:element>
									<xsd:element name="Eigenstaendige_Position_AMTS">
										<xsd:annotation>
											<xsd:documentation>Die Verantwortlichkeit für das Gremium bzw. für die zentrale Arbeitsgruppe zur Arzneimitteltherapiesicherheit ist eine eigenständige Position.</xsd:documentation>
											<xsd:documentation source="chapter">A-12.5.2</xsd:documentation>
											<xsd:documentation source="aggregation">alternative</xsd:documentation>
										</xsd:annotation>
										<xsd:complexType>
											<xsd:group ref="c_Kontakt_Person_lang">
												<xsd:annotation>
													<xsd:documentation>Kontaktdaten der eigenständigen Position für das Thema Arzneimitteltherapiesicherheit.</xsd:documentation>
													<xsd:documentation source="chapter">A-12.5.2</xsd:documentation>
													<xsd:documentation source="aggregation">identitaetFV</xsd:documentation>
												</xsd:annotation>
											</xsd:group>
										</xsd:complexType>
									</xsd:element>
								</xsd:choice>
							</xsd:complexType>						
						</xsd:element>
						<xsd:element name="Verantwortliche_Person_nicht_festgelegt" type="empty">
							<xsd:annotation>
								<xsd:documentation>Die Verantwortlichkeit für das Gremium bzw. für die zentrale Arbeitsgruppe zur Arzneimitteltherapiesicherheit wurde keiner konkreten Person übertragen.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.5.2</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:choice>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Pharmazeutisches_Personal">
		<xsd:annotation>
			<xsd:documentation/>
			<xsd:documentation source="chapter">A-12.5.3</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Pharmazeutisches_Personal">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.5.3</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Anzahl_Apotheker" type="codomain_0_10.000">
							<xsd:annotation>
								<xsd:documentation>Es ist die Gesamtzahl der Apothekerinnen und Apotheker anzugeben (Anzahl Personen).</xsd:documentation>
								<xsd:documentation source="chapter">A-12.5.3</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
								<xsd:documentation source="note">Mitarbeiterinnen und Mitarbeiter, die an mehreren Standorten tätig sind, sind auch mehrfach anzugeben. Hier kann die Summe der einzelnen Standorte die Gesamtsumme übersteigen.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Anzahl_weiteres_pharmazeutisches_Personal" type="codomain_0_10.000">
							<xsd:annotation>
								<xsd:documentation>Es ist die Gesamtzahl des weiteren pharmazeutischen Personals anzugeben (Anzahl Personen).</xsd:documentation>
								<xsd:documentation source="chapter">A-12.5.3</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
								<xsd:documentation source="note">Mitarbeiterinnen und Mitarbeiter, die an mehreren Standorten tätig sind, sind auch mehrfach anzugeben. Hier kann die Summe der einzelnen Standorte die Gesamtsumme übersteigen.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
							<xsd:annotation>
								<xsd:documentation>Es können ergänzende Angaben zur Konkretisierung gemacht werden.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.5.3</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
							</xsd:annotation>
						</xsd:element>				
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Konzepte_Zubereitung_Arzneimittel">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Zubereitungen_Arzneimittel" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Konzepte_Zubereitung_Arzneimittel">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Konzept_Zubereitung_Arzneimittel">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:choice>
										<xsd:element name="Konzept" type="enum_Konzept_Zubereitung_Arzneimittel">
											<xsd:annotation>
												<xsd:documentation/>
												<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
												<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="Sonstiges" type="char_max500">
											<xsd:annotation>
												<xsd:documentation/>
												<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
												<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
									</xsd:choice>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Elektronische_Unterstuetzungen_Versorgung_Arzneimittel">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Elektronische_Unterstuetzungen_Versorgung_Arzneimittel" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Elektronische_Unterstuetzungen_Versorgung_Arzneimittel">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Elektronische_Unterstuetzung_Versorgung_Arzneimittel">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:choice>
										<xsd:element name="Art" type="enum_Art_Elektronische_Unterstuetzung_Versorgung_Arzneimittel">
											<xsd:annotation>
												<xsd:documentation/>
												<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
												<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="Sonstige_elektronische_Unterstuetzung" type="char_max500">
											<xsd:annotation>
												<xsd:documentation/>
												<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
												<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
									</xsd:choice>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Massnahmen_Minimierung_Medikationsfehler">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Massnahmen_Minimierung_Medikationsfehler" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Massnahmen_Minimierung_Medikationsfehler">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Massnahme_Minimierung_Medikationsfehler">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:choice>
										<xsd:element name="Massnahme" type="enum_Massnahme_Minimierung_Medikationsfehler">
											<xsd:annotation>
												<xsd:documentation/>
												<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
												<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="Andere_Massnahme" type="char_max300">
											<xsd:annotation>
												<xsd:documentation/>
												<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
												<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
									</xsd:choice>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Massnahmen_Arzneimitteltherapie_Entlassung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Masnahmen_Arzneimitteltherapie_Entlassung" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Massnahmen_Arzneimitteltherapie_Entlassung">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Massnahme_Arzneimitteltherapie_Entlassung">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:choice>
										<xsd:element name="Massnahme" type="enum_Massnahme_Arzneimitteltherapie_Entlassung">
											<xsd:annotation>
												<xsd:documentation/>
												<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
												<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="Sonstiges" type="char_max500">
											<xsd:annotation>
												<xsd:documentation/>
												<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
												<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
									</xsd:choice>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Zusatzangaben_AMTS">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Zusatzangaben_AMTS" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Zusatzangaben_AMTS">
				<xsd:annotation>
					<xsd:documentation>Zusatzangaben zu ausgewählten Instrumenten bzw. Maßnahmen zur Arzneimitteltherapiesicherheit</xsd:documentation>
					<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
					<xsd:documentation source="note">Zusatzangaben zu den Leistungsangeboten gemäß Auswahlliste (Anhang 2) sind verpflichtend.(!) Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:choice>
							<xsd:group ref="c_SOP">
								<xsd:annotation>
									<xsd:documentation>Verfahrensbeschreibungen bzw. Standard Operating Procedures.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
									<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
									<xsd:documentation source="note">Bei Auswahl „Teil der QM/RM-Dokumentation (gemäß RM01)“ ist durch die Erfassungssoftware Name und Datum aus der Angabe zu RM01 (A-12.2.3) hier einzusetzen!</xsd:documentation>
								</xsd:annotation>
							</xsd:group>
							<xsd:group ref="c_SOP_ohne_Datum">
								<xsd:annotation>
									<xsd:documentation>Verfahrensbeschreibungen bzw. Standard Operating Procedures.</xsd:documentation>
									<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
									<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
									<xsd:documentation source="note">Bei Auswahl „Teil der QM/RM-Dokumentation (gemäß RM01)“ ist durch die Erfassungssoftware Name und Datum aus der Angabe zu RM01 (A-12.2.3) hier einzusetzen!</xsd:documentation>
								</xsd:annotation>
							</xsd:group>
							<xsd:group ref="c_Konzepte_Zubereitung_Arzneimittel">
								<xsd:annotation>
									<xsd:documentation/>
									<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
									<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
								</xsd:annotation>
							</xsd:group>
							<xsd:group ref="c_Elektronische_Unterstuetzungen_Versorgung_Arzneimittel">
								<xsd:annotation>
									<xsd:documentation/>
									<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
									<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
								</xsd:annotation>
							</xsd:group>
							<xsd:group ref="c_Massnahmen_Minimierung_Medikationsfehler">
								<xsd:annotation>
									<xsd:documentation/>
									<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
									<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
								</xsd:annotation>
							</xsd:group>
							<xsd:group ref="c_Massnahmen_Arzneimitteltherapie_Entlassung">
								<xsd:annotation>
									<xsd:documentation/>
									<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
									<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
								</xsd:annotation>
							</xsd:group>
						</xsd:choice>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Instrumente_Massnahmen_AMTS">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Instrumente und Massnahmen Arzneimitteltherapiesicherheit" enthält</xsd:documentation>
			<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Instrumente_Massnahmen_AMTS">
				<xsd:annotation>
					<xsd:documentation>Die Angaben zu den Instrumenten und Maßnahmen zur Förderung der Arzneimitteltherapiesicherheit sind aus der entsprechenden Auswahlliste des Anhangs 2 zu übernehmen und – wo angegeben – um die jeweils aufgeführten Zusatzangaben zu ergänzen.</xsd:documentation>
					<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
					<xsd:documentation source="note">(!) Bei Veröffentlichung ist folgender Text darzustellen: "Die Instrumente und Maßnahmen zur Förderung der Arzneimitteltherapiesicherheit werden mit Fokus auf den typischen Ablauf des Medikationsprozesses bei der stationären Patientenversorgung dargestellt. Eine Besonderheit des Medikationsprozesses im stationären Umfeld stellt das Überleitungsmanagement bei Aufnahme und Entlassung dar. Die im Folgenden gelisteten Instrumente und Maßnahmen adressieren Strukturelemente, z. B. besondere EDV-Ausstattung und Arbeitsmaterialien, sowie Prozessaspekte, wie Arbeitsbeschreibungen für besonders risikobehaftete Prozessschritte bzw. Konzepte zur Sicherung typischer Risikosituationen. Zusätzlich können bewährte Maßnahmen zur Vermeidung von bzw. zum Lernen aus Medikationsfehlern angegeben werden. Das Krankenhaus stellt hier dar, mit welchen Aspekten es sich bereits auseinandergesetzt, bzw. welche Maßnahmen es konkret umgesetzt hat. 
						Die folgenden Aspekte können, ggf. unter Verwendung von Freitextfeldern, dargestellt werden: 
						Aufnahme ins Krankenhaus, inklusive Anamnese: Dargestellt werden können Instrumente und Maßnahmen zur Ermittlung der bisherigen Medikation (Arzneimittelanamnese), der anschließenden klinischen Bewertung und der Umstellung auf die im Krankenhaus verfügbare Medikation (Hausliste), sowie zur Dokumentation, sowohl der ur-sprünglichen Medikation des Patienten als auch der für die Krankenhausbehandlung angepassten Medikation.
						Medikationsprozess im Krankenhaus: Im vorliegenden Rahmen wird beispielhaft von folgenden Teilprozessen ausgegangen: Arzneimittelanamnese – Verordnung – Patienteninformation – Arzneimittelabgabe – Arzneimittelanwendung – Dokumentation – Therapieüberwachung – Ergebnisbewertung. Dargestellt werden können hierzu Instrumente und Maßnahmen zur sicheren Arzneimittelverordnung, z.B. bezüglich Leserlichkeit, Eindeutigkeit und Vollständigkeit der Dokumentation, aber auch bezüglich Anwendungsgebiet, Wirksamkeit, Nutzen-Risiko-Verhältnis, Verträglichkeit (inklusive po-tentieller Kontraindikationen, Wechselwirkungen u.ä.) und Ressourcenabwägungen. Außerdem können Angaben zur Unterstützung einer zuverläs-sigen Arzneimittelbestellung, -abgabe und -anwendung bzw. –verabreichung gemacht werden.
						Entlassung: Dargestellt werden können insbesondere die Maßnahmen der Krankenhäuser, die sicherstellen, dass eine strukturierte und sichere Weitergabe von Informationen zur Arzneimitteltherapie an weiterbehandelnde Ärztinnen und Ärzte, sowie die angemessene Ausstattung der Patientinnen und Pati-enten mit Arzneimittelinformationen, Medikationsplan und Medikamenten bzw. Arzneimittelverordnungen erfolgt."
					</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Instrument_Massnahme_AMTS">
							<xsd:annotation>
								<xsd:documentation>Es können Aspekte, ggf. unter Verwendung von Freitextfeldern, zu Aufnahme ins Krankenhaus (inkl. Anamnese), Medikationsprozess im Krankenhaus und Entlassung dargestellt werden.</xsd:documentation>
								<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="AMTS_Schluessel" type="enum_Schluessel_AS">
										<xsd:annotation>
											<xsd:documentation>Schlüssel-Nr. des Instruments bzw. der Maßnahme zur Arzneimitteltherapiesicherheit</xsd:documentation>
											<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "Instrument_Massnahme_AMTS" nur genau einmal vorkommen (Eindeutigkeit).</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:group minOccurs="0" ref="c_Zusatzangaben_AMTS">
										<xsd:annotation>
											<xsd:documentation>Zusatzangaben zu ausgewählten Instrumenten bzw. Maßnahmen</xsd:documentation>
											<xsd:documentation source="chapter">A-12.5.4</xsd:documentation>
											<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
											<xsd:documentation source="note">Zusatzangaben zu den Leistungsangeboten gemäß Auswahlliste (Anhang 2) sind verpflichtend.(!) Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Beschwerdemanagement">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Beschwerdemanagement" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.4</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Beschwerdemanagement">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12.4</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Strukturiertes_Beschwerdemanagement"/>
						<xsd:group ref="c_Schriftliches_Konzept"/>
						<xsd:group ref="c_Umgang_muendliche_Beschwerden"/>
						<xsd:group ref="c_Umgang_schriftliche_Beschwerden"/>
						<xsd:group ref="c_Zeitziele_fuer_Rueckmeldung"/>
						<xsd:group minOccurs="0" ref="c_Ansprechpartner"/>
						<xsd:group minOccurs="0" ref="c_Patientenfuersprecher"/>
						<xsd:group ref="c_Anonyme_Eingabemoeglichkeiten"/>
						<xsd:group ref="c_Patientenbefragungen"/>
						<xsd:group ref="c_Einweiserbefragungen"/>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name = "c_Arzneimitteltherapiesicherheit">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Arzneimitteltherapiesicherheit" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12.5</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Arzneimitteltherapiesicherheit">
				<xsd:annotation>
					<xsd:documentation>AMTS ist die Gesamtheit der Maßnahmen zur Gewährleistung eines optimalen Medikationsprozesses mit dem Ziel, Medikationsfehler und damit vermeidbare Risiken für Patientinnen und Patienten bei der Arzneimitteltherapie zu verringern. Eine Voraussetzung für die erfolgreiche Umsetzung dieser Maßnahmen ist, dass AMTS als integraler Bestandteil der täglichen Routine in einem interdisziplinären und multiprofessionellen Ansatz gelebt wird.</xsd:documentation>
					<xsd:documentation source="chapter">A-12.5</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
					<xsd:documentation source="note">(!) Die Textpassage in der Spalte "Beschreibung" ist im Rahmen der Veröffentlichung mit darzustellen.</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Verantwortliches_Gremium_AMTS"/>
						<xsd:group ref="c_Verantwortliche_Person_AMTS"/>
						<xsd:group ref="c_Pharmazeutisches_Personal"/>
						<xsd:group minOccurs="0" ref="c_Instrumente_Massnahmen_AMTS"/>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Umgang_mit_Risiken_in_der_Patientenversorgung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Umgang_mit_Risiken_in_der_Patientenversorgung" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-12</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Umgang_mit_Risiken_in_der_Patientenversorgung">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-12</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Verantwortliche_Person_Qualitaetsmanagement">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.1.1</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Lenkungsgremium_Qualitaetsmanagement">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.1.2</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Verantwortliche_Person_Risikomanagement">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.2.1</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Lenkungsgremium_Risikomanagement">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.2.2</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Instrumente_Massnahmen_Risikomanagement">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation>A-12.2.3</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Einrichtungsinternes_Fehlermeldesystem">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.2.3.1</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Einrichtungsuebergreifendes_Fehlermeldesystem">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.2.3.2</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group ref="c_Hygienepersonal">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.3.1</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Weitere_Informationen_Hygiene">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.3.2</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Beschwerdemanagement">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.4</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group ref="c_Arzneimitteltherapiesicherheit">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-12.5</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Aerztliche_Leitung_OE">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "c_Aerztliche_Leitung_OE" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">B-X.1</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Aerztliche_Leitung_OE">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">B-X.1</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:choice>
						<xsd:element maxOccurs="2" name="Chefarzt">
							<xsd:annotation>
								<xsd:documentation>Namen und Kontaktdaten des Chefarztes/der Chefärztin.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.1</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
								<xsd:documentation source="note">Besteht die ärztliche Leitung aus mehr als einer Person können jeweils maximal zwei Personen angegeben werden. Die Stellvertretung ist nicht anzugeben.</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Kontakt_Person_lang">
										<xsd:annotation>
											<xsd:documentation>Kontakt des Chefarztes/der Chefärztin.</xsd:documentation>
											<xsd:documentation source="chapter">B-X.1</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group ref="c_Kontakt_Zugang">
										<xsd:annotation>
											<xsd:documentation>Kontakt/Zugang des Chefarztes/der Chefärztin.</xsd:documentation>
											<xsd:documentation source="chapter">B-X.1</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element maxOccurs="2" name="Leitender_Belegarzt">
							<xsd:annotation>
								<xsd:documentation>Namen und Kontaktdaten des leitenden Belegarztes/der leitenden Belegärztin.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.1</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
								<xsd:documentation source="note">Besteht die ärztliche Leitung aus mehr als einer Person können jeweils maximal zwei Personen angegeben werden. Die Stellvertretung ist nicht anzugeben.</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Kontakt_Person_lang">
										<xsd:annotation>
											<xsd:documentation>Kontakt des leitenden Belegarztes/der leitenden Belegärztin.</xsd:documentation>
											<xsd:documentation source="chapter">B-X.1</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group ref="c_Kontakt_Zugang">
										<xsd:annotation>
											<xsd:documentation>Kontakt/Zugang des leitenden Belegarztes/der leitenden Belegärztin.</xsd:documentation>
											<xsd:documentation source="chapter">B-X.1</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:choice>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Zielvereinbarungen">
		<xsd:annotation>
			<xsd:documentation source="chapter">B-X.2</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
			<xsd:documentation>Gruppe, die den Container "Zielvereinbarungen" der Organisationseinheiten/Fachabteilung enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Zielvereinbarungen">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">B-X.2</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:choice>
							<xsd:element maxOccurs="unbounded" name="Zielvereinbarung_geschlossen_nicht_an_Empfehlung_DKG_gehalten">
								<xsd:annotation>
									<xsd:documentation>Dieses Element wird eingefügt, wenn leistungsbezogene Zielvereinbarungen geschlossen und sich nicht an die Empfehlungen der DKG vom 17. September 2014 nach § 135c SGB V gehalten wurden.</xsd:documentation>
									<xsd:documentation source="chapter">B-X.2</xsd:documentation>
									<xsd:documentation source="aggregation">verbatim</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:sequence>
										<xsd:element name="Erlaeuterungen" type="char_max500">
											<xsd:annotation>
												<xsd:documentation/>
												<xsd:documentation source="chapter">B-X.2</xsd:documentation>
												<xsd:documentation source="aggregation">verbatim</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
									</xsd:sequence>
								</xsd:complexType>
							</xsd:element>
							<xsd:element name="Zielvereinbarungen_geschlossen_an_Empfehlung_DKG_gehalten" type="empty">
								<xsd:annotation>
									<xsd:documentation>Dieses Element wird eingefügt, wenn Zielvereinbarungen mit den leitenden Ärzten und Ärztinnen entsprechend Empfehlungen der DKG vom 17. September 2014 nach § 135c SGB V geschlossen wurden.</xsd:documentation>
									<xsd:documentation source="chapter">B-X.2</xsd:documentation>
									<xsd:documentation source="aggregation">verbatim</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="Keine_Zielvereinbarungen_geschlossen" type="empty">
								<xsd:annotation>
									<xsd:documentation>Dieses Element wird eingefügt, wenn keine Zielvereinbarungen geschlossen wurden.</xsd:documentation>
									<xsd:documentation source="chapter">B-X.2</xsd:documentation>
									<xsd:documentation source="aggregation">verbatim</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:choice>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max500">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">B-X.2</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_FA_Schluessel_Sonstiger">
		<xsd:annotation>
			<xsd:documentation>Falls es sich um eine sonstige Fachabteilung handelt, ist dieses Element einzufügen.</xsd:documentation>
			<xsd:documentation source="chapter">B-X.1</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Sonstiger">
				<xsd:annotation>
					<xsd:documentation>Falls es sich um eine sonstige Fachabteilung handelt, ist dieses Element einzufügen.</xsd:documentation>
					<xsd:documentation source="chapter">B-X.1</xsd:documentation>
					<xsd:documentation source="aggregation">alternative</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="FA_Sonstiger_Schluessel" type="enumSchluessel_FA_Sonstige">
							<xsd:annotation>
								<xsd:documentation>Sonstiger Fachabteilungsschlüssel nach § 301 SGB V.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.1</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Bezeichnung" type="char_max200">
							<xsd:annotation>
								<xsd:documentation>Bezeichnung der sonstigen Fachabteilung.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.1</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Medizinische_Leistungsangebote">
		<xsd:annotation>
			<xsd:documentation source="chapter">B-X.3</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
			<xsd:documentation>Gruppe, die den Container "Medizinische_Leistungsangebote" der Organisationseinheiten/Fachabteilung enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Medizinische_Leistungsangebote">
				<xsd:annotation>
					<xsd:documentation>Medizinische Leistungsangebote der Organisationseinheit / Fachabteilung.</xsd:documentation>
					<xsd:documentation source="chapter">B-X.3</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Medizinisches_Leistungsangebot">
							<xsd:annotation>
								<xsd:documentation>Medizinische Leistungsangebote der Organisationseinheit / Fachabteilung.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.3</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:choice>
										<xsd:element name="VA_VU_Schluessel" type="enum_Schluessel_VA_VU_ohneSonstige">
											<xsd:annotation>
												<xsd:documentation>Schlüssel-Nr. des medizinisches Leistungsangebots der Organisationseinheit / Fachabteilung.</xsd:documentation>
												<xsd:documentation source="chapter">B-X.3, B-X.8</xsd:documentation>
												<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
												<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "Medizinisches_Leistungsangebot" nur genau einmal vorkommen (Eindeutigkeit). </xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="Sonstiger">
											<xsd:annotation>
												<xsd:documentation>Falls es sich um ein sonstiges medizinisches Leistungsangebot der Organisationseinheit / Fachabteilung handelt, ist dieses Element einzufügen.</xsd:documentation>
												<xsd:documentation source="chapter">B-X.3, B-X.8</xsd:documentation>
												<xsd:documentation source="aggregation">alternative</xsd:documentation>
											</xsd:annotation>
											<xsd:complexType>
												<xsd:sequence>
													<xsd:element name="VA_VU_Sonstiger_Schluessel" type="enum_Schluessel_VA_VU_Sonstige">
														<xsd:annotation>
															<xsd:documentation>Sonstige Schlüssel-Nr.  des medizinischen Leistungsangebotes der Organisationseinheit / Fachabteilung.</xsd:documentation>
															<xsd:documentation source="chapter">B-X.3, B-X.8</xsd:documentation>
															<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
															<xsd:documentation source="note">Die sonstige Schlüssel-Nr. darf bei der Wiederholung des Elements "Medizinisches_Leistungsangebot" mehrfach aufgeführt werden.</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
													<xsd:element name="Bezeichnung" type="char_max200">
														<xsd:annotation>
															<xsd:documentation>Bezeichnung des sonstigen medizinischen Leistungsangebotes.</xsd:documentation>
															<xsd:documentation source="chapter">B-X.3, B-X.8</xsd:documentation>
															<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
												</xsd:sequence>
											</xsd:complexType>
										</xsd:element>
									</xsd:choice>
									<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">B-X.3</xsd:documentation>
											<xsd:documentation source="aggregation">verbatim</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="va_vu_schluessel">
					<xsd:annotation>
						<xsd:documentation>Jeder VA_VU Schluessel mit Ausnahme der Sonstigen Schluessel darf nur einmal innerhalb der Medizinischen Leistungsangebote der Fachabteilung/Organisationseinheit angegeben werden.</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="Medizinisches_Leistungsangebot"/>
					<xsd:field xpath="VA_VU_Schluessel"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Fallzahlen_OE">
		<xsd:sequence>
			<xsd:element name="Fallzahlen_OE">
				<xsd:annotation>
					<xsd:documentation>Fallzahlen der Organisationseinheit / Fachabteilung.</xsd:documentation>
					<xsd:documentation source="chapter">B-X.5</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Vollstationaere_Fallzahl" type="codomain_0_100.000">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">B-X.5</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Teilstationaere_Fallzahl" type="codomain_0_100.000">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">B-X.5</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
							<xsd:annotation>
								<xsd:documentation>Kommentar zu den Fallzahlen der Organisationseinheit / Fachabteilung.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.5</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Fallzahl_Gesamtbericht_mit_Datenschutz">
		<xsd:sequence>
			<xsd:element name="Fallzahl_Gesamtbericht_mit_Datenschutz">
				<xsd:annotation>
					<xsd:documentation>Dieses Element ist im Gesamtbericht anzugeben, wenn in mindestens einem Einzelbericht das Element "Fallzahl_Datenschutz" angeben wurde.</xsd:documentation>
					<xsd:documentation source="chapter">B-X.6</xsd:documentation>
					<xsd:documentation source="aggregation">datenschutz</xsd:documentation>
					<xsd:documentation source="note">(!) Nur im Gesamtbericht zulässig. Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element minOccurs="0" name="Fallzahl" type="codomain_4_100.000">
							<xsd:annotation>
								<xsd:documentation>Summe der Fallzahl, mit Ausnahme der Fallzahlen, die durch das Element "Fallzahl_Datenschutz" geschützt sind.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.6</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Anzahl_FA_Datenschutz" type="codomain_1_100">
							<xsd:annotation>
								<xsd:documentation>Anzahl der Einzelberichte, in denen das Element "Fallzahl_Datenschutz" angegeben wurde.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.6</xsd:documentation>
								<xsd:documentation source="aggregation">anzahldatenschutz</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Hauptdiagnosen">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Hauptdiagnosen" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">B-X.6</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Hauptdiagnosen">
				<xsd:annotation>
					<xsd:documentation>Hauptdiagnosen nach ICD.</xsd:documentation>
					<xsd:documentation source="chapter">B-X.6</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:choice>
							<xsd:element maxOccurs="unbounded" name="Hauptdiagnose">
								<xsd:annotation>
									<xsd:documentation>Hauptdiagnosen nach ICD-10-GM.</xsd:documentation>
									<xsd:documentation source="chapter">B-X.6</xsd:documentation>
									<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
									<xsd:documentation source="note">Die Hauptdiagnosen sind mit der jeweiligen Fallzahl in absteigender Häufigkeit anzugeben. (!) Dies kann vom XML-Schema nicht geprüft werden. Es sind hier nur vollstationäre Fälle zu berücksichtigen. Die Hauptdiagnose eines Falles ist von der Organisationseinheit/Fachabteilung anzugeben, die den Fall gemäß der Zuordnung der Fallzahlen unter B-[X].5 zählt.</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:sequence>
										<xsd:element name="ICD_10" type="format_icd_3_5">
											<xsd:annotation>
												<xsd:documentation>ICD-10-Ziffer.</xsd:documentation>
												<xsd:documentation source="chapter">B-X.6</xsd:documentation>
												<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
												<xsd:documentation source="note">Alle ICD-Ziffern der Organisationseinheit/Fachabteilung sind endstellig (z. B. G20.2) und mit Fallzahl (Zahl &gt;0) anzugeben. Es ist die jeweils für das Berichtsjahr aktuelle amtliche ICD-10-GM-Version zu verwenden. Abweichend hiervon kann für die Abbildung von Überliegern die amtliche ICD-10-GM-Version des Vorjahres zu Grunde gelegt werden.</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:choice>
											<xsd:element name="Fallzahl" type="codomain_4_100.000">
												<xsd:annotation>
													<xsd:documentation>Absolute Fallzahl.</xsd:documentation>
													<xsd:documentation source="chapter">B-X.6</xsd:documentation>
													<xsd:documentation source="aggregation">summation</xsd:documentation>
												</xsd:annotation>
											</xsd:element>
											<xsd:group ref="s_Fallzahl_Datenschutz">
												<xsd:annotation>
													<xsd:documentation>Dieses Element ist anzugeben, falls die Fallzahl 1 bis einschließlich 3 ist.</xsd:documentation>
													<xsd:documentation source="chapter">B-X.6</xsd:documentation>
													<xsd:documentation source="aggregation">nv</xsd:documentation>
												</xsd:annotation>
											</xsd:group>
											<xsd:group ref="c_Fallzahl_Gesamtbericht_mit_Datenschutz">
												<xsd:annotation>
													<xsd:documentation>Dieses Element ist im Gesamtbericht anzugeben, wenn in mindestens einem Einzelbericht das Element "Fallzahl_Datenschutz" angeben wurde.</xsd:documentation>
													<xsd:documentation source="chapter">B-X.6</xsd:documentation>
													<xsd:documentation source="aggregation">datenschutz</xsd:documentation>
													<xsd:documentation source="note">(!) Nur im Gesamtbericht zulässig. Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
												</xsd:annotation>
											</xsd:group>
										</xsd:choice>
									</xsd:sequence>
								</xsd:complexType>
							</xsd:element>
							<xsd:element name="Keine_Erbracht" type="empty">
								<xsd:annotation>
									<xsd:documentation>Dieses Element ist anzugeben, falls der Organisationseinheit/Fachabteilung keine Hauptdiagnosen nach ICD-10 zuzuordnen sind.</xsd:documentation>
									<xsd:documentation source="chapter">B-X.6</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:choice>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Anzahl_Gesamtbericht_mit_Datenschutz">
		<xsd:sequence>
			<xsd:element name="Anzahl_Gesamtbericht_mit_Datenschutz">
				<xsd:annotation>
					<xsd:documentation>Dieses Element ist im Gesamtbericht anzugeben, wenn in mindestens einem Einzelbericht das Element "Anzahl_Datenschutz" angeben wurde.</xsd:documentation>
					<xsd:documentation source="chapter">B-X.7</xsd:documentation>
					<xsd:documentation source="aggregation">datenschutz</xsd:documentation>
					<xsd:documentation source="note">(!) Nur im Gesamtbericht zulässig. Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element minOccurs="0" name="Anzahl" type="codomain_4_100.000">
							<xsd:annotation>
								<xsd:documentation>Summe der Anzahl, mit Ausnahme der Prozeduren, die durch das Element "Anzahl_Datenschutz" geschützt sind.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.7, B-X.9</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Anzahl_FA_Datenschutz" type="codomain_1_100">
							<xsd:annotation>
								<xsd:documentation>Anzahl der Einzelberichte, in denen das Element "Anzahl_Datenschutz" angegeben wurde.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.7, B-X.9</xsd:documentation>
								<xsd:documentation source="aggregation">anzahldatenschutz</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Prozedur">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Prozedur" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Prozedur">
				<xsd:annotation>
					<xsd:documentation>Prozedur nach OPS.</xsd:documentation>
					<xsd:documentation source="chapter">B-X.7</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="OPS_301" type="format_ops_4_6">
							<xsd:annotation>
								<xsd:documentation>OPS 301 Ziffer.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.7</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
								<xsd:documentation source="note">Die OPS-Ziffern sind hier gemäß Anlage 1 endstellig und in absteigender Häufigkeit anzugeben. (!) Die Sortierung kann vom XML-Schema nicht geprüft werden. Es ist der jeweils für das Berichtsjahr aktuelle amtliche OPS-Katalog zu verwenden. Abweichend hiervon kann für die Abbildung von Überliegern der amtliche OPS-Katalog des Vorjahres zu Grunde gelegt werden.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:choice>
							<xsd:element name="Anzahl" type="codomain_4_100.000">
								<xsd:annotation>
									<xsd:documentation>Absolute Anzahl.</xsd:documentation>
									<xsd:documentation source="chapter">B-X.7</xsd:documentation>
									<xsd:documentation source="aggregation">summation</xsd:documentation>
									<xsd:documentation source="note">Die Häufigkeit einer OPS-Ziffer in einer Fachabteilung ergibt sich daraus, wie oft die entsprechende Prozedur von der Fachabteilung im Berichtsjahr erbracht wurde. Die OPS-Zählung erfolgt demnach immer bei der Fachabteilung, die die Leistung erbracht hat.</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:group ref="s_Anzahl_Datenschutz">
								<xsd:annotation>
									<xsd:documentation>Dieses Element ist anzugeben, falls die Anzahl kleiner 4 ist.</xsd:documentation>
									<xsd:documentation source="chapter">B-X.7</xsd:documentation>
									<xsd:documentation source="aggregation">nv</xsd:documentation>
								</xsd:annotation>
							</xsd:group>
							<xsd:group ref="c_Anzahl_Gesamtbericht_mit_Datenschutz">
								<xsd:annotation>
									<xsd:documentation>Dieses Element ist im Gesamtbericht anzugeben, wenn in mindestens einem Einzelbericht das Element "Anzahl_Datenschutz" angeben wurde.</xsd:documentation>
									<xsd:documentation source="chapter">B-X.7</xsd:documentation>
									<xsd:documentation source="aggregation">datenschutz</xsd:documentation>
									<xsd:documentation source="note">(!) Nur im Gesamtbericht zulässig. Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
								</xsd:annotation>
							</xsd:group>
						</xsd:choice>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Prozeduren">
		<xsd:annotation>
			<xsd:documentation source="chapter">B-X.7</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
			<xsd:documentation>Gruppe, die den  Container "Prozeduren" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Prozeduren">
				<xsd:annotation>
					<xsd:documentation>Prozeduren nach OPS.</xsd:documentation>
					<xsd:documentation source="chapter">B-X.7</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:choice>
						<xsd:element name="Keine_Erbracht" type="empty">
							<xsd:annotation>
								<xsd:documentation>Keine Prozeduren nach OPS erbracht.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.7</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Freiwillige_Angabe">
							<xsd:annotation>
								<xsd:documentation>Für psychiatrische und psychotherapeutische bzw. psychosomatische und psychotherapeutische Organisationseinheiten/Fachabteilungen ist die OPS-Darstellung freiwillig und können in diesem Element angegeben werden.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.7</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:group maxOccurs="unbounded" ref="c_Prozedur"/>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Verpflichtende_Angabe">
							<xsd:annotation>
								<xsd:documentation>OPS-Prozeduren wurden erbracht und sind verpflichtend im Qualitätsbericht anzugeben.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.7</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:group maxOccurs="unbounded" ref="c_Prozedur"/>
							</xsd:complexType>
						</xsd:element>
					</xsd:choice>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Leistungen_Ambulanz">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Leistungen_Ambulanz" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">B-X.8</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Leistungen_Ambulanz">
				<xsd:annotation>
					<xsd:documentation>Angebotene Leistungen der Ambulanz.</xsd:documentation>
					<xsd:documentation source="chapter">B-X.8</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Medizinisches_Leistungsangebot">
							<xsd:annotation>
								<xsd:documentation>Schlüssel-Nr. des medizinischen Leistungsangebots.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.8</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
								<xsd:documentation source="note">Die Angabe der angebotenen Leistungen erfolgt anhand der Auswahlliste für die fachabteilungs-bezogenen medizinischen Leistungsangebote zu B-X.3 in Anhang 2. Die Ausfüllhinweise zu B-X.3 gelten entsprechend.</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:choice>
										<xsd:element name="VA_VU_Schluessel_Ambulanz" type="enum_Schluessel_VA_VU_ohneSonstige">
											<xsd:annotation>
												<xsd:documentation>Schlüssel-Nr. des medizinisches Leistungsangebots der Organisationseinheit / Fachabteilung.</xsd:documentation>
												<xsd:documentation source="chapter">B-X.3, B-X.8</xsd:documentation>
												<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
												<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "Medizinisches_Leistungsangebot" nur genau einmal vorkommen (Eindeutigkeit).</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="Sonstiger">
											<xsd:annotation>
												<xsd:documentation>Falls es sich um ein sonstiges medizinisches Leistungsangebot der Organisationseinheit / Fachabteilung handelt, ist dieses Element einzufügen.</xsd:documentation>
												<xsd:documentation source="chapter">B-X.3, B-X.8</xsd:documentation>
												<xsd:documentation source="aggregation">alternative</xsd:documentation>
											</xsd:annotation>
											<xsd:complexType>
												<xsd:sequence>
													<xsd:element name="VA_VU_Sonstiger_Schluessel_Ambulanz" type="enum_Schluessel_VA_VU_Sonstige">
														<xsd:annotation>
															<xsd:documentation>Sonstige Schlüssel-Nr.  des medizinischen Leistungsangebotes der Organisationseinheit / Fachabteilung.</xsd:documentation>
															<xsd:documentation source="chapter">B-X.3, B-X.8</xsd:documentation>
															<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
															<xsd:documentation source="note">Die sonstige Schlüssel-Nr. darf bei der Wiederholung des Elements "Medizinisches_Leistungsangebot" mehrfach aufgeführt werden.</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
													<xsd:element name="Bezeichnung" type="char_max200">
														<xsd:annotation>
															<xsd:documentation>Bezeichnung des sonstigen medizinischen Leistungsangebotes.</xsd:documentation>
															<xsd:documentation source="chapter">B-X.3, B-X.8</xsd:documentation>
															<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
												</xsd:sequence>
											</xsd:complexType>
										</xsd:element>
									</xsd:choice>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="va_vu_schluessel_ambulanz">
					<xsd:annotation>
						<xsd:documentation>Jeder VA_VU Schluessel mit Ausnahme der Sonstigen Schluessel darf nur einmal innerhalb der Medizinischen Leistungsangebote der Fachabteilung/Organisationseinheit angegeben werden.</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="Medizinisches_Leistungsangebot"/>
					<xsd:field xpath="VA_VU_Schluessel_Ambulanz"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Leistungen_Ambulanz_116b">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Leistungen_Ambulanz_116b" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">B-X.8</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Leistungen_Ambulanz_116b">
				<xsd:annotation>
					<xsd:documentation>Angebotene Leistungen der Ambulanz.</xsd:documentation>
					<xsd:documentation source="chapter">B-X.8</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Leistung">
							<xsd:annotation>
								<xsd:documentation>Angebotene Leistung.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.8</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="LK_Schluessel" type="enum_Schluessel_LK">
										<xsd:annotation>
											<xsd:documentation>Schlüssel-Nr. der Leistung.</xsd:documentation>
											<xsd:documentation source="chapter">B-X.8</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "Leistung" nur genau einmal vorkommen (Eindeutigkeit).</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="lk_schluessel">
					<xsd:annotation>
						<xsd:documentation>Jeder LK Schluessel darf nur einmal angegeben werden.</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="Leistung"/>
					<xsd:field xpath="LK_Schluessel"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Ambulante_Behandlungsmoeglichkeiten">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Ambulante_Behandlungsmoeglichkeiten" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">B-X.8</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Ambulante_Behandlungsmoeglichkeiten">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">B-X.8</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group maxOccurs="unbounded" ref="c_Ambulante_Behandlungsmoeglichkeit"/>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Ambulante_Behandlungsmoeglichkeit">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Ambulante_Behandlungsmoeglichkeit" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">B-X.8</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Ambulante_Behandlungsmoeglichkeit">
				<xsd:annotation>
					<xsd:documentation>Ambulante Behandlungsmöglichkeiten.</xsd:documentation>
					<xsd:documentation source="chapter">B-X.8</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:choice>
							<xsd:element name="Ambulanz">
								<xsd:annotation>
									<xsd:documentation>Ambulante Behandlungsmöglichkeit.</xsd:documentation>
									<xsd:documentation source="chapter">B-X.8</xsd:documentation>
									<xsd:documentation source="aggregation">alternative</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:sequence>
										<xsd:element name="AM_Schluessel" type="enum_Schluessel_AM_ohneSonstige_ohneAM_116b">
											<xsd:annotation>
												<xsd:documentation>Schlüssel-Nr. der Ambulanzart.</xsd:documentation>
												<xsd:documentation source="chapter">B-X.8</xsd:documentation>
												<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
												<xsd:documentation source="note">Der Wert darf bei Wiederholung des Elements "Ambulanz" mehrfach vorkommen.</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element minOccurs="0" name="Bezeichnung" type="char_max200">
											<xsd:annotation>
												<xsd:documentation>Bezeichnung der Ambulanz.</xsd:documentation>
												<xsd:documentation source="chapter">B-X.8</xsd:documentation>
												<xsd:documentation source="aggregation">verbatim</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:group minOccurs="0" ref="c_Leistungen_Ambulanz">
											<xsd:annotation>
												<xsd:documentation>Angebotene Leistungen der Ambulanz.</xsd:documentation>
												<xsd:documentation source="chapter">B-X.8</xsd:documentation>
												<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
											</xsd:annotation>
										</xsd:group>
										<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
											<xsd:annotation>
												<xsd:documentation/>
												<xsd:documentation source="chapter">B-X.8</xsd:documentation>
												<xsd:documentation source="aggregation">verbatim</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
									</xsd:sequence>
								</xsd:complexType>
							</xsd:element>
							<xsd:element name="Ambulanz_116b">
								<xsd:annotation>
									<xsd:documentation>Ambulante Behandlungsmöglichkeit nach § 116b SGB V.</xsd:documentation>
									<xsd:documentation source="chapter">B-X.8</xsd:documentation>
									<xsd:documentation source="aggregation">alternative</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:sequence>
										<xsd:element name="AM_116b_Schluessel" type="enum_Schluessel_AM_116b">
											<xsd:annotation>
												<xsd:documentation>Schlüssel-Nr. der Ambulanzart.</xsd:documentation>
												<xsd:documentation source="chapter">B-X.8</xsd:documentation>
												<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
												<xsd:documentation source="note">Der Wert darf bei Wiederholung des Elements "Ambulanz_116b" mehrfach vorkommen.</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element minOccurs="0" name="Bezeichnung" type="char_max200">
											<xsd:annotation>
												<xsd:documentation>Bezeichnung der Ambulanz.</xsd:documentation>
												<xsd:documentation source="chapter">B-X.8</xsd:documentation>
												<xsd:documentation source="aggregation">verbatim</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:group minOccurs="0" ref="c_Leistungen_Ambulanz_116b">
											<xsd:annotation>
												<xsd:documentation>Angebotene Leistungen der Ambulanz.</xsd:documentation>
												<xsd:documentation source="chapter">B-X.8</xsd:documentation>
												<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
											</xsd:annotation>
										</xsd:group>
										<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
											<xsd:annotation>
												<xsd:documentation/>
												<xsd:documentation source="chapter">B-X.8</xsd:documentation>
												<xsd:documentation source="aggregation">verbatim</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
									</xsd:sequence>
								</xsd:complexType>
							</xsd:element>
						</xsd:choice>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Ambulante_Operation">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Ambulante_Operation" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Ambulante_Operation">
				<xsd:annotation>
					<xsd:documentation>Ambulante Operation nach § 115b SGB V.</xsd:documentation>
					<xsd:documentation source="chapter">B-X.9</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="OPS_301" type="format_ops_4_6">
							<xsd:annotation>
								<xsd:documentation>OPS 301 Ziffer.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.9</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
								<xsd:documentation source="note">Die OPS-Ziffern sind hier gemäß Anlage 1 endstellig anzugeben.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:choice>
							<xsd:element name="Anzahl" type="codomain_4_100.000">
								<xsd:annotation>
									<xsd:documentation>Absolute Anzahl.</xsd:documentation>
									<xsd:documentation source="chapter">B-X.9</xsd:documentation>
									<xsd:documentation source="aggregation">summation</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:group ref="s_Anzahl_Datenschutz">
								<xsd:annotation>
									<xsd:documentation>Absolute Anzahl.</xsd:documentation>
									<xsd:documentation source="chapter">B-X.9</xsd:documentation>
									<xsd:documentation source="aggregation">nv</xsd:documentation>
								</xsd:annotation>
							</xsd:group>
							<xsd:group ref="c_Anzahl_Gesamtbericht_mit_Datenschutz">
								<xsd:annotation>
									<xsd:documentation>Dieses Element ist im Gesamtbericht anzugeben, wenn in mindestens einem Einzelbericht das Element "Anzahl_Datenschutz" angeben wurde.</xsd:documentation>
									<xsd:documentation source="chapter">B-X.9</xsd:documentation>
									<xsd:documentation source="aggregation">datenschutz</xsd:documentation>
									<xsd:documentation source="note">(!) Nur im Gesamtbericht zulässig. Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
								</xsd:annotation>
							</xsd:group>
						</xsd:choice>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Ambulante_Operationen">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Ambulante_Operationen" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">B-X.9</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Ambulante_Operationen">
				<xsd:annotation>
					<xsd:documentation>Ambulante Operationen nach § 115b SGB V.</xsd:documentation>
					<xsd:documentation source="chapter">B-X.9</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:choice>
							<xsd:element name="Keine_Erbracht" type="empty">
								<xsd:annotation>
									<xsd:documentation>Keine ambulante Operation nach OPS erbracht.</xsd:documentation>
									<xsd:documentation source="chapter">B-X.7</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:element name="Freiwillige_Angabe">
								<xsd:annotation>
									<xsd:documentation>Für psychiatrische und psychotherapeutische bzw. psychosomatische und psychotherapeutische Organisationseinheiten/Fachabteilungen ist die OPS-Darstellung der ambulanten Operationen freiwillig und können in diesem Element angegeben werden.</xsd:documentation>
									<xsd:documentation source="chapter">B-X.7</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:group maxOccurs="unbounded" ref="c_Ambulante_Operation"/>
								</xsd:complexType>
							</xsd:element>
							<xsd:element name="Verpflichtende_Angabe">
								<xsd:annotation>
									<xsd:documentation>Ambulante Operationen nach OPS wurden erbracht und sind verpflichtend im Qualitätsbericht anzugeben.</xsd:documentation>
									<xsd:documentation source="chapter">B-X.7</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:group maxOccurs="unbounded" ref="c_Ambulante_Operation"/>
								</xsd:complexType>
							</xsd:element>
						</xsd:choice>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Apparative_Ausstattung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Apparative_Ausstattung" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-13</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Apparative_Ausstattung">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">A-13</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Geraet">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-13</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="AA_Schluessel" type="enum_Schluessel_AA_ohneSonstige">
										<xsd:annotation>
											<xsd:documentation>Geräte-Schlüssel-Nr. </xsd:documentation>
											<xsd:documentation source="chapter">A-13</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "Geraet" nur genau einmal vorkommen (Eindeutigkeit).</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="Notfallverfuegbarkeit_24h" type="codomain_ja_nein_keine-Angabe-erforderlich">
										<xsd:annotation>
											<xsd:documentation source="chapter">A-13</xsd:documentation>
											<xsd:documentation source="aggregation">undVerknuepfung</xsd:documentation>
											<xsd:documentation source="note">Die 24h-Notfallverfügbarkeit der Geräte ist verpflichtend nur für in der Auswahlliste entsprechend markierte Geräte anzugeben.</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-13</xsd:documentation>
											<xsd:documentation source="aggregation">verbatim</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="aa_schluessel">
					<xsd:annotation>
						<xsd:documentation>Jeder AA Schluessel darf nur einmal angegeben werden.</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="Geraet"/>
					<xsd:field xpath="AA_Schluessel"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Beschaeftigungsverhaeltnis">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die das Element "Beschaeftigungsverhaeltnis" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Beschaeftigungsverhaeltnis">
				<xsd:annotation>
					<xsd:documentation>Personal mit und ohne direktem Beschäftigungsverhältnis.</xsd:documentation>
					<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Personal_mit_direktem_BV">
							<xsd:annotation>
								<xsd:documentation>Personal mit direktem Beschäftigungsverhältnis.</xsd:documentation>
								<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group ref="c_Personal_ohne_direktem_BV">
							<xsd:annotation>
								<xsd:documentation>Personal ohne direktes  Beschäftigungsverhältnis.</xsd:documentation>
								<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Personal_mit_direktem_BV">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die das Element "Personal_mit_direktem_BV" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Personal_mit_direktem_BV">
				<xsd:annotation>
					<xsd:documentation>Personal mit direktem Beschäftigungsverhältnis.</xsd:documentation>
					<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Anzahl_VK" type="float_0d00_10000d00">
							<xsd:annotation>
								<xsd:documentation>Berechnete Anzahl Vollkräfte im Jahresdurchschnitt mit direktem Beschäftigungsverhältnis.</xsd:documentation>
								<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Personal_ohne_direktem_BV">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die das Element "Personal_ohne_direktem_BV" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Personal_ohne_direktem_BV">
				<xsd:annotation>
					<xsd:documentation>Personal ohne direktes  Beschäftigungsverhältnis.</xsd:documentation>
					<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Anzahl_VK" type="float_0d00_10000d00">
							<xsd:annotation>
								<xsd:documentation>Berechnete Anzahl Vollkräfte im Jahresdurchschnitt ohne direktes Beschäftigungsverhältnis.</xsd:documentation>
								<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Versorgungsform">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die das Element "Versorgungsform" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Versorgungsform">
				<xsd:annotation>
					<xsd:documentation>Personal in der ambulanten und stationaeren Versorgung.</xsd:documentation>
					<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Ambulante_Versorgung"/>
						<xsd:group ref="c_Stationaere_Versorgung"/>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Ambulante_Versorgung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die das Element "Ambulante_Versorgung" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Ambulante_Versorgung">
				<xsd:annotation>
					<xsd:documentation>Personal in der ambulanten Versorgung.</xsd:documentation>
					<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Anzahl_VK" type="float_0d00_10000d00">
							<xsd:annotation>
								<xsd:documentation>Berechnete Anzahl Vollkräfte im Jahresdurchschnitt in der ambulanten Versorgung.</xsd:documentation>
								<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Stationaere_Versorgung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die das Element "Stationaere_Versorgung" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Stationaere_Versorgung">
				<xsd:annotation>
					<xsd:documentation>Personal in der stationären Versorgung.</xsd:documentation>
					<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Anzahl_VK" type="float_0d00_10000d00">
							<xsd:annotation>
								<xsd:documentation>Berechnete Anzahl Vollkräfte im Jahresdurchschnitt in der stationären Versorgung.</xsd:documentation>
								<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Fall_je_Anzahl" type="float_0d00000_1000000d00000">
							<xsd:annotation>
								<xsd:documentation>Verhältnis der unter B-[X].5 angegebenen vollstationären Fallzahl der Organisationseinheit/Fachabteilung zu den Vollkräften bzw. Personen. Wert wird von der das XML generierenden Software errechnet und nicht vom Benutzer eingegeben.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.11</xsd:documentation>
								<xsd:documentation source="aggregation">berechnung</xsd:documentation>
								<xsd:documentation source="note">(!) Darf bei A-11.2 nicht vorkommen und muss bei B-X.11.2 vorkommen, falls berechenbar. Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Fachaerzte">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die das Element "Fachaerzte" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Fachaerzte">
				<xsd:annotation>
					<xsd:documentation>Davon Fachärzte.</xsd:documentation>
					<xsd:documentation source="chapter">A-11, B-X.11</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Personalerfassung"/>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Aerzte_ohne_Belegaerzte">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die die Elemente zu den "Aerzten  ohne Belegaerzte" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-11.1, B-X.11.1</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:choice>
			<xsd:element name="Aerzte_ohne_Belegaerzte">
				<xsd:annotation>
					<xsd:documentation>Anzahl Ärzte insgesamt ohne Belegärzte.</xsd:documentation>
					<xsd:documentation source="chapter">A-11.1, B-X.11.1</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Personalerfassung">
							<xsd:annotation>
								<xsd:documentation>Ärzte insgesamt ohne Belegärzte.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.1, B-X.11.1</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group ref="c_Fachaerzte">
							<xsd:annotation>
								<xsd:documentation>Davon Fachärzte.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.1, B-X.11.1</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:element name="Massgebliche_tarifliche_Wochenarbeitszeit" type="float_0d00_99d99">
							<xsd:annotation>
								<xsd:documentation>Maßgebliche wöchentliche tarifliche Arbeitszeit in Stunden für angestelltes Personal.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.1, B-X.11.1</xsd:documentation>
								<xsd:documentation source="aggregation">berechnung</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="Keine_Aerzte_ohne_Belegaerzte" type="empty">
				<xsd:annotation>
					<xsd:documentation>Dieses Element wird eingefügt, falls Anzahl der Ärzte insgesamt ohne die Belegärzte gleich Null ist.</xsd:documentation>
					<xsd:documentation source="chapter">B-X.11.1</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:choice>
	</xsd:group>
	<xsd:group name="c_Belegaerzte">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Belegaerzte" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-11.1, B-X.11.1</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Belegaerzte">
				<xsd:annotation>
					<xsd:documentation>Anzahl Belegärzte.</xsd:documentation>
					<xsd:documentation source="chapter">A-11.1, B-X.11.1</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Anzahl" type="codomain_0_5.000">
							<xsd:annotation>
								<xsd:documentation>Anzahl Belegärzte.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.1, B-X.11.1</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Fall_je_Anzahl" type="float_0d00000_1000000d00000">
							<xsd:annotation>
								<xsd:documentation>Verhältnis der unter B-[X].5 angegebenen vollstationären Fallzahl der Organisationseinheit/Fachabteilung zu den Vollkräften bzw. Personen. Wert wird von der das XML generierenden Software errechnet und nicht vom Benutzer eingegeben.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.11.1</xsd:documentation>
								<xsd:documentation source="aggregation">berechnung</xsd:documentation>
								<xsd:documentation source="note">(!) Darf bei A-11.1 nicht vorkommen und muss bei B-X.11.1 vorkommen, falls berechenbar. Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">A-11.1, B-X.11.1</xsd:documentation>
								<xsd:documentation source="aggregation">verbatim</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Aerzte_ohne_Fachabteilungszuordnung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Aerzte_ohne_Fachabteilungszuordnung" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-11.1</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Aerzte_ohne_Fachabteilungszuordnung">
				<xsd:annotation>
					<xsd:documentation>Anzahl Ärzte, die keiner Fachabteilung zugeordnet sind.</xsd:documentation>
					<xsd:documentation source="chapter">A-11.1</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Personalerfassung">
							<xsd:annotation>
								<xsd:documentation>Ärzte, die keiner Fachabteilung zugeordnet sind.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.1</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group ref="c_Fachaerzte">
							<xsd:annotation>
								<xsd:documentation>Davon Fachärzte.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.1, B-X.11.1</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="g_Alle_Aerzte">
		<xsd:annotation>
			<xsd:documentation source="chapter">B-X.11.1</xsd:documentation>
			<xsd:documentation>Gruppe, die die Elemente zu den "Aerzten ohne Belegaerzte" und den "Belegaerzten" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:group ref="c_Aerzte_ohne_Belegaerzte"/>
			<xsd:group ref="c_Belegaerzte"/>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Aerztliches_Personal">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den  Container "Aerztliches_Personal" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">B-X.11.1</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Aerztliches_Personal">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">B-X.11.1</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:choice>
						<xsd:element name="Hauptabteilung">
							<xsd:annotation>
								<xsd:documentation>Art der Organisationseinheit / Fachabteilung. Das Element enthält die Angaben zum ärztlichen Personal der Organisationseinheit / Fachabteilung.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.1, B-X.11.1</xsd:documentation>
								<xsd:documentation source="aggregation">alternative</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:group ref="c_Aerzte_ohne_Belegaerzte"/>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Belegabteilung">
							<xsd:annotation>
								<xsd:documentation>Art der Organisationseinheit / Fachabteilung. Das Element enthält die Angaben zum ärztlichen Personal der Organisationseinheit / Fachabteilung.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.1, B-X.11.1</xsd:documentation>
								<xsd:documentation source="aggregation">alternative</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:group ref="c_Belegaerzte"/>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Gemischte_Haupt_Belegabteilung">
							<xsd:annotation>
								<xsd:documentation>Art der Organisationseinheit / Fachabteilung. Das Element enthält die Angaben zum ärztlichen Personal der Organisationseinheit / Fachabteilung.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.1, B-X.11.1</xsd:documentation>
								<xsd:documentation source="aggregation">alternative</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:group ref="g_Alle_Aerzte"/>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Nicht_Bettenfuehrend_Abteilung">
							<xsd:annotation>
								<xsd:documentation>Art der Organisationseinheit / Fachabteilung. Das Element enthält die Angaben zum ärztlichen Personal der Organisationseinheit / Fachabteilung.</xsd:documentation>
								<xsd:documentation source="chapter">B-X.1, B-X.11.1</xsd:documentation>
								<xsd:documentation source="aggregation">alternative</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:group ref="g_Alle_Aerzte"/>
							</xsd:complexType>
						</xsd:element>
					</xsd:choice>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Aerztliche_Fachexpertisen">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Aerztliche_Fachexpertisen" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Aerztliche_Fachexpertisen">
				<xsd:annotation>
					<xsd:documentation>Fachexpertisen der Abteilung.</xsd:documentation>
					<xsd:documentation source="chapter">B-X.11.1</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Fachexpertise">
							<xsd:annotation>
								<xsd:documentation>Ärztliche Fachexpertise der Organisationseinheit/Fachabteilung (Facharztbezeichnungen, Zusatzweiterbildungen (fakultativ)).</xsd:documentation>
								<xsd:documentation source="chapter">B-X.11.1</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="AQ_ZF_Schluessel" type="enum_Schluessel_AQ_ZF_ohneSonstige">
										<xsd:annotation>
											<xsd:documentation>Schlüssel-Nr. der Fachexpertise.</xsd:documentation>
											<xsd:documentation source="chapter">B-X.11.1</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "Fachexpertise" nur genau einmal vorkommen (Eindeutigkeit).</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">B-X.11.1</xsd:documentation>
											<xsd:documentation source="aggregation">verbatim</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="aq_zf_schluessel">
					<xsd:annotation>
						<xsd:documentation>Jeder AQ bzw. ZF Schluessel darf nur einmal angegeben werden.</xsd:documentation>
						<xsd:documentation source="chapter">B-X.11.1</xsd:documentation>
						<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="Fachexpertise"/>
					<xsd:field xpath="AQ_ZF_Schluessel"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Pflegekraefte">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Pflegekraefte" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">B-X.11.1</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Pflegekraefte">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">B-X.11.1</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Gesundheits_Krankenpfleger">
							<xsd:annotation>
								<xsd:documentation>3 Jahre Ausbildungsdauer</xsd:documentation>
								<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Personalerfassung">
										<xsd:annotation>
											<xsd:documentation>Gesundheitskrankenpfleger</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group minOccurs="0" ref="c_Personalerfassung_ohne_Fachabteilungszuordnung">
										<xsd:annotation>
											<xsd:documentation>Gesundheitskrankenpfleger ohne Fachabteilungszuordnung</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="Gesundheits_Kinderkrankenpfleger">
							<xsd:annotation>
								<xsd:documentation>3 Jahre Ausbildungsdauer</xsd:documentation>
								<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Personalerfassung">
										<xsd:annotation>
											<xsd:documentation>Gesundheits- und Kinderkrankenpfleger</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group minOccurs="0" ref="c_Personalerfassung_ohne_Fachabteilungszuordnung">
										<xsd:annotation>
											<xsd:documentation>Gesundheits- und Kinderkrankenpfleger ohne Fachabteilungszuordnung</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="Altenpfleger">
							<xsd:annotation>
								<xsd:documentation>3 Jahre Ausbildungsdauer</xsd:documentation>
								<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Personalerfassung">
										<xsd:annotation>
											<xsd:documentation>Altenpfleger</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group minOccurs="0" ref="c_Personalerfassung_ohne_Fachabteilungszuordnung">
										<xsd:annotation>
											<xsd:documentation>Altenpfleger ohne Fachabteilungszuordnung</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="Pflegeassistenten">
							<xsd:annotation>
								<xsd:documentation>2 Jahre Ausbildungsdauer</xsd:documentation>
								<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Personalerfassung">
										<xsd:annotation>
											<xsd:documentation>Pflegeassistenten</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group minOccurs="0" ref="c_Personalerfassung_ohne_Fachabteilungszuordnung">
										<xsd:annotation>
											<xsd:documentation>Pflegeassistenten ohne Fachabteilungszuordnung</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="Krankenpflegehelfer">
							<xsd:annotation>
								<xsd:documentation>1 Jahr Ausbildungsdauer</xsd:documentation>
								<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Personalerfassung">
										<xsd:annotation>
											<xsd:documentation>Krankenpflegehelfer</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group minOccurs="0" ref="c_Personalerfassung_ohne_Fachabteilungszuordnung">
										<xsd:annotation>
											<xsd:documentation>Krankenpflegehelfer ohne Fachabteilungszuordnung</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="Pflegehelfer">
							<xsd:annotation>
								<xsd:documentation>ab 200 Std. Basiskurs</xsd:documentation>
								<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Personalerfassung">
										<xsd:annotation>
											<xsd:documentation>Pflegehelfer</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group minOccurs="0" ref="c_Personalerfassung_ohne_Fachabteilungszuordnung">
										<xsd:annotation>
											<xsd:documentation>Pflegehelfer ohne Fachabteilungszuordnung</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="Hebammen_Entbindungspfleger">
							<xsd:annotation>
								<xsd:documentation>3 Jahre Ausbildungsdauer</xsd:documentation>
								<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Personalerfassung">
										<xsd:annotation>
											<xsd:documentation>Hebammen und Entbindungspfleger</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group minOccurs="0" ref="c_Personalerfassung_ohne_Fachabteilungszuordnung">
										<xsd:annotation>
											<xsd:documentation>Hebammen und Entbindungspfleger ohne Fachabteilungszuordnung</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="Beleghebammen_Belegentbindungspfleger">
							<xsd:annotation>
								<xsd:documentation>Anzahl in Personen zum Stichtag 31.12.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="Anzahl" type="codomain_0_10.000">
										<xsd:annotation>
											<xsd:documentation>Anzahl der Beleghebammen und Belegentbindungspfleger in Personen mit Stichtag 31.12. des Berichtsjahres</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">summation</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Fall_je_Anzahl" type="float_0d00000_1000000d00000">
										<xsd:annotation>
											<xsd:documentation>Verhältnis der unter B-[X].5 angegebenen vollstationären Fallzahl der Organisationseinheit/Fachabteilung zu den Vollkräften bzw. Personen. Wert wird von der das XML generierenden Software errechnet und nicht vom Benutzer eingegeben.</xsd:documentation>
											<xsd:documentation source="note">(!) Darf bei A-11.2 nicht vorkommen und muss bei BX.11.2 vorkommen, falls berechenbar. Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">berechnung</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">verbatim</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="Operationstechnische_Assistenz">
							<xsd:annotation>
								<xsd:documentation>3 Jahre Ausbildungsdauer</xsd:documentation>
								<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Personalerfassung">
										<xsd:annotation>
											<xsd:documentation>Operationstechnische Assistenz</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group minOccurs="0" ref="c_Personalerfassung_ohne_Fachabteilungszuordnung">
										<xsd:annotation>
											<xsd:documentation>Operationstechnische Assistenz ohne Fachabteilungszuordnung</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="Medizinische_Fachangestellte">
							<xsd:annotation>
								<xsd:documentation>3 Jahre Ausbildungsdauer</xsd:documentation>
								<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Personalerfassung">
										<xsd:annotation>
											<xsd:documentation>Medizinische Fachangestellte</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group minOccurs="0" ref="c_Personalerfassung_ohne_Fachabteilungszuordnung">
										<xsd:annotation>
											<xsd:documentation>Medizinische Fachangestellte ohne Fachabteilungszuordnung</xsd:documentation>
											<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Massgebliche_tarifliche_Wochenarbeitszeit" type="float_0d00_99d99">
							<xsd:annotation>
								<xsd:documentation>3 Jahre Ausbildungsdauer</xsd:documentation>
								<xsd:documentation source="chapter">A-11.2, B-X.11.2</xsd:documentation>
								<xsd:documentation source="aggregation">berechnung</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Ausgewaehltes_Therapeutisches_Personal_Psycho">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Ausgewaehltes_Therapeutisches_Personal_Psycho" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-11.3</xsd:documentation>
			<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Ausgewaehltes_Therapeutisches_Personal_Psycho">
				<xsd:annotation>
					<xsd:documentation>Angaben zu ausgewähltem therapeutischen Personal in Psychiatrie und Psychosomatik.</xsd:documentation>
					<xsd:documentation source="chapter">A-11.3</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Diplom_Psychologen">
							<xsd:annotation>
								<xsd:documentation>Diplom-Psychologen und Diplom-Psychologinnen. Im Gegensatz zu A-11.4 ist hier nur das Personal anzugeben, das in Fachabteilungen für Psychiatrie und Psychosomatik arbeitet, nicht aber das in anderen Fachabteilungen beschäftigte therapeutische Personal.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.3, B-X.11.3</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Personalerfassung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="Klinische_Neuropsychologen">
							<xsd:annotation>
								<xsd:documentation>Klinische Neuropsychologen und Klinische Neuropsychologinnen. Im Gegensatz zu A-11.4 ist hier nur das Personal anzugeben, das in Fachabteilungen für Psychiatrie und Psychosomatik arbeitet, nicht aber das in anderen Fachabteilungen beschäftigte therapeutische Personal.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.3, B-X.11.3</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Personalerfassung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="Psychologische_Psychotherapeuten">
							<xsd:annotation>
								<xsd:documentation>Psychologische Psychotherapeuten und Psychologische Psychotherapeutinnen. Im Gegensatz zu A-11.4 ist hier nur das Personal anzugeben, das in Fachabteilungen für Psychiatrie und Psychosomatik arbeitet, nicht aber das in anderen Fachabteilungen beschäftigte therapeutische Personal.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.3, B-X.11.3</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Personalerfassung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="Kinder_Jugendlichenpsychotherapeuten">
							<xsd:annotation>
								<xsd:documentation>Kinder- und Jugendlichenpsychotherapeuten und Kinder- und Jugendlichen-psychotherapeutinnen. Im Gegensatz zu A-11.4 ist hier nur das Personal anzugeben, das in Fachabteilungen für Psychiatrie und Psychosomatik arbeitet, nicht aber das in anderen Fachabteilungen beschäftigte therapeutische Personal.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.3, B-X.11.3</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Personalerfassung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="Psychotherapeuten_in_Ausbildung_waehrend_Taetigkeit">
							<xsd:annotation>
								<xsd:documentation>Psychotherapeuten und Psychotherapeutinnen in Ausbildung während der praktischen Tätigkeit (gemäß § 8 Absatz 3, Nr.3 PsychThG). Im Gegensatz zu A-11.4 ist hier nur das Personal anzugeben, das in Fachabteilungen für Psychiatrie und Psychosomatik arbeitet, nicht aber das in anderen Fachabteilungen beschäftigte therapeutische Personal.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.3, B-X.11.3</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Personalerfassung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="Ergotherapeuten">
							<xsd:annotation>
								<xsd:documentation>Ergotherapeuten. Im Gegensatz zu A-11.4 ist hier nur das Personal anzugeben, das in Fachabteilungen für Psychiatrie und Psychosomatik arbeitet, nicht aber das in anderen Fachabteilungen beschäftigte therapeutische Personal.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.3, B-X.11.3</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Personalerfassung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="Physiotherapeuten">
							<xsd:annotation>
								<xsd:documentation>Bewegungstherapeuten, Krankengymnasten, Physiotherapeuten. Im Gegensatz zu A-11.4 ist hier nur das Personal anzugeben, das in Fachabteilungen für Psychiatrie und Psychosomatik arbeitet, nicht aber das in anderen Fachabteilungen beschäftigte therapeutische Personal.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.3, B-X.11.3</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Personalerfassung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="Sozialpaedagogen">
							<xsd:annotation>
								<xsd:documentation>Sozialarbeiter, Sozialpädagogen. Im Gegensatz zu A-11.4 ist hier nur das Personal anzugeben, das in Fachabteilungen für Psychiatrie und Psychosomatik arbeitet, nicht aber das in anderen Fachabteilungen beschäftigte therapeutische Personal.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.3, B-X.11.3</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Personalerfassung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Spezielles_Therapeutisches_Personal">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Spezielles_Therapeutisches_Personal" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">A-11.4</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Spezielles_Therapeutisches_Personal">
				<xsd:annotation>
					<xsd:documentation>Personalqualifikationen aus der Auswahlliste „spezielles therapeutisches Personal“ (A-11.4) des Anhangs 2.</xsd:documentation>
					<xsd:documentation source="chapter">A-11.4</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Therapeutisches_Personal">
							<xsd:annotation>
								<xsd:documentation>Spezielles therapeutisches Personal. Das unter A-11.3 erfasste Personal ist hier ebenfalls zu zählen.</xsd:documentation>
								<xsd:documentation source="chapter">A-11.4</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="SP_Schluessel" type="enum_Schluessel_SP_ohneSonstige">
										<xsd:annotation>
											<xsd:documentation>Schlüssel-Nr. des speziellen therapeutischen Personals.</xsd:documentation>
											<xsd:documentation source="chapter">A-11.4</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "Therapeutisches_Personal" nur genau einmal vorkommen (Eindeutigkeit).</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:sequence>
										<xsd:group ref="c_Personalerfassung"/>
									</xsd:sequence>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="sp_schluessel">
					<xsd:annotation>
						<xsd:documentation>Jeder SP Schluessel darf nur einmal angegeben werden.</xsd:documentation>
						<xsd:documentation source="chapter">A-11.4</xsd:documentation>
						<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="Therapeutisches_Personal"/>
					<xsd:field xpath="SP_Schluessel"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Pflegerische_Fachexpertisen">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Pflegerische_Fachexpertisen" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">B-X.11.2</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Pflegerische_Fachexpertisen">
				<xsd:annotation>
					<xsd:documentation>Fachexpertisen der Abteilung.</xsd:documentation>
					<xsd:documentation source="chapter">B-X.11.2</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Fachexpertise_Pflege">
							<xsd:annotation>
								<xsd:documentation>Pflegerische Fachexpertise der Organisationseinheit/Fachabteilung (Fachweiterbildungen, akademische Abschlüsse, Zusatzqualifikationen).</xsd:documentation>
								<xsd:documentation source="chapter">B-X.11.2</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="PQ_ZP_Schluessel" type="enum_Schluessel_PQ_ZP_ohneSonstige">
										<xsd:annotation>
											<xsd:documentation>Schlüssel-Nr. der Fachexpertise.</xsd:documentation>
											<xsd:documentation source="chapter">B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "Fachexpertise_Pflege" nur genau einmal vorkommen (Eindeutigkeit).</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max300">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">B-X.11.2</xsd:documentation>
											<xsd:documentation source="aggregation">verbatim</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="pq_zp_schluessel">
					<xsd:annotation>
						<xsd:documentation>Jeder PQ bzw. ZP Schluessel darf nur einmal angegeben werden.</xsd:documentation>
						<xsd:documentation source="chapter">B-X.11.2</xsd:documentation>
						<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="Fachexpertise_Pflege"/>
					<xsd:field xpath="PQ_ZP_Schluessel"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Personelle_Ausstattung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Personelle_Ausstattung" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">B-X.11</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Personelle_Ausstattung">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">B-X.11</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_Aerztliches_Personal">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">B-X.11.1</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Aerztliche_Fachexpertisen">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">B-X.11.1</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:choice>
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">B-X.11.2</xsd:documentation>
							</xsd:annotation>
							<xsd:group ref="c_Pflegekraefte">
								<xsd:annotation>
									<xsd:documentation/>
									<xsd:documentation source="chapter">B-X.11.2</xsd:documentation>
									<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
								</xsd:annotation>
							</xsd:group>
							<xsd:element name="Keine_Pflegekraefte" type="empty">
								<xsd:annotation>
									<xsd:documentation>Dieses Element wird eingefügt, falls die Anzahl der Pflegekräfte gleich Null ist.</xsd:documentation>
									<xsd:documentation source="chapter">B-X.11.2</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:choice>
						<xsd:group minOccurs="0" ref="c_Pflegerische_Fachexpertisen">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">B-X.11.2</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Ausgewaehltes_Therapeutisches_Personal_Psycho">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">B-X.11.3</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Organisationseinheiten_Fachabteilungen">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Organisationseinheiten_Fachabteilungen" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">B</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Organisationseinheiten_Fachabteilungen">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">B</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Organisationseinheit_Fachabteilung">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">B.X</xsd:documentation>
								<xsd:documentation source="aggregation">fachabteilung</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="Gliederungsnummer" type="codomain_1_999_acidtest">
										<xsd:annotation>
											<xsd:documentation>In diesem Element wird die dem X (in B-X) entsprechende fortlaufende Nummerierung der Organisationseinheit / Fachabteilung angegeben.</xsd:documentation>
											<xsd:documentation source="chapter">B-X.1</xsd:documentation>
											<xsd:documentation source="aggregation">berechnung</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="Name" type="char_max4000">
										<xsd:annotation>
											<xsd:documentation>Name der Organisationseinheit / Fachabteilung.</xsd:documentation>
											<xsd:documentation source="chapter">B-X.1</xsd:documentation>
											<xsd:documentation source="aggregation">identitaet</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:group ref="c_Aerztliche_Leitung_OE">
										<xsd:annotation>
											<xsd:documentation>Namen und Kontaktdaten des Chefarztes bzw. der Chefärzte.</xsd:documentation>
											<xsd:documentation source="chapter">B-X.1</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group ref="c_Zielvereinbarungen">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">B-X.2</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:element minOccurs="0" name="Ambulante_D_Arzt_Zulassung" type="empty">
										<xsd:annotation>
											<xsd:documentation>Arzt mit ambulanter D-Arzt-Zulassung vorhanden.</xsd:documentation>
											<xsd:documentation source="chapter">B-X.10</xsd:documentation>
											<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Stationaere_BG_Zulassung" type="empty">
										<xsd:annotation>
											<xsd:documentation>Stationäre BG-Zulassung vorhanden.</xsd:documentation>
											<xsd:documentation source="chapter">B-X.10</xsd:documentation>
											<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element maxOccurs="unbounded" name="Fachabteilungsschluessel">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">B-X.1</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
										</xsd:annotation>
										<xsd:complexType>
											<xsd:choice>
												<xsd:element name="FA_Schluessel" type="qb_Schluessel_FA_ohneSonstige">
													<xsd:annotation>
														<xsd:documentation>Fachabteilungsschlüssel nach § 301 SGB V.</xsd:documentation>
														<xsd:documentation source="chapter">B-X.1</xsd:documentation>
														<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
													</xsd:annotation>
												</xsd:element>
												<xsd:group ref="c_FA_Schluessel_Sonstiger">
													<xsd:annotation>
														<xsd:documentation>Falls es sich um eine sonstige Fachabteilung handelt, ist dieses Element einzufügen.</xsd:documentation>
														<xsd:documentation source="chapter">B-X.1</xsd:documentation>
														<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
													</xsd:annotation>
												</xsd:group>
											</xsd:choice>
										</xsd:complexType>
									</xsd:element>
									<xsd:group minOccurs="0" ref="c_Medizinische_Leistungsangebote">
										<xsd:annotation>
											<xsd:documentation>Medizinisches Leistungsangebot der Organisationseinheit / Fachabteilung.</xsd:documentation>
											<xsd:documentation source="chapter">B-X.3</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group minOccurs="0" ref="c_Barrierefreiheit">
										<xsd:annotation>
											<xsd:documentation>Aspekte der Barrierefreiheit der Organisationseinheit / Fachabteilung.</xsd:documentation>
											<xsd:documentation source="chapter">B-X.4</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group ref="c_Fallzahlen_OE">
										<xsd:annotation>
											<xsd:documentation>Fallzahlen der Organisationseinheit / Fachabteilung.</xsd:documentation>
											<xsd:documentation source="chapter">B-X.5</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group ref="c_Hauptdiagnosen">
										<xsd:annotation>
											<xsd:documentation>Hauptdiagnosen nach ICD.</xsd:documentation>
											<xsd:documentation source="chapter">B-X.6</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group ref="c_Prozeduren">
										<xsd:annotation>
											<xsd:documentation>Prozeduren nach OPS.</xsd:documentation>
											<xsd:documentation source="chapter">B-X.7</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group minOccurs="0" ref="c_Ambulante_Behandlungsmoeglichkeiten">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">B-X.8</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group ref="c_Ambulante_Operationen">
										<xsd:annotation>
											<xsd:documentation>Ambulante Operationen nach § 115b SGB V.</xsd:documentation>
											<xsd:documentation source="chapter">B-X.9</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
									<xsd:group ref="c_Personelle_Ausstattung">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">B-X.11</xsd:documentation>
											<xsd:documentation source="aggregation">standard</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
							<xsd:unique name="fa_schluessel">
								<xsd:annotation>
									<xsd:documentation>Jeder Fachabteilungsschluessel mit Ausnahme der Sonstigen Fachabteilungsschluessels darf innerhalb einer Organisationseinheit/Fachabteilung nur einmal angegeben werden.</xsd:documentation>
								</xsd:annotation>
								<xsd:selector xpath="Fachabteilungsschluessel"/>
								<xsd:field xpath="FA_Schluessel"/>
							</xsd:unique>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="oe_nummer">
					<xsd:annotation>
						<xsd:documentation>Die Gliederungsnummer der Organisationseinheit/Fachabteilung muss innerhalb der angegebenen Organisationseinheiten/Fachabteilungen eindeutig sein.</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="Organisationseinheit_Fachabteilung"/>
					<xsd:field xpath="Gliederungsnummer"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_QS_nach_Landesrecht">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "QS_nach_Landesrecht" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">C-2</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="QS_nach_Landesrecht">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">C-2</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:choice>
						<xsd:element name="Teilnahme_landesspezifische_Qualitaetssicherungsmassnahme">
							<xsd:annotation>
								<xsd:documentation>Angabe, ob auf Landesebene über die nach § 136a SGB V verpflichtenden Qualitätssicherungsmaßnahmen hinausgehende landesspezifische, verpflichtend Qualitätssicherungsmaßnahmen nach § 112 SGB V vereinbart wurden.</xsd:documentation>
								<xsd:documentation source="chapter">C-2</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element maxOccurs="4" name="Leistungsbereich">
										<xsd:annotation>
											<xsd:documentation>Angabe des Leistungsbereiches, in dem an der externen Qualitätssicherung nach Landesrecht gemäß § 112 SGB V teilgenommen wird.</xsd:documentation>
											<xsd:documentation source="chapter">C-2</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
										</xsd:annotation>
										<xsd:complexType>
											<xsd:sequence>
												<xsd:element name="Bezeichnung" type="enum_Leistb_QS_Landesrecht">
													<xsd:annotation>
														<xsd:documentation>Bezeichnung des Leistungsbereiches, der an der externen Qualitätssicherung nach Landesrecht gemäß § 112 SGB V teilnimmt.</xsd:documentation>
														<xsd:documentation source="chapter">C-2</xsd:documentation>
														<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
														<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "Leistungsbereich" nur genau einmal vorkommen (Eindeutigkeit). (!) Es sind nur die Leistungsbereiche des Bundeslandes gültig, in dem sich das Krankenhaus befindet.</xsd:documentation>
													</xsd:annotation>
												</xsd:element>
												<xsd:element name="Teilnahme_externe_Qualitaetssicherung" type="codomain_ja_nein_trifft-nicht-zu">
													<xsd:annotation>
														<xsd:documentation>Zu jedem Leistungsbereich ist vom Krankenhaus anzugeben, ob es an der entsprechenden externen Qualitätssicherung nach Landesrecht teilnimmt oder nicht. Gehört ein Bereich nicht zum Leistungsspektrum des Hauses, so ist „trifft nicht zu“ anzugeben.</xsd:documentation>
														<xsd:documentation source="chapter">C-2</xsd:documentation>
														<xsd:documentation source="aggregation">verbatim</xsd:documentation>
													</xsd:annotation>
												</xsd:element>
											</xsd:sequence>
										</xsd:complexType>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Keine_Teilnahme_landesspezifische_Qualitaetssicherungsmassnahme" type="empty"/>
					</xsd:choice>
				</xsd:complexType>
				<xsd:unique name="leistb_qs_landesrecht">
					<xsd:annotation>
						<xsd:documentation>Die Bezeichnung des Leistungsbereiches muss innerhalb der hier angegebenen Leistungsbereiche eindeutig sein.</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="Leistungsbereich"/>
					<xsd:field xpath="Bezeichnung"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_DMP">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "DMP" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">C-3</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="DMP">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">C-3</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="7" name="Teilnahme_DMP">
							<xsd:annotation>
								<xsd:documentation>Disease-Management-Programm (DMP), an dem das Krankenhaus teilnimmt.</xsd:documentation>
								<xsd:documentation source="chapter">C-3</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="Bezeichnung" type="enum_DMP">
										<xsd:annotation>
											<xsd:documentation>Disease-Management-Programm (DMP), an dem das Krankenhaus teilnimmt.</xsd:documentation>
											<xsd:documentation source="chapter">C-3</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "Teilnahme_DMP" nur genau einmal vorkommen (Eindeutigkeit).</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max500">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">C-3</xsd:documentation>
											<xsd:documentation source="aggregation">verbatim</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="dmps">
					<xsd:annotation>
						<xsd:documentation>Die Bezeichnung des Disease-Management-Programm (DMP) muss innerhalb der hier angegebenen teilnehmenden DMPs eindeutig sein.</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="Teilnahme_DMP"/>
					<xsd:field xpath="Bezeichnung"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Sonstige_Verfahren_Externe_QS">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Sonstige_Verfahren_Externe_QS" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Sonstige_Verfahren_Externe_QS">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">C-4</xsd:documentation>
					<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Sonstiges_Verfahren_Externe_QS">
							<xsd:annotation>
								<xsd:documentation>Teilnahme an sonstigen Verfahren der externen vergleichenden Qualitätssicherung.</xsd:documentation>
								<xsd:documentation source="chapter">C-4</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element minOccurs="0" name="Leistungsbereich" type="char_max200">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">C-4</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="Bezeichnung_Qualitaetsindikator" type="char_max200">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">C-4</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="Ergebnis" type="char_max100">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">C-4</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Messzeitraum" type="char_max100">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">C-4</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Datenerhebung" type="char_max200">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">C-4</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Rechenregeln" type="char_max500">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">C-4</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Referenzbereiche" type="char_max100">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">C-4</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Vergleichswerte" type="char_max100">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">C-4</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Quellenangabe_Dokumentation" type="char_max500">
										<xsd:annotation>
											<xsd:documentation>Quellenangabe zu einer Dokumentation des Qualitätsindikators bzw. des Qualitätsindikatoren-Sets mit Evidenzgrundlage.</xsd:documentation>
											<xsd:documentation source="chapter">C-4</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Mindestmengen">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Mindestmengen" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">C-5</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Mindestmengen">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">C-5.1</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element minOccurs="0" maxOccurs="7" name="Leistungsbereich">
							<xsd:annotation>
								<xsd:documentation>Angabe der Leistungsbereiche, für die gemäß der für das Berichtsjahr geltenden Mindestmengenregelungen Mindestmengen festgelegt sind.</xsd:documentation>
								<xsd:documentation source="chapter">C-5.1</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="Bezeichnung" type="enum_Leistb_Mindestmengen">
										<xsd:annotation>
											<xsd:documentation>Bezeichnung des Leistungsbereiches, für den Mindestmengen festgelegt sind.</xsd:documentation>
											<xsd:documentation source="chapter">C-5.1</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "Leistungsbereich" nur genau einmal vorkommen (Eindeutigkeit).</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="Erbrachte_Menge" type="codomain_1_100.000">
										<xsd:annotation>
											<xsd:documentation>Im Berichtsjahr tatsächlich erbrachte Menge.</xsd:documentation>
											<xsd:documentation source="chapter">C-5.1</xsd:documentation>
											<xsd:documentation source="aggregation">summation</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:choice>
										<xsd:element name="Ausnahme">
											<xsd:annotation>
												<xsd:documentation>Angaben zur Ausnahmeregelung, die vom Krankenhaus in Anspruch genommen wurde.</xsd:documentation>
												<xsd:documentation source="chapter">C-5.1</xsd:documentation>
												<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
												<xsd:documentation source="note">Bei Unterschreitung der Mindestmenge ist die jeweilige Ausnahme aus der Auswahlliste „Umsetzung der Mindestmengenregelungen – Ausnahmen“ (C-5) auszuwählen und in den Qualitätsbericht zu übernehmen.</xsd:documentation>
											</xsd:annotation>
											<xsd:complexType>
												<xsd:sequence>
													<xsd:element name="MM_Schluessel" type="enum_Schluessel_MM">
														<xsd:annotation>
															<xsd:documentation>Schlüssel-Nr. der Ausnahme.</xsd:documentation>
															<xsd:documentation source="chapter">C-5.1</xsd:documentation>
															<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
															<xsd:documentation source="note">Hier darf nicht der Wert MM05 vorkommen. Anstelle dessen muss "Keine Ausnahme" gewählt werden.</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
													<xsd:element name="MM_Ausnahme_Datum" type="char_max500">
														<xsd:annotation>
															<xsd:documentation>Es ist anzugeben, seit wann diese Ausnahmen bestehen.</xsd:documentation>
															<xsd:documentation source="chapter">C-5.1</xsd:documentation>
															<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
												</xsd:sequence>
											</xsd:complexType>
										</xsd:element>
										<xsd:element name="Keine_Ausnahme" type="empty">
											<xsd:annotation>
												<xsd:documentation>Dieses Element wird eingefügt, falls keine Begründung zur Unterschreitung der Mindestmenge vom Krankenhaus angegeben werden soll.</xsd:documentation>
												<xsd:documentation source="chapter">C-5.1</xsd:documentation>
												<xsd:documentation source="aggregation">allestandorte</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
									</xsd:choice>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="Mindestmengen_Leistungsberechtigung_Prognose">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">C-5.2</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element minOccurs="1" maxOccurs="7" name="Leistungsbereich">
										<xsd:annotation>
											<xsd:documentation>Angabe der Leistungsbereiche, für die im Prognosejahr gemäß Mindestmengenregelungen Mindestmengen erbracht werden sollen.</xsd:documentation>
											<xsd:documentation source="chapter">C-5.2</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
										</xsd:annotation>
										<xsd:complexType>
											<xsd:sequence>
												<xsd:element name="Bezeichnung" type="enum_Leistb_Mindestmengen">
													<xsd:annotation>
														<xsd:documentation>Bezeichnung des Leistungsbereiches, für den Mindestmengen erbracht werden sollen.</xsd:documentation>
														<xsd:documentation source="chapter">C-5.2</xsd:documentation>
														<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
														<xsd:documentation source="note">Der Wert muss bei der Wiederholung des Elements "Leistungsbereich" genau einmal vorkommen. (!) Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
													</xsd:annotation>
												</xsd:element>
												<xsd:element name="Gesamtergebnis_Prognosedarlegung" type="codomain_ja_nein_rechtsstreit-anhaengig">
													<xsd:annotation>
														<xsd:documentation>Der Standort ist im Prognosejahr zur Leistungserbringung berechtigt.</xsd:documentation>
														<xsd:documentation source="chapter">C-5.2.1</xsd:documentation>
														<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
													</xsd:annotation>
												</xsd:element>
												<xsd:element name="Leistungsmengen_Prognoseermittlung">
													<xsd:annotation>
														<xsd:documentation>Leistungsmengen, die der Prognoseermittlung zu Grunde gelegt wurden.</xsd:documentation>
														<xsd:documentation source="chapter">C-5.2.2</xsd:documentation>
														<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
													</xsd:annotation>
													<xsd:complexType>
														<xsd:sequence>
															<xsd:element name="Leistungsmenge_Berichtsjahr" type="codomain_0_100.000">
																<xsd:annotation>
																	<xsd:documentation>Im Berichtsjahr erreichte Leistungsmenge.</xsd:documentation>
																	<xsd:documentation source="chapter">C-5.2.2</xsd:documentation>
																	<xsd:documentation source="aggregation">summation</xsd:documentation>
																	<xsd:documentation source="note">Bei Auswahl dieses Elements, sind die Leistungsmengen durch die Software aus Kapitel C-5.1 zum jeweiligen Leistungsbereich zu übernehmen. Wenn der Leistungsbereich in C-5.1 nicht angegeben ist, muss hier die Leistungsmenge "0" eingetragen werden. (!) Dies kann vom XML-Schema nicht geprüft werden.</xsd:documentation>
																</xsd:annotation>
															</xsd:element>
															<xsd:element name="Q3_4_Q1_2_Leistungsmenge" type="codomain_0_100.000">
																<xsd:annotation>
																	<xsd:documentation>Die in den letzten zwei Quartalen des Berichtsjahres und den ersten zwei Quartalen des auf das Berichtsjahr folgenden Jahres erreichte Leistungsmenge.</xsd:documentation>
																	<xsd:documentation source="chapter">C-5.2.2</xsd:documentation>
																	<xsd:documentation source="aggregation">summation</xsd:documentation>
																</xsd:annotation>
															</xsd:element>
														</xsd:sequence>
													</xsd:complexType>
												</xsd:element>
												<xsd:element name="Pruefung_Landesverbaende" type="codomain_ja_nein_rechtsstreit-anhaengig">
													<xsd:annotation>
														<xsd:documentation>Das Krankenhaus wird die Mindestmenge im Prognosejahr auf Grund berechtigter mengenmäßiger Erwartungen voraussichtlich erreichen (bestätigte Prognose).</xsd:documentation>
														<xsd:documentation source="chapter">C-5.2.3</xsd:documentation>
														<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
													</xsd:annotation>
												</xsd:element>
												<xsd:element name="Ausnahmetatbestand" type="codomain_ja_nein">
													<xsd:annotation>
														<xsd:documentation>Der Krankenhausträger hat unter Berufung auf den Ausnahmetatbestand nach § 7 Absatz 1 der Mindestmengenregelungen den Beginn der Leistungserbringung für das Prognosejahr den Landesverbänden der Krankenkassen und den Ersatzkassen schriftlich mitgeteilt.</xsd:documentation>
														<xsd:documentation source="chapter">C-5.2.4</xsd:documentation>
														<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
													</xsd:annotation>
												</xsd:element>
												<xsd:element name="Ergebnis_Pruefung_Landesbehoerden" type="codomain_ja_nein">
													<xsd:annotation>
														<xsd:documentation>Die Landesbehörden haben eine Sondergenehmigung zur Sicherstellung einer flächendeckenden Versorgung (§ 136b Abs. 5 SGB V) erteilt.</xsd:documentation>
														<xsd:documentation source="chapter">C-5.2.5</xsd:documentation>
														<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
													</xsd:annotation>
												</xsd:element>
												<xsd:element name="Uebergangsregelung" type="codomain_ja_nein">
													<xsd:annotation>
														<xsd:documentation>Der Krankenhausträger ist aufgrund der Übergangsregelung nach § 8 der Mindestmengenregelungen zur Leistungserbringung berechtigt.</xsd:documentation>
														<xsd:documentation source="chapter">C-5.2.6</xsd:documentation>
														<xsd:documentation source="aggregation">verbatimFV</xsd:documentation>
													</xsd:annotation>
												</xsd:element>
											</xsd:sequence>
										</xsd:complexType>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="leistb_mindestmengen">
					<xsd:annotation>
						<xsd:documentation>Die Bezeichnung des Leistungsbereiches muss innerhalb der hier angegebenen Leistungsbereiche eindeutig sein.</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="Leistungsbereich"/>
					<xsd:field xpath="Bezeichnung"/>
				</xsd:unique>
				<xsd:unique name="mm_schluessel">
					<xsd:annotation>
						<xsd:documentation>Jeder MM Schluessel darf nur einmal angegeben werden.</xsd:documentation>
						<xsd:documentation source="chapter">C-5.1</xsd:documentation>
						<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="Ausnahmetatbestand"/>
					<xsd:field xpath="MM_Schluessel"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Strukturqualitaetsvereinbarung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Strukturqualitaetsvereinbarung" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">C-6</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Strukturqualitaetsvereinbarung">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">C-6</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element maxOccurs="unbounded" name="Vereinbarung">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">C-6</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeElement</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="CQ_Schluessel" type="enum_Schluessel_CQ">
										<xsd:annotation>
											<xsd:documentation>Schlüssel-Nr. der Vereinbarung.</xsd:documentation>
											<xsd:documentation source="chapter">C-6</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
											<xsd:documentation source="note">Der Wert darf bei der Wiederholung des Elements "Vereinbarung" nur genau einmal vorkommen (Eindeutigkeit). (!) Wird die Auswahl CQ05 oder CQ06 getroffen, ist im Rahmen der Veröffentlichung automatisch jeweils zusätzlich der Hinweis: „Weiterführende standortbezogene Informationen unter: www.perinatalzentren.org“ darzustellen.</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element minOccurs="0" name="Erlaeuterungen" type="char_max500">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">C-6</xsd:documentation>
											<xsd:documentation source="aggregation">verbatim</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element minOccurs="0" name="Angabe_Erfuellung_Personalvorgaben">
							<xsd:annotation>
								<xsd:documentation>Perinatalzentren Level 1 und Level 2 haben jeweils für die Berichtsjahre 2017, 2018 und 2019 Angaben über die Selbsteinschätzung zur Erfüllung der Personalvorgaben nach Nummer I.2.2. bzw. II.2.2. Anlage 2 der QFR-RL sowie zur Teilnahme am klärenden Dialog gemäß § 8 QFR-RL zu machen.</xsd:documentation>
								<xsd:documentation source="chapter">C-6</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:choice>
									<xsd:element name="Mitteilung_Nichterfuellung_pflegerische_Versorung_erfolgt">
										<xsd:annotation>
											<xsd:documentation>Angabe, dass das Zentrum dem G-BA die Nichterfüllung der Anforderungen an die pflegerische Versorgung gemäß I.2.2 bzw. II.2.2 Anlage 2 QFR-RL mitgeteilt hat.</xsd:documentation>
											<xsd:documentation source="chapter">C-6</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
										</xsd:annotation>
										<xsd:complexType>
											<xsd:choice>
												<xsd:element name="Teilnahme_klaerender_Dialog">
													<xsd:annotation>
														<xsd:documentation>Angabe, dass das Zentrum am klärenden Dialog gemäß § 8 der QFR-Richtlinie teilnimmt.</xsd:documentation>
														<xsd:documentation source="chapter">C-6</xsd:documentation>
														<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
													</xsd:annotation>
													<xsd:complexType>
														<xsd:choice>
															<xsd:element name="Klaerender_Dialog_abgeschlossen" type="empty">
																<xsd:annotation>
																	<xsd:documentation>Angabe, dass das Zentrum den klärenden Dialog gemäß § 8 der QFR-Richtlinie abgeschlossen hat.</xsd:documentation>
																	<xsd:documentation source="chapter">C-6</xsd:documentation>
																	<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
																</xsd:annotation>
															</xsd:element>
															<xsd:element name="Klaerender_Dialog_nicht_abgeschlossen" type="empty">
																<xsd:annotation>
																	<xsd:documentation>Angabe, dass das Zentrum den klärenden Dialog gemäß § 8 der QFR-Richtlinie nicht abgeschlossen hat.</xsd:documentation>
																	<xsd:documentation source="chapter">C-6</xsd:documentation>
																	<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
																</xsd:annotation>
															</xsd:element>
														</xsd:choice>
													</xsd:complexType>
												</xsd:element>
												<xsd:element name="Keine_Teilnahme_klaerender_Dialog" type="empty">
													<xsd:annotation>
														<xsd:documentation>Angabe, dass das Zentrum nicht am klärenden Dialog gemäß § 8 der QFR-Richtlinie teilnimmt.</xsd:documentation>
														<xsd:documentation source="chapter">C-6</xsd:documentation>
														<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
													</xsd:annotation>
												</xsd:element>
											</xsd:choice>
										</xsd:complexType>
									</xsd:element>
									<xsd:element name="Mitteilung_Nichterfuellung_pflegerische_Versorung_nicht_erfolgt" type="empty">
										<xsd:annotation>
											<xsd:documentation>Angabe, dass das Zentrum dem G-BA die Nichterfüllung der Anforderungen an die pflegerische Versorgung gemäß I.2.2 bzw. II.2.2 Anlage 2 QFR-RL nicht mitgeteilt hat.</xsd:documentation>
											<xsd:documentation source="chapter">C-6</xsd:documentation>
											<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:choice>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="cq_schluessel">
					<xsd:annotation>
						<xsd:documentation>Jeder CQ Schluessel darf nur einmal angegeben werden.</xsd:documentation>
						<xsd:documentation source="chapter">C-6</xsd:documentation>
						<xsd:documentation source="aggregation">vereinigungsmengeSchluessel</xsd:documentation>
					</xsd:annotation>
					<xsd:selector xpath="Vereinbarung"/>
					<xsd:field xpath="CQ_Schluessel"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Fortbildung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Fortbildung" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">C-7</xsd:documentation>
			<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Fortbildung">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">C-7</xsd:documentation>
					<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Fortbildungspflichtige" type="codomain_0_10.000">
							<xsd:annotation>
								<xsd:documentation>Anzahl Fachärzte, psychologische Psychotherapeuten, Kinder- und Jugendlichenpsychotherapeuten, die der Fortbildungspflicht nach „Umsetzung der Regelungen des Gemeinsamen Bundesausschusses zur Fortbildung im Krankenhaus(FKH-R) nach § 136b Absatz 1 Satz 1 Nummer 1 SGB V“ unterliegen.</xsd:documentation>
								<xsd:documentation source="chapter">C-7</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Nachweispflichtige" type="codomain_0_10.000">
							<xsd:annotation>
								<xsd:documentation>Anzahl der Fachärzte unter den Fortbildungspflichtigen, die der Pflicht zum Fortbildungsnachweis unterliegen, da ihre Facharztanerkennung bzw. Approbation mehr als 5 Jahre zurückliegt. </xsd:documentation>
								<xsd:documentation source="chapter">C-7</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
								<xsd:documentation source="note">Teilmenge von Fortbildungspflichtige</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Fortbildungsnachweis_Erbracht_Habende" type="codomain_0_10.000">
							<xsd:annotation>
								<xsd:documentation>Anzahl der Nachweispflichtigen, die den Fortbildungsnachweis erbracht haben.</xsd:documentation>
								<xsd:documentation source="chapter">C-7</xsd:documentation>
								<xsd:documentation source="aggregation">summation</xsd:documentation>
								<xsd:documentation source="note">Teilmenge von Nachweispflichtige</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Qualitaetssicherung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Qualitaetssicherung" enthält.</xsd:documentation>
			<xsd:documentation source="chapter">C</xsd:documentation>
			<xsd:documentation source="aggregation">standard</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Qualitaetssicherung">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">C</xsd:documentation>
					<xsd:documentation source="aggregation">standard</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:group ref="c_QS_nach_Landesrecht">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">C-2</xsd:documentation>
								<xsd:documentation source="aggregation">standard</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_DMP">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">C-3</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Sonstige_Verfahren_Externe_QS">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">C-4</xsd:documentation>
								<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Mindestmengen">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">C-5</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group minOccurs="0" ref="c_Strukturqualitaetsvereinbarung">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">C-6</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
						<xsd:group ref="c_Fortbildung">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">C-7</xsd:documentation>
								<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
							</xsd:annotation>
						</xsd:group>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<!-- ###########################################################  -->
	<!-- #          globale Deklaration des Rootelementes          #  -->
	<!-- ###########################################################  -->
	<xsd:element name="Qualitaetsbericht">
		<xsd:annotation>
			<xsd:documentation>Rootelement</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:group ref="c_Einleitung">
					<xsd:annotation>
						<xsd:documentation>Informationen über den Datensatz, die verwendete Software sowie verantwortliche Personen für den Qualitätsbericht.</xsd:documentation>
					</xsd:annotation>
				</xsd:group>
				<xsd:group ref="c_Krankenhaus">
					<xsd:annotation>
						<xsd:documentation>Bezeichnung des Krankenhauses.</xsd:documentation>
						<xsd:documentation source="chapter">A-1</xsd:documentation>
						<xsd:documentation source="aggregation">identitaet</xsd:documentation>
					</xsd:annotation>
				</xsd:group>
				<xsd:group ref="c_Krankenhaustraeger">
					<xsd:annotation>
						<xsd:documentation/>
						<xsd:documentation source="chapter">A-2</xsd:documentation>
						<xsd:documentation source="aggregation">identitaet</xsd:documentation>
					</xsd:annotation>
				</xsd:group>
				<xsd:group minOccurs="0" ref="c_Krankenhaus_Art">
					<xsd:annotation>
						<xsd:documentation>Dieses Element ist einzufügen, falls es sich um eine Universitätsklinik oder ein akademisches Lehrkrankenhaus handelt.</xsd:documentation>
						<xsd:documentation source="chapter">A-3</xsd:documentation>
						<xsd:documentation source="aggregation">mindeinstandort</xsd:documentation>
					</xsd:annotation>
				</xsd:group>
				<xsd:group minOccurs="0" ref="c_Psychiatrisches_Krankenhaus">
					<xsd:annotation>
						<xsd:documentation>Dieses Element ist einzufügen, falls es sich um ein psychiatrisches Fachkrankenhaus oder ein Krankenhaus mit einer psychiatrischen Fachabteilung handelt.</xsd:documentation>
						<xsd:documentation source="chapter">A-4</xsd:documentation>
						<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
					</xsd:annotation>
				</xsd:group>
				<xsd:group minOccurs="0" ref="c_Medizinisch_Pflegerische_Leistungsangebote">
					<xsd:annotation>
						<xsd:documentation>Medizinisch-pflegerische Leistungsangebote des Krankenhauses.</xsd:documentation>
						<xsd:documentation source="chapter">A-5</xsd:documentation>
						<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
					</xsd:annotation>
				</xsd:group>
				<xsd:group minOccurs="0" ref="c_Nicht_Medizinische_Leistungsangebote">
					<xsd:annotation>
						<xsd:documentation>Weitere nicht-medizinische Leistungsangebote des Krankenhauses.</xsd:documentation>
						<xsd:documentation source="chapter">A-6</xsd:documentation>
						<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
					</xsd:annotation>
				</xsd:group>
				<xsd:group minOccurs="0" ref="c_Barrierefreiheit">
					<xsd:annotation>
						<xsd:documentation>Aspekte der Barrierefreiheit des Krankenhauses.</xsd:documentation>
						<xsd:documentation source="chapter">A-7, B-X.4</xsd:documentation>
						<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
					</xsd:annotation>
				</xsd:group>
				<xsd:group minOccurs="0" ref="c_Akademische_Lehre">
					<xsd:annotation>
						<xsd:documentation>Akademische Lehre.</xsd:documentation>
						<xsd:documentation source="chapter">A-8.1</xsd:documentation>
						<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
					</xsd:annotation>
				</xsd:group>
				<xsd:group minOccurs="0" ref="c_Ausbildung_andere_Heilberufe">
					<xsd:annotation>
						<xsd:documentation>Ausbildung in anderen Heilberufen.</xsd:documentation>
						<xsd:documentation source="chapter">A-8.2</xsd:documentation>
						<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
					</xsd:annotation>
				</xsd:group>
				<xsd:element name="Anzahl_Betten" type="codomain_0_20.000">
					<xsd:annotation>
						<xsd:documentation>Anzahl der Betten des Krankenhauses.</xsd:documentation>
						<xsd:documentation source="chapter">A-9</xsd:documentation>
						<xsd:documentation source="aggregation">summation</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:group ref="c_Fallzahlen">
					<xsd:annotation>
						<xsd:documentation>Fallzahlen des Krankenhauses.</xsd:documentation>
						<xsd:documentation source="chapter">A-10</xsd:documentation>
						<xsd:documentation source="aggregation">standard</xsd:documentation>
					</xsd:annotation>
				</xsd:group>
				<xsd:group ref="c_Personal_des_Krankenhauses">
					<xsd:annotation>
						<xsd:documentation>Ärzte und Pflegepersonal.</xsd:documentation>
						<xsd:documentation source="chapter">A-11</xsd:documentation>
						<xsd:documentation source="aggregation">standard</xsd:documentation>
					</xsd:annotation>
				</xsd:group>
				<xsd:group ref="c_Umgang_mit_Risiken_in_der_Patientenversorgung">
					<xsd:annotation>
						<xsd:documentation/>
						<xsd:documentation source="chapter">A-12</xsd:documentation>
						<xsd:documentation source="aggregation">standard</xsd:documentation>
					</xsd:annotation>
				</xsd:group>
				<xsd:group minOccurs="0" ref="c_Apparative_Ausstattung">
					<xsd:annotation>
						<xsd:documentation/>
						<xsd:documentation source="chapter">A-13</xsd:documentation>
						<xsd:documentation source="aggregation">vereinigungsmengeFV</xsd:documentation>
					</xsd:annotation>
				</xsd:group>
				<xsd:group ref="c_Organisationseinheiten_Fachabteilungen">
					<xsd:annotation>
						<xsd:documentation/>
						<xsd:documentation source="chapter">B</xsd:documentation>
						<xsd:documentation source="aggregation">standard</xsd:documentation>
					</xsd:annotation>
				</xsd:group>
				<xsd:group ref="c_Qualitaetssicherung">
					<xsd:annotation>
						<xsd:documentation/>
						<xsd:documentation source="chapter">C</xsd:documentation>
						<xsd:documentation source="aggregation">standard</xsd:documentation>
					</xsd:annotation>
				</xsd:group>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>