Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema qs_data_pppa_lvkk_type.xsd
Properties
attribute form default unqualified
element form default qualified
Element xi:qs_data_pppa_lvkk_type / xi:B
Annotations
Bogen: Basis // Bogenzahl: 1
Diagram
Type xi:gr_bpppa_lvkk_type
Type hierarchy
Properties
content complex
Model
Children xi:bogen, xi:felder
Instance
<xi:B xmlns:xi="urn:gba:sqg">
  <xi:felder>{1,1}</xi:felder>
  <xi:bogen>{1,1}</xi:bogen>
</xi:B>
Source
<xs:element name="B" type="gr_bpppa_lvkk_type">
  <xs:annotation>
    <xs:documentation>Bogen: Basis // Bogenzahl: 1</xs:documentation>
  </xs:annotation>
</xs:element>
Element xi:tds_bpppa_lvkk_type / xi:felder
Annotations
Exportfelder des Bogens
Diagram
Properties
content complex
Model
Children xi:APARTNER, xi:DokAbschlDat, xi:EMAIL, xi:IKNRKH, xi:NAMEKH, xi:ORT, xi:PLZ, xi:QUARTDATUM, xi:STRASSEKH, xi:TELEFON, xi:standortIDops
Instance
<xi:felder xmlns:xi="urn:gba:sqg">
  <xi:DokAbschlDat V="">{1,1}</xi:DokAbschlDat>
  <xi:QUARTDATUM V="">{1,1}</xi:QUARTDATUM>
  <xi:NAMEKH V="">{1,1}</xi:NAMEKH>
  <xi:PLZ V="">{1,1}</xi:PLZ>
  <xi:ORT V="">{1,1}</xi:ORT>
  <xi:STRASSEKH V="">{1,1}</xi:STRASSEKH>
  <xi:APARTNER V="">{1,1}</xi:APARTNER>
  <xi:TELEFON V="">{1,1}</xi:TELEFON>
  <xi:EMAIL V="">{1,1}</xi:EMAIL>
  <xi:IKNRKH V="">{1,1}</xi:IKNRKH>
  <xi:standortIDops V="">{1,1}</xi:standortIDops>
</xi:felder>
Source
<xs:element name="felder">
  <xs:annotation>
    <xs:documentation>Exportfelder des Bogens</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="DokAbschlDat">
        <xs:annotation>
          <xs:documentation>ZusatzFeld: Dokumentationsabschlussdatum</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="datum_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="QUARTDATUM">
        <xs:annotation>
          <xs:documentation>BogenFeld: Quartal und Jahr der Leistungserbringung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="quartdatum_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="NAMEKH">
        <xs:annotation>
          <xs:documentation>BogenFeld: Name der Klinik/Abteilung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:maxLength value="100"/>
                <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
                <!-- anything but newline + something not whitespace + anything but newline -->
                <xs:pattern value=".*\S.*"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="PLZ">
        <xs:annotation>
          <xs:documentation>BogenFeld: Postleitzahl</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:pattern value="[0-9]{5}"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ORT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Ort</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:maxLength value="50"/>
                <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
                <!-- anything but newline + something not whitespace + anything but newline -->
                <xs:pattern value=".*\S.*"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="STRASSEKH">
        <xs:annotation>
          <xs:documentation>BogenFeld: Straße</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:maxLength value="100"/>
                <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
                <!-- anything but newline + something not whitespace + anything but newline -->
                <xs:pattern value=".*\S.*"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="APARTNER">
        <xs:annotation>
          <xs:documentation>BogenFeld: Ansprechpartner für Rückfragen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:maxLength value="50"/>
                <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
                <!-- anything but newline + something not whitespace + anything but newline -->
                <xs:pattern value=".*\S.*"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="TELEFON">
        <xs:annotation>
          <xs:documentation>BogenFeld: Telefon</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:pattern value="[\+\-]?[0-9]*(\.[0-9]+)?"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="EMAIL">
        <xs:annotation>
          <xs:documentation>BogenFeld: E-Mail</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:pattern value="[A-Za-z0-9._%+\-]+@[A-Za-z0-9.\-]+\.[A-Za-z]{2,}"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="IKNRKH">
        <xs:annotation>
          <xs:documentation>BogenFeld: Institutionskennzeichen (Haupt-IK)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:pattern value="[0-9]{9}"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="standortIDops">
        <xs:annotation>
          <xs:documentation>ErsatzFeld: behandelnder Standort 6-stellig</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:pattern value="77\d{4}"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:tds_bpppa_lvkk_type / xi:felder / xi:DokAbschlDat
Annotations
ZusatzFeld: Dokumentationsabschlussdatum
Diagram
Properties
content complex
Attributes
QName Type Use
V datum_type required
Source
<xs:element name="DokAbschlDat">
  <xs:annotation>
    <xs:documentation>ZusatzFeld: Dokumentationsabschlussdatum</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="datum_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_bpppa_lvkk_type / xi:felder / xi:QUARTDATUM
Annotations
BogenFeld: Quartal und Jahr der Leistungserbringung
Diagram
Properties
content complex
Attributes
QName Type Use
V quartdatum_type required
Source
<xs:element name="QUARTDATUM">
  <xs:annotation>
    <xs:documentation>BogenFeld: Quartal und Jahr der Leistungserbringung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="quartdatum_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_bpppa_lvkk_type / xi:felder / xi:NAMEKH
Annotations
BogenFeld: Name der Klinik/Abteilung
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin required
Source
<xs:element name="NAMEKH">
  <xs:annotation>
    <xs:documentation>BogenFeld: Name der Klinik/Abteilung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:maxLength value="100"/>
          <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
          <!-- anything but newline + something not whitespace + anything but newline -->
          <xs:pattern value=".*\S.*"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_bpppa_lvkk_type / xi:felder / xi:PLZ
Annotations
BogenFeld: Postleitzahl
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin required
Source
<xs:element name="PLZ">
  <xs:annotation>
    <xs:documentation>BogenFeld: Postleitzahl</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:pattern value="[0-9]{5}"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_bpppa_lvkk_type / xi:felder / xi:ORT
Annotations
BogenFeld: Ort
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin required
Source
<xs:element name="ORT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Ort</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:maxLength value="50"/>
          <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
          <!-- anything but newline + something not whitespace + anything but newline -->
          <xs:pattern value=".*\S.*"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_bpppa_lvkk_type / xi:felder / xi:STRASSEKH
Annotations
BogenFeld: Straße
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin required
Source
<xs:element name="STRASSEKH">
  <xs:annotation>
    <xs:documentation>BogenFeld: Straße</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:maxLength value="100"/>
          <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
          <!-- anything but newline + something not whitespace + anything but newline -->
          <xs:pattern value=".*\S.*"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_bpppa_lvkk_type / xi:felder / xi:APARTNER
Annotations
BogenFeld: Ansprechpartner für Rückfragen
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin required
Source
<xs:element name="APARTNER">
  <xs:annotation>
    <xs:documentation>BogenFeld: Ansprechpartner für Rückfragen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:maxLength value="50"/>
          <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
          <!-- anything but newline + something not whitespace + anything but newline -->
          <xs:pattern value=".*\S.*"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_bpppa_lvkk_type / xi:felder / xi:TELEFON
Annotations
BogenFeld: Telefon
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin required
Source
<xs:element name="TELEFON">
  <xs:annotation>
    <xs:documentation>BogenFeld: Telefon</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:pattern value="[\+\-]?[0-9]*(\.[0-9]+)?"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_bpppa_lvkk_type / xi:felder / xi:EMAIL
Annotations
BogenFeld: E-Mail
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin required
Source
<xs:element name="EMAIL">
  <xs:annotation>
    <xs:documentation>BogenFeld: E-Mail</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:pattern value="[A-Za-z0-9._%+\-]+@[A-Za-z0-9.\-]+\.[A-Za-z]{2,}"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_bpppa_lvkk_type / xi:felder / xi:IKNRKH
Annotations
BogenFeld: Institutionskennzeichen (Haupt-IK)
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin required
Source
<xs:element name="IKNRKH">
  <xs:annotation>
    <xs:documentation>BogenFeld: Institutionskennzeichen (Haupt-IK)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:pattern value="[0-9]{9}"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_bpppa_lvkk_type / xi:felder / xi:standortIDops
Annotations
ErsatzFeld: behandelnder Standort 6-stellig
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin required
Source
<xs:element name="standortIDops">
  <xs:annotation>
    <xs:documentation>ErsatzFeld: behandelnder Standort 6-stellig</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:pattern value="77\d{4}"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:gr_bpppa_lvkk_type / xi:bogen
Annotations
Kindbögen
Diagram
Properties
content complex
Model
Children xi:EINR
Instance
<xi:bogen xmlns:xi="urn:gba:sqg">
  <xi:EINR>{1,unbounded}</xi:EINR>
</xi:bogen>
Source
<xs:element name="bogen">
  <xs:annotation>
    <xs:documentation>Kindbögen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="EINR" type="gr_einrpppa_lvkk_type">
        <xs:annotation>
          <xs:documentation>Bogen: Einrichtung // Existenzbedingung: keine // Bogenzahl: +</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:gr_bpppa_lvkk_type / xi:bogen / xi:EINR
Annotations
Bogen: Einrichtung // Existenzbedingung: keine // Bogenzahl: +
Diagram
Type xi:gr_einrpppa_lvkk_type
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children xi:bogen, xi:felder
Instance
<xi:EINR xmlns:xi="urn:gba:sqg">
  <xi:felder>{1,1}</xi:felder>
  <xi:bogen>{1,1}</xi:bogen>
</xi:EINR>
Source
<xs:element maxOccurs="unbounded" name="EINR" type="gr_einrpppa_lvkk_type">
  <xs:annotation>
    <xs:documentation>Bogen: Einrichtung // Existenzbedingung: keine // Bogenzahl: +</xs:documentation>
  </xs:annotation>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder
Annotations
Exportfelder des Bogens
Diagram
Properties
content complex
Model
Children xi:ANTINTVJ, xi:ANTMOD, xi:ANZNAECHT, xi:ANZNAECHTERF, xi:ANZVOLLSTBETT, xi:AUSNTATBEST, xi:BEHTAGEGE, xi:BEHTAGELR, xi:BEZUGSJAHR, xi:DURCHVKSISTPFLEGNACHT, xi:EINRICHTUNGPPP, xi:ERBNACHT, xi:ERLAEUTERUNGMODVOR, xi:ERLSTA, xi:ERSTLEIST, xi:GESCHLBEREICH, xi:LFDEINR, xi:MINDESTANFEIN, xi:MINDESTANPFLEGNACHT, xi:MINVORPFLEGNACHT, xi:MODVOR, xi:PFLEGNACHTQUART, xi:PRAESENZ24STD, xi:REGPFLICHT, xi:STATEQUBEHEINR, xi:STIPRO, xi:UMSETZUNGSGRADEIN
Instance
<xi:felder xmlns:xi="urn:gba:sqg">
  <xi:LFDEINR V="">{1,1}</xi:LFDEINR>
  <xi:MODVOR V="">{1,1}</xi:MODVOR>
  <xi:ANTMOD V="">{1,1}</xi:ANTMOD>
  <xi:ERLAEUTERUNGMODVOR V="">{1,1}</xi:ERLAEUTERUNGMODVOR>
  <xi:ERSTLEIST V="">{1,1}</xi:ERSTLEIST>
  <xi:EINRICHTUNGPPP V="">{1,1}</xi:EINRICHTUNGPPP>
  <xi:STIPRO V="">{1,1}</xi:STIPRO>
  <xi:STATEQUBEHEINR V="">{1,1}</xi:STATEQUBEHEINR>
  <xi:REGPFLICHT V="">{1,1}</xi:REGPFLICHT>
  <xi:GESCHLBEREICH V="">{1,1}</xi:GESCHLBEREICH>
  <xi:PRAESENZ24STD V="">{1,1}</xi:PRAESENZ24STD>
  <xi:BEHTAGEGE V="">{1,1}</xi:BEHTAGEGE>
  <xi:BEHTAGELR V="">{1,1}</xi:BEHTAGELR>
  <xi:BEZUGSJAHR V="">{1,1}</xi:BEZUGSJAHR>
  <xi:UMSETZUNGSGRADEIN V="">{1,1}</xi:UMSETZUNGSGRADEIN>
  <xi:MINDESTANFEIN V="">{1,1}</xi:MINDESTANFEIN>
  <xi:MINDESTANPFLEGNACHT V="">{1,1}</xi:MINDESTANPFLEGNACHT>
  <xi:AUSNTATBEST V="">{1,1}</xi:AUSNTATBEST>
  <xi:ERBNACHT V="">{1,1}</xi:ERBNACHT>
  <xi:PFLEGNACHTQUART V="">{1,1}</xi:PFLEGNACHTQUART>
  <xi:ANZNAECHT V="">{1,1}</xi:ANZNAECHT>
  <xi:ANZVOLLSTBETT V="">{1,1}</xi:ANZVOLLSTBETT>
  <xi:ANTINTVJ V="">{1,1}</xi:ANTINTVJ>
  <xi:MINVORPFLEGNACHT V="">{1,1}</xi:MINVORPFLEGNACHT>
  <xi:ANZNAECHTERF V="">{1,1}</xi:ANZNAECHTERF>
  <xi:DURCHVKSISTPFLEGNACHT V="">{1,1}</xi:DURCHVKSISTPFLEGNACHT>
  <xi:ERLSTA V="">{1,1}</xi:ERLSTA>
</xi:felder>
Source
<xs:element name="felder">
  <xs:annotation>
    <xs:documentation>Exportfelder des Bogens</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LFDEINR">
        <xs:annotation>
          <xs:documentation>BogenFeld: laufende Nummer der nach § 2 Absatz 5 PPP-RL differenzierten Einrichtung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="3"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="MODVOR">
        <xs:annotation>
          <xs:documentation>BogenFeld: Modellvorhaben nach § 64b SGB V</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANTMOD">
        <xs:annotation>
          <xs:documentation>BogenFeld: Anteil der Modellversorgung an der Gesamtversorgung; Anteile BT in %, die im Rahmen der Versorgung im Rahmen des Modells nach § 64 b SGB V erbracht werden</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_antmod_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ERLAEUTERUNGMODVOR">
        <xs:annotation>
          <xs:documentation>BogenFeld: Erläuterung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:maxLength value="999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ERSTLEIST">
        <xs:annotation>
          <xs:documentation>BogenFeld: Erstmalige Leistungserbringung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="EINRICHTUNGPPP">
        <xs:annotation>
          <xs:documentation>BogenFeld: nach § 2 Absatz 5 PPP-RL differenzierte Einrichtung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_einrichtung_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="STIPRO">
        <xs:annotation>
          <xs:documentation>BogenFeld: Stichprobe</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="STATEQUBEHEINR">
        <xs:annotation>
          <xs:documentation>BogenFeld: Einrichtung erbringt stationsäquivalente Behandlungen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="REGPFLICHT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Hat Ihre Einrichtung gemäß § 2 Absatz 5 PPP-RL eine durch die zuständige Landesbehörde festgelegte regionale Pflichtversorgung?</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="GESCHLBEREICH">
        <xs:annotation>
          <xs:documentation>BogenFeld: Verfügt die Einrichtung gemäß § 2 Absatz 5 PPP-RL mit regionaler Pflichtversorgung über geschlossene Bereiche?</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="PRAESENZ24STD">
        <xs:annotation>
          <xs:documentation>BogenFeld: Verfügt die Einrichtung gemäß § 2 Absatz 5 PPP-RL mit regionaler Pflichtversorgung über 24 Std. Präsenzdienste?</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="BEHTAGEGE">
        <xs:annotation>
          <xs:documentation>BogenFeld: Anzahl von Behandlungstagen bei Patientinnen und Patienten mit gesetzlicher Unterbringung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="BEHTAGELR">
        <xs:annotation>
          <xs:documentation>BogenFeld: Anzahl von Behandlungstagen bei Patientinnen oder Patienten mit landesrechtlicher Verpflichtung zur Aufnahme</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="BEZUGSJAHR">
        <xs:annotation>
          <xs:documentation>BogenFeld: Bezugsjahr der Mindestvorgabe</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_bezugsjahr_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="UMSETZUNGSGRADEIN">
        <xs:annotation>
          <xs:documentation>BogenFeld: Umsetzungsgrad der Einrichtung; gemäß § 7 Absatz 3 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:decimal">
                <xs:minInclusive value="0.0"/>
                <xs:maxInclusive value="999.99"/>
                <xs:totalDigits value="5"/>
                <xs:fractionDigits value="2"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="MINDESTANFEIN">
        <xs:annotation>
          <xs:documentation>BogenFeld: Mindestanforderung der Einrichtung erfüllt</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="MINDESTANPFLEGNACHT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Mindestanforderung pflegerischer Nachtdienst erfüllt</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jne_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="AUSNTATBEST">
        <xs:annotation>
          <xs:documentation>BogenFeld: Ausnahmetatbestand; mindestens ein Ausnahmetatbestand gemäß § 10 PPP-RL liegt vor</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ERBNACHT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Erbringung von Nachtdiensten</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="PFLEGNACHTQUART">
        <xs:annotation>
          <xs:documentation>BogenFeld: Tatsächliche Personalausstattung pflegerischer Nachtdienst im Quartal in VKS</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANZNAECHT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Anzahl Nächte im Quartal</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="90"/>
                <xs:maxInclusive value="92"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANZVOLLSTBETT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Anzahl vollstationärer Betten</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="9999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANTINTVJ">
        <xs:annotation>
          <xs:documentation>BogenFeld: Anteil Intensivbehandlung im Vorjahr in %</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:decimal">
                <xs:minInclusive value="0.0"/>
                <xs:maxInclusive value="100.0"/>
                <xs:totalDigits value="5"/>
                <xs:fractionDigits value="2"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="MINVORPFLEGNACHT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Mindestvorgabe pflegerischer Nachtdienst in VKS je Nacht</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="9999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANZNAECHTERF">
        <xs:annotation>
          <xs:documentation>BogenFeld: Anzahl Nächte, in denen die Mindestvorgabe erfüllt wurde</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="92"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="DURCHVKSISTPFLEGNACHT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Durchschnittliche VKS-Ist pflegerischer Nachtdienst je Nacht</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="9999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ERLSTA">
        <xs:annotation>
          <xs:documentation>BogenFeld: Erläuterungen und Hinweise des Standortes zu den getroffenen Angaben</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:maxLength value="3500"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:LFDEINR
Annotations
BogenFeld: laufende Nummer der nach § 2 Absatz 5 PPP-RL differenzierten Einrichtung
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="LFDEINR">
  <xs:annotation>
    <xs:documentation>BogenFeld: laufende Nummer der nach § 2 Absatz 5 PPP-RL differenzierten Einrichtung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="1"/>
          <xs:maxInclusive value="3"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:MODVOR
Annotations
BogenFeld: Modellvorhaben nach § 64b SGB V
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type required
Source
<xs:element name="MODVOR">
  <xs:annotation>
    <xs:documentation>BogenFeld: Modellvorhaben nach § 64b SGB V</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:ANTMOD
Annotations
BogenFeld: Anteil der Modellversorgung an der Gesamtversorgung;
Anteile BT in %, die im Rahmen der Versorgung im Rahmen des Modells nach § 64 b SGB V erbracht werden
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_antmod_type optional
Source
<xs:element name="ANTMOD">
  <xs:annotation>
    <xs:documentation>BogenFeld: Anteil der Modellversorgung an der Gesamtversorgung; Anteile BT in %, die im Rahmen der Versorgung im Rahmen des Modells nach § 64 b SGB V erbracht werden</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_antmod_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:ERLAEUTERUNGMODVOR
Annotations
BogenFeld: Erläuterung
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin optional
Source
<xs:element name="ERLAEUTERUNGMODVOR">
  <xs:annotation>
    <xs:documentation>BogenFeld: Erläuterung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:maxLength value="999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:ERSTLEIST
Annotations
BogenFeld: Erstmalige Leistungserbringung
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type required
Source
<xs:element name="ERSTLEIST">
  <xs:annotation>
    <xs:documentation>BogenFeld: Erstmalige Leistungserbringung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:EINRICHTUNGPPP
Annotations
BogenFeld: nach § 2 Absatz 5 PPP-RL differenzierte Einrichtung
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_einrichtung_type required
Source
<xs:element name="EINRICHTUNGPPP">
  <xs:annotation>
    <xs:documentation>BogenFeld: nach § 2 Absatz 5 PPP-RL differenzierte Einrichtung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_einrichtung_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:STIPRO
Annotations
BogenFeld: Stichprobe
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type required
Source
<xs:element name="STIPRO">
  <xs:annotation>
    <xs:documentation>BogenFeld: Stichprobe</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:STATEQUBEHEINR
Annotations
BogenFeld: Einrichtung erbringt stationsäquivalente Behandlungen
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="STATEQUBEHEINR">
  <xs:annotation>
    <xs:documentation>BogenFeld: Einrichtung erbringt stationsäquivalente Behandlungen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:REGPFLICHT
Annotations
BogenFeld: Hat Ihre Einrichtung gemäß § 2 Absatz 5 PPP-RL eine durch die zuständige Landesbehörde festgelegte regionale Pflichtversorgung?
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type required
Source
<xs:element name="REGPFLICHT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Hat Ihre Einrichtung gemäß § 2 Absatz 5 PPP-RL eine durch die zuständige Landesbehörde festgelegte regionale Pflichtversorgung?</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:GESCHLBEREICH
Annotations
BogenFeld: Verfügt die Einrichtung gemäß § 2 Absatz 5 PPP-RL mit regionaler Pflichtversorgung über geschlossene Bereiche?
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="GESCHLBEREICH">
  <xs:annotation>
    <xs:documentation>BogenFeld: Verfügt die Einrichtung gemäß § 2 Absatz 5 PPP-RL mit regionaler Pflichtversorgung über geschlossene Bereiche?</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:PRAESENZ24STD
Annotations
BogenFeld: Verfügt die Einrichtung gemäß § 2 Absatz 5 PPP-RL mit regionaler Pflichtversorgung über 24 Std. Präsenzdienste?
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="PRAESENZ24STD">
  <xs:annotation>
    <xs:documentation>BogenFeld: Verfügt die Einrichtung gemäß § 2 Absatz 5 PPP-RL mit regionaler Pflichtversorgung über 24 Std. Präsenzdienste?</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:BEHTAGEGE
Annotations
BogenFeld: Anzahl von Behandlungstagen bei Patientinnen und Patienten mit gesetzlicher Unterbringung
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="BEHTAGEGE">
  <xs:annotation>
    <xs:documentation>BogenFeld: Anzahl von Behandlungstagen bei Patientinnen und Patienten mit gesetzlicher Unterbringung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:BEHTAGELR
Annotations
BogenFeld: Anzahl von Behandlungstagen bei Patientinnen oder Patienten mit landesrechtlicher Verpflichtung zur Aufnahme
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="BEHTAGELR">
  <xs:annotation>
    <xs:documentation>BogenFeld: Anzahl von Behandlungstagen bei Patientinnen oder Patienten mit landesrechtlicher Verpflichtung zur Aufnahme</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:BEZUGSJAHR
Annotations
BogenFeld: Bezugsjahr der Mindestvorgabe
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_bezugsjahr_type required
Source
<xs:element name="BEZUGSJAHR">
  <xs:annotation>
    <xs:documentation>BogenFeld: Bezugsjahr der Mindestvorgabe</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_bezugsjahr_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:UMSETZUNGSGRADEIN
Annotations
BogenFeld: Umsetzungsgrad der Einrichtung;
gemäß § 7 Absatz 3 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:decimal required
Source
<xs:element name="UMSETZUNGSGRADEIN">
  <xs:annotation>
    <xs:documentation>BogenFeld: Umsetzungsgrad der Einrichtung; gemäß § 7 Absatz 3 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:decimal">
          <xs:minInclusive value="0.0"/>
          <xs:maxInclusive value="999.99"/>
          <xs:totalDigits value="5"/>
          <xs:fractionDigits value="2"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:MINDESTANFEIN
Annotations
BogenFeld: Mindestanforderung der Einrichtung erfüllt
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="MINDESTANFEIN">
  <xs:annotation>
    <xs:documentation>BogenFeld: Mindestanforderung der Einrichtung erfüllt</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:MINDESTANPFLEGNACHT
Annotations
BogenFeld: Mindestanforderung pflegerischer Nachtdienst erfüllt
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jne_type required
Source
<xs:element name="MINDESTANPFLEGNACHT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Mindestanforderung pflegerischer Nachtdienst erfüllt</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jne_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:AUSNTATBEST
Annotations
BogenFeld: Ausnahmetatbestand;
mindestens ein Ausnahmetatbestand gemäß § 10 PPP-RL liegt vor
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type required
Source
<xs:element name="AUSNTATBEST">
  <xs:annotation>
    <xs:documentation>BogenFeld: Ausnahmetatbestand; mindestens ein Ausnahmetatbestand gemäß § 10 PPP-RL liegt vor</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:ERBNACHT
Annotations
BogenFeld: Erbringung von Nachtdiensten
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type required
Source
<xs:element name="ERBNACHT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Erbringung von Nachtdiensten</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:PFLEGNACHTQUART
Annotations
BogenFeld: Tatsächliche Personalausstattung pflegerischer Nachtdienst im Quartal in VKS
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="PFLEGNACHTQUART">
  <xs:annotation>
    <xs:documentation>BogenFeld: Tatsächliche Personalausstattung pflegerischer Nachtdienst im Quartal in VKS</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:ANZNAECHT
Annotations
BogenFeld: Anzahl Nächte im Quartal
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="ANZNAECHT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Anzahl Nächte im Quartal</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="90"/>
          <xs:maxInclusive value="92"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:ANZVOLLSTBETT
Annotations
BogenFeld: Anzahl vollstationärer Betten
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="ANZVOLLSTBETT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Anzahl vollstationärer Betten</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="9999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:ANTINTVJ
Annotations
BogenFeld: Anteil Intensivbehandlung im Vorjahr in %
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:decimal optional
Source
<xs:element name="ANTINTVJ">
  <xs:annotation>
    <xs:documentation>BogenFeld: Anteil Intensivbehandlung im Vorjahr in %</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:decimal">
          <xs:minInclusive value="0.0"/>
          <xs:maxInclusive value="100.0"/>
          <xs:totalDigits value="5"/>
          <xs:fractionDigits value="2"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:MINVORPFLEGNACHT
Annotations
BogenFeld: Mindestvorgabe pflegerischer Nachtdienst in VKS je Nacht
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="MINVORPFLEGNACHT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Mindestvorgabe pflegerischer Nachtdienst in VKS je Nacht</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="9999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:ANZNAECHTERF
Annotations
BogenFeld: Anzahl Nächte, in denen die Mindestvorgabe erfüllt wurde
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="ANZNAECHTERF">
  <xs:annotation>
    <xs:documentation>BogenFeld: Anzahl Nächte, in denen die Mindestvorgabe erfüllt wurde</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="92"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:DURCHVKSISTPFLEGNACHT
Annotations
BogenFeld: Durchschnittliche VKS-Ist pflegerischer Nachtdienst je Nacht
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="DURCHVKSISTPFLEGNACHT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Durchschnittliche VKS-Ist pflegerischer Nachtdienst je Nacht</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="9999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_einrpppa_lvkk_type / xi:felder / xi:ERLSTA
Annotations
BogenFeld: Erläuterungen und Hinweise des Standortes zu den getroffenen Angaben
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin optional
Source
<xs:element name="ERLSTA">
  <xs:annotation>
    <xs:documentation>BogenFeld: Erläuterungen und Hinweise des Standortes zu den getroffenen Angaben</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:maxLength value="3500"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:gr_einrpppa_lvkk_type / xi:bogen
Annotations
Kindbögen
Diagram
Properties
content complex
Model
Children xi:AUS, xi:GES, xi:MIN, xi:ORG, xi:ZEIT
Instance
<xi:bogen xmlns:xi="urn:gba:sqg">
  <xi:ORG>{1,unbounded}</xi:ORG>
  <xi:GES>{1,unbounded}</xi:GES>
  <xi:MIN>{1,unbounded}</xi:MIN>
  <xi:AUS>{0,unbounded}</xi:AUS>
  <xi:ZEIT>{0,1}</xi:ZEIT>
</xi:bogen>
Source
<xs:element name="bogen">
  <xs:annotation>
    <xs:documentation>Kindbögen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="ORG" type="gr_orgpppa_lvkk_type">
        <xs:annotation>
          <xs:documentation>Bogen: Organisationsstruktur des Standortes // Existenzbedingung: keine // Bogenzahl: +</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element maxOccurs="unbounded" name="GES" type="gr_gespppa_lvkk_type">
        <xs:annotation>
          <xs:documentation>Bogen: Gesamtbehandlungstage // Existenzbedingung: keine // Bogenzahl: +</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element maxOccurs="unbounded" name="MIN" type="gr_minpppa_lvkk_type">
        <xs:annotation>
          <xs:documentation>Bogen: Mindestvorgaben, tatsächliche Personalausstattung, Umsetzungsgrad und Erfüllung der Anforderungen pro Berufsgruppe // Existenzbedingung: keine // Bogenzahl: +</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element maxOccurs="unbounded" minOccurs="0" name="AUS" type="tds_auspppa_lvkk_type">
        <xs:annotation>
          <xs:documentation>Bogen: Ausnahmetatbestände // Existenzbedingung: keine // Bogenzahl: *</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="ZEIT" type="gr_zeitpppa_lvkk_type">
        <xs:annotation>
          <xs:documentation>Bogen: Einhaltung der Mindestvorgaben bei nicht quartalsbezogenen Ausnahmetatbeständen – Zeitraum // Existenzbedingung: @DRITTELQUART <> LEER ODER @MONAT <> LEER // Bogenzahl: ?</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:gr_einrpppa_lvkk_type / xi:bogen / xi:ORG
Annotations
Bogen: Organisationsstruktur des Standortes // Existenzbedingung: keine // Bogenzahl: +
Diagram
Type xi:gr_orgpppa_lvkk_type
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children xi:bogen, xi:felder
Instance
<xi:ORG xmlns:xi="urn:gba:sqg">
  <xi:felder>{1,1}</xi:felder>
  <xi:bogen>{1,1}</xi:bogen>
</xi:ORG>
Source
<xs:element maxOccurs="unbounded" name="ORG" type="gr_orgpppa_lvkk_type">
  <xs:annotation>
    <xs:documentation>Bogen: Organisationsstruktur des Standortes // Existenzbedingung: keine // Bogenzahl: +</xs:documentation>
  </xs:annotation>
</xs:element>
Element xi:tds_orgpppa_lvkk_type / xi:felder
Annotations
Exportfelder des Bogens
Diagram
Properties
content complex
Model
Children xi:BEHSCHWERPKT, xi:ERLAEUTERUNG, xi:IDSTATION, xi:NAMEST, xi:PLANTEILST, xi:PLANVOLLST, xi:STATTYP
Instance
<xi:felder xmlns:xi="urn:gba:sqg">
  <xi:IDSTATION V="">{1,1}</xi:IDSTATION>
  <xi:NAMEST V="">{1,1}</xi:NAMEST>
  <xi:PLANVOLLST V="">{1,1}</xi:PLANVOLLST>
  <xi:PLANTEILST V="">{1,1}</xi:PLANTEILST>
  <xi:STATTYP V="">{1,1}</xi:STATTYP>
  <xi:BEHSCHWERPKT V="">{1,1}</xi:BEHSCHWERPKT>
  <xi:ERLAEUTERUNG V="">{1,1}</xi:ERLAEUTERUNG>
</xi:felder>
Source
<xs:element name="felder">
  <xs:annotation>
    <xs:documentation>Exportfelder des Bogens</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="IDSTATION">
        <xs:annotation>
          <xs:documentation>BogenFeld: Station (ID); für jede Station ist jeweils ein Teildatensatz anzulegen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="NAMEST">
        <xs:annotation>
          <xs:documentation>BogenFeld: Bezeichnung der Station</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:maxLength value="100"/>
                <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
                <!-- anything but newline + something not whitespace + anything but newline -->
                <xs:pattern value=".*\S.*"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="PLANVOLLST">
        <xs:annotation>
          <xs:documentation>BogenFeld: Planbetten der vollstationären Versorgung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="PLANTEILST">
        <xs:annotation>
          <xs:documentation>BogenFeld: Planplätze der teilstationären Versorgung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="STATTYP">
        <xs:annotation>
          <xs:documentation>BogenFeld: Stationstyp</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_stattyp_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="BEHSCHWERPKT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Schwerpunkt der Behandlung / Konzeptstation</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_behschwpunkt_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ERLAEUTERUNG">
        <xs:annotation>
          <xs:documentation>BogenFeld: Erläuterung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:maxLength value="999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:tds_orgpppa_lvkk_type / xi:felder / xi:IDSTATION
Annotations
BogenFeld: Station (ID);
für jede Station ist jeweils ein Teildatensatz anzulegen
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="IDSTATION">
  <xs:annotation>
    <xs:documentation>BogenFeld: Station (ID); für jede Station ist jeweils ein Teildatensatz anzulegen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="1"/>
          <xs:maxInclusive value="999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_orgpppa_lvkk_type / xi:felder / xi:NAMEST
Annotations
BogenFeld: Bezeichnung der Station
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin required
Source
<xs:element name="NAMEST">
  <xs:annotation>
    <xs:documentation>BogenFeld: Bezeichnung der Station</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:maxLength value="100"/>
          <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
          <!-- anything but newline + something not whitespace + anything but newline -->
          <xs:pattern value=".*\S.*"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_orgpppa_lvkk_type / xi:felder / xi:PLANVOLLST
Annotations
BogenFeld: Planbetten der vollstationären Versorgung
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="PLANVOLLST">
  <xs:annotation>
    <xs:documentation>BogenFeld: Planbetten der vollstationären Versorgung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_orgpppa_lvkk_type / xi:felder / xi:PLANTEILST
Annotations
BogenFeld: Planplätze der teilstationären Versorgung
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="PLANTEILST">
  <xs:annotation>
    <xs:documentation>BogenFeld: Planplätze der teilstationären Versorgung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_orgpppa_lvkk_type / xi:felder / xi:STATTYP
Annotations
BogenFeld: Stationstyp
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_stattyp_type required
Source
<xs:element name="STATTYP">
  <xs:annotation>
    <xs:documentation>BogenFeld: Stationstyp</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_stattyp_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_orgpppa_lvkk_type / xi:felder / xi:BEHSCHWERPKT
Annotations
BogenFeld: Schwerpunkt der Behandlung / Konzeptstation
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_behschwpunkt_type required
Source
<xs:element name="BEHSCHWERPKT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Schwerpunkt der Behandlung / Konzeptstation</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_behschwpunkt_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_orgpppa_lvkk_type / xi:felder / xi:ERLAEUTERUNG
Annotations
BogenFeld: Erläuterung
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin optional
Source
<xs:element name="ERLAEUTERUNG">
  <xs:annotation>
    <xs:documentation>BogenFeld: Erläuterung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:maxLength value="999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:gr_orgpppa_lvkk_type / xi:bogen
Annotations
Kindbögen
Diagram
Properties
content complex
Model
Children xi:TAT
Instance
<xi:bogen xmlns:xi="urn:gba:sqg">
  <xi:TAT>{1,unbounded}</xi:TAT>
</xi:bogen>
Source
<xs:element name="bogen">
  <xs:annotation>
    <xs:documentation>Kindbögen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="TAT" type="tds_tatpppa_lvkk_type">
        <xs:annotation>
          <xs:documentation>Bogen: Tatsächliche Personalausstattung pro Monat und Station // Existenzbedingung: STIPRO = 1 // Bogenzahl: +</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:gr_orgpppa_lvkk_type / xi:bogen / xi:TAT
Annotations
Bogen: Tatsächliche Personalausstattung pro Monat und Station // Existenzbedingung: STIPRO = 1 // Bogenzahl: +
Diagram
Type xi:tds_tatpppa_lvkk_type
Properties
content complex
maxOccurs unbounded
Model
Children xi:felder
Instance
<xi:TAT xmlns:xi="urn:gba:sqg">
  <xi:felder>{1,1}</xi:felder>
</xi:TAT>
Source
<xs:element maxOccurs="unbounded" name="TAT" type="tds_tatpppa_lvkk_type">
  <xs:annotation>
    <xs:documentation>Bogen: Tatsächliche Personalausstattung pro Monat und Station // Existenzbedingung: STIPRO = 1 // Bogenzahl: +</xs:documentation>
  </xs:annotation>
</xs:element>
Element xi:tds_tatpppa_lvkk_type / xi:felder
Annotations
Exportfelder des Bogens
Diagram
Properties
content complex
Model
Children xi:BERUFSGRUPPEEP, xi:BERUFSGRUPPEKJP, xi:BERUFSGRUPPEPS, xi:LFDNRTAT, xi:MONAT, xi:STATAEQUIBEHAND, xi:STATAEQUIBEHANDKJP, xi:VKSIST
Instance
<xi:felder xmlns:xi="urn:gba:sqg">
  <xi:LFDNRTAT V="">{1,1}</xi:LFDNRTAT>
  <xi:MONAT V="">{1,1}</xi:MONAT>
  <xi:BERUFSGRUPPEEP V="">{1,1}</xi:BERUFSGRUPPEEP>
  <xi:STATAEQUIBEHAND V="">{1,1}</xi:STATAEQUIBEHAND>
  <xi:BERUFSGRUPPEKJP V="">{1,1}</xi:BERUFSGRUPPEKJP>
  <xi:STATAEQUIBEHANDKJP V="">{1,1}</xi:STATAEQUIBEHANDKJP>
  <xi:BERUFSGRUPPEPS V="">{1,1}</xi:BERUFSGRUPPEPS>
  <xi:VKSIST V="">{1,1}</xi:VKSIST>
</xi:felder>
Source
<xs:element name="felder">
  <xs:annotation>
    <xs:documentation>Exportfelder des Bogens</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LFDNRTAT">
        <xs:annotation>
          <xs:documentation>BogenFeld: laufende Nummer der Personalausstattung pro Monat und Station; für jeden Monat und jede Berufsgruppe ist jeweils ein Teildatensatz und bei vorhandener stationsäquivalenter Behandlung ist ein zusätzlicher Teildatensatz für jede Berufsgruppe anzulegen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="36"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="MONAT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Monat</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="12"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="BERUFSGRUPPEEP">
        <xs:annotation>
          <xs:documentation>BogenFeld: Berufsgruppe (Psychiatrie (Erwachsene)); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="STATAEQUIBEHAND">
        <xs:annotation>
          <xs:documentation>BogenFeld: stationsäquivalente Behandlung (297)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="BERUFSGRUPPEKJP">
        <xs:annotation>
          <xs:documentation>BogenFeld: Berufsgruppe (Kinder- und Jugendpsychiatrie); gemäß § 5 Absatz 2 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="STATAEQUIBEHANDKJP">
        <xs:annotation>
          <xs:documentation>BogenFeld: stationsäquivalente Behandlung (307)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="BERUFSGRUPPEPS">
        <xs:annotation>
          <xs:documentation>BogenFeld: Berufsgruppe (Psychosomatik); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_berufsgruppeps_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="VKSIST">
        <xs:annotation>
          <xs:documentation>BogenFeld: VKS-Ist&#13;Tatsächliche Personalausstattung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:decimal">
                <xs:minInclusive value="0.0"/>
                <xs:maxInclusive value="999999.99"/>
                <xs:totalDigits value="8"/>
                <xs:fractionDigits value="2"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:tds_tatpppa_lvkk_type / xi:felder / xi:LFDNRTAT
Annotations
BogenFeld: laufende Nummer der Personalausstattung pro Monat und Station;
für jeden Monat und jede Berufsgruppe ist jeweils ein Teildatensatz und bei vorhandener stationsäquivalenter Behandlung ist ein zusätzlicher Teildatensatz für jede Berufsgruppe anzulegen
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="LFDNRTAT">
  <xs:annotation>
    <xs:documentation>BogenFeld: laufende Nummer der Personalausstattung pro Monat und Station; für jeden Monat und jede Berufsgruppe ist jeweils ein Teildatensatz und bei vorhandener stationsäquivalenter Behandlung ist ein zusätzlicher Teildatensatz für jede Berufsgruppe anzulegen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="1"/>
          <xs:maxInclusive value="36"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_tatpppa_lvkk_type / xi:felder / xi:MONAT
Annotations
BogenFeld: Monat
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="MONAT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Monat</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="1"/>
          <xs:maxInclusive value="12"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_tatpppa_lvkk_type / xi:felder / xi:BERUFSGRUPPEEP
Annotations
BogenFeld: Berufsgruppe (Psychiatrie (Erwachsene));
gemäß § 5 Absatz 1 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_berufsgruppeep_type optional
Source
<xs:element name="BERUFSGRUPPEEP">
  <xs:annotation>
    <xs:documentation>BogenFeld: Berufsgruppe (Psychiatrie (Erwachsene)); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_tatpppa_lvkk_type / xi:felder / xi:STATAEQUIBEHAND
Annotations
BogenFeld: stationsäquivalente Behandlung (297)
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="STATAEQUIBEHAND">
  <xs:annotation>
    <xs:documentation>BogenFeld: stationsäquivalente Behandlung (297)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_tatpppa_lvkk_type / xi:felder / xi:BERUFSGRUPPEKJP
Annotations
BogenFeld: Berufsgruppe (Kinder- und Jugendpsychiatrie);
gemäß § 5 Absatz 2 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_berufsgruppekjp_type optional
Source
<xs:element name="BERUFSGRUPPEKJP">
  <xs:annotation>
    <xs:documentation>BogenFeld: Berufsgruppe (Kinder- und Jugendpsychiatrie); gemäß § 5 Absatz 2 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_tatpppa_lvkk_type / xi:felder / xi:STATAEQUIBEHANDKJP
Annotations
BogenFeld: stationsäquivalente Behandlung (307)
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="STATAEQUIBEHANDKJP">
  <xs:annotation>
    <xs:documentation>BogenFeld: stationsäquivalente Behandlung (307)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_tatpppa_lvkk_type / xi:felder / xi:BERUFSGRUPPEPS
Annotations
BogenFeld: Berufsgruppe (Psychosomatik);
gemäß § 5 Absatz 1 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_berufsgruppeps_type optional
Source
<xs:element name="BERUFSGRUPPEPS">
  <xs:annotation>
    <xs:documentation>BogenFeld: Berufsgruppe (Psychosomatik); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_berufsgruppeps_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_tatpppa_lvkk_type / xi:felder / xi:VKSIST
Annotations
BogenFeld: VKS-Ist
 Tatsächliche Personalausstattung
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:decimal required
Source
<xs:element name="VKSIST">
  <xs:annotation>
    <xs:documentation>BogenFeld: VKS-Ist&#13;Tatsächliche Personalausstattung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:decimal">
          <xs:minInclusive value="0.0"/>
          <xs:maxInclusive value="999999.99"/>
          <xs:totalDigits value="8"/>
          <xs:fractionDigits value="2"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:gr_einrpppa_lvkk_type / xi:bogen / xi:GES
Annotations
Bogen: Gesamtbehandlungstage // Existenzbedingung: keine // Bogenzahl: +
Diagram
Type xi:gr_gespppa_lvkk_type
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children xi:bogen, xi:felder
Instance
<xi:GES xmlns:xi="urn:gba:sqg">
  <xi:felder>{1,1}</xi:felder>
  <xi:bogen>{1,1}</xi:bogen>
</xi:GES>
Source
<xs:element maxOccurs="unbounded" name="GES" type="gr_gespppa_lvkk_type">
  <xs:annotation>
    <xs:documentation>Bogen: Gesamtbehandlungstage // Existenzbedingung: keine // Bogenzahl: +</xs:documentation>
  </xs:annotation>
</xs:element>
Element xi:tds_gespppa_lvkk_type / xi:felder
Annotations
Exportfelder des Bogens
Diagram
Properties
content complex
Model
Children xi:BEHTAGEGESAMT, xi:JAHR, xi:LFDNRGES
Instance
<xi:felder xmlns:xi="urn:gba:sqg">
  <xi:LFDNRGES V="">{1,1}</xi:LFDNRGES>
  <xi:JAHR V="">{1,1}</xi:JAHR>
  <xi:BEHTAGEGESAMT V="">{1,1}</xi:BEHTAGEGESAMT>
</xi:felder>
Source
<xs:element name="felder">
  <xs:annotation>
    <xs:documentation>Exportfelder des Bogens</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LFDNRGES">
        <xs:annotation>
          <xs:documentation>BogenFeld: laufende Nummer der Gesamtbehandlungstage; für das Vorjahr und das Kalenderjahr des Nachweises ist jeweils ein Teildatensatz anzulegen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="2"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="JAHR">
        <xs:annotation>
          <xs:documentation>BogenFeld: Jahr</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="xs:gYear" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="BEHTAGEGESAMT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Gesamtanzahl Behandlungstage</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="99999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:tds_gespppa_lvkk_type / xi:felder / xi:LFDNRGES
Annotations
BogenFeld: laufende Nummer der Gesamtbehandlungstage;
für das Vorjahr und das Kalenderjahr des Nachweises ist jeweils ein Teildatensatz anzulegen
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="LFDNRGES">
  <xs:annotation>
    <xs:documentation>BogenFeld: laufende Nummer der Gesamtbehandlungstage; für das Vorjahr und das Kalenderjahr des Nachweises ist jeweils ein Teildatensatz anzulegen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="1"/>
          <xs:maxInclusive value="2"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_gespppa_lvkk_type / xi:felder / xi:JAHR
Annotations
BogenFeld: Jahr
Diagram
Properties
content complex
Attributes
QName Type Use
V xs:gYear required
Source
<xs:element name="JAHR">
  <xs:annotation>
    <xs:documentation>BogenFeld: Jahr</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="xs:gYear" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_gespppa_lvkk_type / xi:felder / xi:BEHTAGEGESAMT
Annotations
BogenFeld: Gesamtanzahl Behandlungstage
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="BEHTAGEGESAMT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Gesamtanzahl Behandlungstage</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="99999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:gr_gespppa_lvkk_type / xi:bogen
Annotations
Kindbögen
Diagram
Properties
content complex
Model
Children xi:BEH
Instance
<xi:bogen xmlns:xi="urn:gba:sqg">
  <xi:BEH>{1,unbounded}</xi:BEH>
</xi:bogen>
Source
<xs:element name="bogen">
  <xs:annotation>
    <xs:documentation>Kindbögen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="BEH" type="tds_behpppa_lvkk_type">
        <xs:annotation>
          <xs:documentation>Bogen: Behandlungstage nach Behandlungsbereichen // Existenzbedingung: keine // Bogenzahl: +</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:gr_gespppa_lvkk_type / xi:bogen / xi:BEH
Annotations
Bogen: Behandlungstage nach Behandlungsbereichen // Existenzbedingung: keine // Bogenzahl: +
Diagram
Type xi:tds_behpppa_lvkk_type
Properties
content complex
maxOccurs unbounded
Model
Children xi:felder
Instance
<xi:BEH xmlns:xi="urn:gba:sqg">
  <xi:felder>{1,1}</xi:felder>
</xi:BEH>
Source
<xs:element maxOccurs="unbounded" name="BEH" type="tds_behpppa_lvkk_type">
  <xs:annotation>
    <xs:documentation>Bogen: Behandlungstage nach Behandlungsbereichen // Existenzbedingung: keine // Bogenzahl: +</xs:documentation>
  </xs:annotation>
</xs:element>
Element xi:tds_behpppa_lvkk_type / xi:felder
Annotations
Exportfelder des Bogens
Diagram
Properties
content complex
Model
Children xi:ANZAHLBHEP, xi:ANZAHLBHKJP, xi:ANZAHLBHPS, xi:BEHBEREICHEP, xi:BEHBEREICHKJP, xi:BEHBEREICHPS, xi:LFDNRBEH
Instance
<xi:felder xmlns:xi="urn:gba:sqg">
  <xi:LFDNRBEH V="">{1,1}</xi:LFDNRBEH>
  <xi:BEHBEREICHEP V="">{1,1}</xi:BEHBEREICHEP>
  <xi:ANZAHLBHEP V="">{1,1}</xi:ANZAHLBHEP>
  <xi:BEHBEREICHKJP V="">{1,1}</xi:BEHBEREICHKJP>
  <xi:ANZAHLBHKJP V="">{1,1}</xi:ANZAHLBHKJP>
  <xi:BEHBEREICHPS V="">{1,1}</xi:BEHBEREICHPS>
  <xi:ANZAHLBHPS V="">{1,1}</xi:ANZAHLBHPS>
</xi:felder>
Source
<xs:element name="felder">
  <xs:annotation>
    <xs:documentation>Exportfelder des Bogens</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LFDNRBEH">
        <xs:annotation>
          <xs:documentation>BogenFeld: laufende Nummer der Behandlungstage nach Behandlungsbereichen; für jeden Behandlungsbereich ist jeweils ein Teildatensatz anzulegen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="21"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="BEHBEREICHEP">
        <xs:annotation>
          <xs:documentation>BogenFeld: Behandlungsbereich (Psychiatrie (Erwachsene)); gemäß § 3 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_behbereichep_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANZAHLBHEP">
        <xs:annotation>
          <xs:documentation>BogenFeld: Anzahl Behandlungstage (Psychiatrie (Erwachsene))</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="99999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="BEHBEREICHKJP">
        <xs:annotation>
          <xs:documentation>BogenFeld: Behandlungsbereich (Kinder- und Jugendpsychiatrie); gemäß § 3 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_behbereichkjp_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANZAHLBHKJP">
        <xs:annotation>
          <xs:documentation>BogenFeld: Anzahl Behandlungstage (Kinder- und Jugendpsychiatrie)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="99999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="BEHBEREICHPS">
        <xs:annotation>
          <xs:documentation>BogenFeld: Behandlungsbereich (Psychosomatik); gemäß § 3 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_behbereichps_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANZAHLBHPS">
        <xs:annotation>
          <xs:documentation>BogenFeld: Anzahl Behandlungstage (Psychosomatik)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="99999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:tds_behpppa_lvkk_type / xi:felder / xi:LFDNRBEH
Annotations
BogenFeld: laufende Nummer der Behandlungstage nach Behandlungsbereichen;
für jeden Behandlungsbereich ist jeweils ein Teildatensatz anzulegen
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="LFDNRBEH">
  <xs:annotation>
    <xs:documentation>BogenFeld: laufende Nummer der Behandlungstage nach Behandlungsbereichen; für jeden Behandlungsbereich ist jeweils ein Teildatensatz anzulegen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="1"/>
          <xs:maxInclusive value="21"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_behpppa_lvkk_type / xi:felder / xi:BEHBEREICHEP
Annotations
BogenFeld: Behandlungsbereich (Psychiatrie (Erwachsene));
gemäß § 3 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_behbereichep_type optional
Source
<xs:element name="BEHBEREICHEP">
  <xs:annotation>
    <xs:documentation>BogenFeld: Behandlungsbereich (Psychiatrie (Erwachsene)); gemäß § 3 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_behbereichep_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_behpppa_lvkk_type / xi:felder / xi:ANZAHLBHEP
Annotations
BogenFeld: Anzahl Behandlungstage (Psychiatrie (Erwachsene))
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="ANZAHLBHEP">
  <xs:annotation>
    <xs:documentation>BogenFeld: Anzahl Behandlungstage (Psychiatrie (Erwachsene))</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="99999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_behpppa_lvkk_type / xi:felder / xi:BEHBEREICHKJP
Annotations
BogenFeld: Behandlungsbereich (Kinder- und Jugendpsychiatrie);
gemäß § 3 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_behbereichkjp_type optional
Source
<xs:element name="BEHBEREICHKJP">
  <xs:annotation>
    <xs:documentation>BogenFeld: Behandlungsbereich (Kinder- und Jugendpsychiatrie); gemäß § 3 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_behbereichkjp_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_behpppa_lvkk_type / xi:felder / xi:ANZAHLBHKJP
Annotations
BogenFeld: Anzahl Behandlungstage (Kinder- und Jugendpsychiatrie)
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="ANZAHLBHKJP">
  <xs:annotation>
    <xs:documentation>BogenFeld: Anzahl Behandlungstage (Kinder- und Jugendpsychiatrie)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="99999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_behpppa_lvkk_type / xi:felder / xi:BEHBEREICHPS
Annotations
BogenFeld: Behandlungsbereich (Psychosomatik);
gemäß § 3 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_behbereichps_type optional
Source
<xs:element name="BEHBEREICHPS">
  <xs:annotation>
    <xs:documentation>BogenFeld: Behandlungsbereich (Psychosomatik); gemäß § 3 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_behbereichps_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_behpppa_lvkk_type / xi:felder / xi:ANZAHLBHPS
Annotations
BogenFeld: Anzahl Behandlungstage (Psychosomatik)
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="ANZAHLBHPS">
  <xs:annotation>
    <xs:documentation>BogenFeld: Anzahl Behandlungstage (Psychosomatik)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="99999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:gr_einrpppa_lvkk_type / xi:bogen / xi:MIN
Annotations
Bogen: Mindestvorgaben, tatsächliche Personalausstattung, Umsetzungsgrad und Erfüllung der Anforderungen pro Berufsgruppe // Existenzbedingung: keine // Bogenzahl: +
Diagram
Type xi:gr_minpppa_lvkk_type
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children xi:bogen, xi:felder
Instance
<xi:MIN xmlns:xi="urn:gba:sqg">
  <xi:felder>{1,1}</xi:felder>
  <xi:bogen>{1,1}</xi:bogen>
</xi:MIN>
Source
<xs:element maxOccurs="unbounded" name="MIN" type="gr_minpppa_lvkk_type">
  <xs:annotation>
    <xs:documentation>Bogen: Mindestvorgaben, tatsächliche Personalausstattung, Umsetzungsgrad und Erfüllung der Anforderungen pro Berufsgruppe // Existenzbedingung: keine // Bogenzahl: +</xs:documentation>
  </xs:annotation>
</xs:element>
Element xi:tds_minpppa_lvkk_type / xi:felder
Annotations
Exportfelder des Bogens
Diagram
Properties
content complex
Model
Children xi:ANRABPPP, xi:ANRNICHTPPP, xi:ANROHNEBV, xi:BERUFSGRUPPEMINEP, xi:BERUFSGRUPPEMINKJP, xi:BERUFSGRUPPEMINPS, xi:LFDNRMIN, xi:MINDERF, xi:STATAEQUIBEHANDKJPMIN, xi:STATAEQUIBEHANDMIN, xi:UMSETZUNGSGRAD, xi:VKSISTMIN, xi:VKSMIN
Instance
<xi:felder xmlns:xi="urn:gba:sqg">
  <xi:LFDNRMIN V="">{1,1}</xi:LFDNRMIN>
  <xi:BERUFSGRUPPEMINEP V="">{1,1}</xi:BERUFSGRUPPEMINEP>
  <xi:STATAEQUIBEHANDMIN V="">{1,1}</xi:STATAEQUIBEHANDMIN>
  <xi:BERUFSGRUPPEMINKJP V="">{1,1}</xi:BERUFSGRUPPEMINKJP>
  <xi:STATAEQUIBEHANDKJPMIN V="">{1,1}</xi:STATAEQUIBEHANDKJPMIN>
  <xi:BERUFSGRUPPEMINPS V="">{1,1}</xi:BERUFSGRUPPEMINPS>
  <xi:VKSMIN V="">{1,1}</xi:VKSMIN>
  <xi:VKSISTMIN V="">{1,1}</xi:VKSISTMIN>
  <xi:ANRNICHTPPP V="">{1,1}</xi:ANRNICHTPPP>
  <xi:ANROHNEBV V="">{1,1}</xi:ANROHNEBV>
  <xi:ANRABPPP V="">{1,1}</xi:ANRABPPP>
  <xi:UMSETZUNGSGRAD V="">{1,1}</xi:UMSETZUNGSGRAD>
  <xi:MINDERF V="">{1,1}</xi:MINDERF>
</xi:felder>
Source
<xs:element name="felder">
  <xs:annotation>
    <xs:documentation>Exportfelder des Bogens</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LFDNRMIN">
        <xs:annotation>
          <xs:documentation>BogenFeld: laufende Nummer der Mindestvorgaben, tatsächliche Personalausstattung, Umsetzungsgrad und Erfüllung der Anforderungen pro Berufsgruppe; für jede Berufsgruppe ist jeweils ein Teildatensatz und bei vorhandener stationsäquivalenter Behandlung ist ein zusätzlicher Teildatensatz für jede Berufsgruppe anzulegen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="12"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="BERUFSGRUPPEMINEP">
        <xs:annotation>
          <xs:documentation>BogenFeld: Berufsgruppe (Psychiatrie (Erwachsene)); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="STATAEQUIBEHANDMIN">
        <xs:annotation>
          <xs:documentation>BogenFeld: stationsäquivalente Behandlung (297)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="BERUFSGRUPPEMINKJP">
        <xs:annotation>
          <xs:documentation>BogenFeld: Berufsgruppe (Kinder- und Jugendpsychiatrie); gemäß § 5 Absatz 2 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="STATAEQUIBEHANDKJPMIN">
        <xs:annotation>
          <xs:documentation>BogenFeld: stationsäquivalente Behandlung (307)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="BERUFSGRUPPEMINPS">
        <xs:annotation>
          <xs:documentation>BogenFeld: Berufsgruppe (Psychosomatik); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_berufsgruppeps_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="VKSMIN">
        <xs:annotation>
          <xs:documentation>BogenFeld: VKS-Mind&#13;Mindestpersonalausstattung der differenzierten Einrichtung; gemäß § 6 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="VKSISTMIN">
        <xs:annotation>
          <xs:documentation>BogenFeld: VKS-Ist&#13;Tatsächliche Personalausstattung der differenzierten Einrichtung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANRNICHTPPP">
        <xs:annotation>
          <xs:documentation>BogenFeld: VKS-Ist&#13;davon Anrechnung Fach- oder Hilfskräfte Nicht-&#13;PPP-RL-Berufsgruppen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANROHNEBV">
        <xs:annotation>
          <xs:documentation>BogenFeld: VKS-Ist&#13;davon Anrechnung Fachkräfte ohne direktes Beschäftigungsverhältnis</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANRABPPP">
        <xs:annotation>
          <xs:documentation>BogenFeld: VKS-Ist&#13;davon Anrechnung Fachkräfte anderer Berufsgruppen nach PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="UMSETZUNGSGRAD">
        <xs:annotation>
          <xs:documentation>BogenFeld: Umsetzungsgrad der Berufsgruppe; gemäß § 7 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:decimal">
                <xs:minInclusive value="0.0"/>
                <xs:maxInclusive value="999.99"/>
                <xs:totalDigits value="5"/>
                <xs:fractionDigits value="2"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="MINDERF">
        <xs:annotation>
          <xs:documentation>BogenFeld: Mindestanforderung der Berufsgruppe erfüllt</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:tds_minpppa_lvkk_type / xi:felder / xi:LFDNRMIN
Annotations
BogenFeld: laufende Nummer der Mindestvorgaben, tatsächliche Personalausstattung, Umsetzungsgrad und Erfüllung der Anforderungen pro Berufsgruppe;
für jede Berufsgruppe ist jeweils ein Teildatensatz und bei vorhandener stationsäquivalenter Behandlung ist ein zusätzlicher Teildatensatz für jede Berufsgruppe anzulegen
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="LFDNRMIN">
  <xs:annotation>
    <xs:documentation>BogenFeld: laufende Nummer der Mindestvorgaben, tatsächliche Personalausstattung, Umsetzungsgrad und Erfüllung der Anforderungen pro Berufsgruppe; für jede Berufsgruppe ist jeweils ein Teildatensatz und bei vorhandener stationsäquivalenter Behandlung ist ein zusätzlicher Teildatensatz für jede Berufsgruppe anzulegen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="1"/>
          <xs:maxInclusive value="12"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_minpppa_lvkk_type / xi:felder / xi:BERUFSGRUPPEMINEP
Annotations
BogenFeld: Berufsgruppe (Psychiatrie (Erwachsene));
gemäß § 5 Absatz 1 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_berufsgruppeep_type optional
Source
<xs:element name="BERUFSGRUPPEMINEP">
  <xs:annotation>
    <xs:documentation>BogenFeld: Berufsgruppe (Psychiatrie (Erwachsene)); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_minpppa_lvkk_type / xi:felder / xi:STATAEQUIBEHANDMIN
Annotations
BogenFeld: stationsäquivalente Behandlung (297)
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="STATAEQUIBEHANDMIN">
  <xs:annotation>
    <xs:documentation>BogenFeld: stationsäquivalente Behandlung (297)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_minpppa_lvkk_type / xi:felder / xi:BERUFSGRUPPEMINKJP
Annotations
BogenFeld: Berufsgruppe (Kinder- und Jugendpsychiatrie);
gemäß § 5 Absatz 2 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_berufsgruppekjp_type optional
Source
<xs:element name="BERUFSGRUPPEMINKJP">
  <xs:annotation>
    <xs:documentation>BogenFeld: Berufsgruppe (Kinder- und Jugendpsychiatrie); gemäß § 5 Absatz 2 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_minpppa_lvkk_type / xi:felder / xi:STATAEQUIBEHANDKJPMIN
Annotations
BogenFeld: stationsäquivalente Behandlung (307)
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="STATAEQUIBEHANDKJPMIN">
  <xs:annotation>
    <xs:documentation>BogenFeld: stationsäquivalente Behandlung (307)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_minpppa_lvkk_type / xi:felder / xi:BERUFSGRUPPEMINPS
Annotations
BogenFeld: Berufsgruppe (Psychosomatik);
gemäß § 5 Absatz 1 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_berufsgruppeps_type optional
Source
<xs:element name="BERUFSGRUPPEMINPS">
  <xs:annotation>
    <xs:documentation>BogenFeld: Berufsgruppe (Psychosomatik); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_berufsgruppeps_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_minpppa_lvkk_type / xi:felder / xi:VKSMIN
Annotations
BogenFeld: VKS-Mind
 Mindestpersonalausstattung der differenzierten Einrichtung;
gemäß § 6 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="VKSMIN">
  <xs:annotation>
    <xs:documentation>BogenFeld: VKS-Mind&#13;Mindestpersonalausstattung der differenzierten Einrichtung; gemäß § 6 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_minpppa_lvkk_type / xi:felder / xi:VKSISTMIN
Annotations
BogenFeld: VKS-Ist
 Tatsächliche Personalausstattung der differenzierten Einrichtung
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="VKSISTMIN">
  <xs:annotation>
    <xs:documentation>BogenFeld: VKS-Ist&#13;Tatsächliche Personalausstattung der differenzierten Einrichtung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_minpppa_lvkk_type / xi:felder / xi:ANRNICHTPPP
Annotations
BogenFeld: VKS-Ist
 davon Anrechnung Fach- oder Hilfskräfte Nicht-
 PPP-RL-Berufsgruppen
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="ANRNICHTPPP">
  <xs:annotation>
    <xs:documentation>BogenFeld: VKS-Ist&#13;davon Anrechnung Fach- oder Hilfskräfte Nicht-&#13;PPP-RL-Berufsgruppen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_minpppa_lvkk_type / xi:felder / xi:ANROHNEBV
Annotations
BogenFeld: VKS-Ist
 davon Anrechnung Fachkräfte ohne direktes Beschäftigungsverhältnis
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="ANROHNEBV">
  <xs:annotation>
    <xs:documentation>BogenFeld: VKS-Ist&#13;davon Anrechnung Fachkräfte ohne direktes Beschäftigungsverhältnis</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_minpppa_lvkk_type / xi:felder / xi:ANRABPPP
Annotations
BogenFeld: VKS-Ist
 davon Anrechnung Fachkräfte anderer Berufsgruppen nach PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="ANRABPPP">
  <xs:annotation>
    <xs:documentation>BogenFeld: VKS-Ist&#13;davon Anrechnung Fachkräfte anderer Berufsgruppen nach PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_minpppa_lvkk_type / xi:felder / xi:UMSETZUNGSGRAD
Annotations
BogenFeld: Umsetzungsgrad der Berufsgruppe;
gemäß § 7 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:decimal optional
Source
<xs:element name="UMSETZUNGSGRAD">
  <xs:annotation>
    <xs:documentation>BogenFeld: Umsetzungsgrad der Berufsgruppe; gemäß § 7 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:decimal">
          <xs:minInclusive value="0.0"/>
          <xs:maxInclusive value="999.99"/>
          <xs:totalDigits value="5"/>
          <xs:fractionDigits value="2"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_minpppa_lvkk_type / xi:felder / xi:MINDERF
Annotations
BogenFeld: Mindestanforderung der Berufsgruppe erfüllt
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="MINDERF">
  <xs:annotation>
    <xs:documentation>BogenFeld: Mindestanforderung der Berufsgruppe erfüllt</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:gr_minpppa_lvkk_type / xi:bogen
Annotations
Kindbögen
Diagram
Properties
content complex
Model
Children xi:ANR
Instance
<xi:bogen xmlns:xi="urn:gba:sqg">
  <xi:ANR>{0,unbounded}</xi:ANR>
</xi:bogen>
Source
<xs:element name="bogen">
  <xs:annotation>
    <xs:documentation>Kindbögen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" minOccurs="0" name="ANR" type="tds_anrpppa_lvkk_type">
        <xs:annotation>
          <xs:documentation>Bogen: Anrechnung von Fachkräften gemäß § 8 PPP-RL // Existenzbedingung: ANRABPPPB > 0 ODER ANRNICHTPPPB > 0 ODER ANROHNEBVB > 0 // Bogenzahl: *</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:gr_minpppa_lvkk_type / xi:bogen / xi:ANR
Annotations
Bogen: Anrechnung von Fachkräften gemäß § 8 PPP-RL // Existenzbedingung: ANRABPPPB > 0 ODER ANRNICHTPPPB > 0 ODER ANROHNEBVB > 0 // Bogenzahl: *
Diagram
Type xi:tds_anrpppa_lvkk_type
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children xi:felder
Instance
<xi:ANR xmlns:xi="urn:gba:sqg">
  <xi:felder>{1,1}</xi:felder>
</xi:ANR>
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="ANR" type="tds_anrpppa_lvkk_type">
  <xs:annotation>
    <xs:documentation>Bogen: Anrechnung von Fachkräften gemäß § 8 PPP-RL // Existenzbedingung: ANRABPPPB > 0 ODER ANRNICHTPPPB > 0 ODER ANROHNEBVB > 0 // Bogenzahl: *</xs:documentation>
  </xs:annotation>
</xs:element>
Element xi:tds_anrpppa_lvkk_type / xi:felder
Annotations
Exportfelder des Bogens
Diagram
Properties
content complex
Model
Children xi:ANRBERUFSGRAEP, xi:ANRBERUFSGRAKJP, xi:ANRBERUFSGRANPPPBG, xi:ANRTAETIGKEIT, xi:ANRTANA, xi:ANRTATBESTAND, xi:LFDNRANR, xi:REGELAUFGABEN
Instance
<xi:felder xmlns:xi="urn:gba:sqg">
  <xi:LFDNRANR V="">{1,1}</xi:LFDNRANR>
  <xi:ANRTANA V="">{1,1}</xi:ANRTANA>
  <xi:ANRTATBESTAND V="">{1,1}</xi:ANRTATBESTAND>
  <xi:ANRBERUFSGRAEP V="">{1,1}</xi:ANRBERUFSGRAEP>
  <xi:ANRBERUFSGRAKJP V="">{1,1}</xi:ANRBERUFSGRAKJP>
  <xi:ANRBERUFSGRANPPPBG V="">{1,1}</xi:ANRBERUFSGRANPPPBG>
  <xi:ANRTAETIGKEIT V="">{1,1}</xi:ANRTAETIGKEIT>
  <xi:REGELAUFGABEN V="">{1,1}</xi:REGELAUFGABEN>
</xi:felder>
Source
<xs:element name="felder">
  <xs:annotation>
    <xs:documentation>Exportfelder des Bogens</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LFDNRANR">
        <xs:annotation>
          <xs:documentation>BogenFeld: laufende Nummer der Anrechnung von Fachkräften gemäß § 8 PPP-RL; für jeden Anrechnungstatbestand ist jeweils ein Teildatensatz anzulegen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="3"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANRTANA">
        <xs:annotation>
          <xs:documentation>BogenFeld: Tagdienst / Nachtdienst</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_tn_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANRTATBESTAND">
        <xs:annotation>
          <xs:documentation>BogenFeld: Anrechnungstatbestand; gemäß § 8 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_anrtatbestand_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANRBERUFSGRAEP">
        <xs:annotation>
          <xs:documentation>BogenFeld: Tatsächliche Berufsgruppe des angerechneten Personals für Fachkräfte anderer Berufsgruppen nach PPP-RL und für Fachkräfte ohne direktes Beschäftigungsverhältnis in VKS (Psychiatrie (Erwachsene), Psychosomatik); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANRBERUFSGRAKJP">
        <xs:annotation>
          <xs:documentation>BogenFeld: Tatsächliche Berufsgruppe des angerechneten Personals für Fachkräfte anderer Berufsgruppen nach PPP-RL und für Fachkräfte ohne direktes Beschäftigungsverhältnis in VKS (Kinder- und Jugendpsychiatrie); gemäß § 5 Absatz 2 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANRBERUFSGRANPPPBG">
        <xs:annotation>
          <xs:documentation>BogenFeld: Tatsächliche Berufsgruppe des angerechneten Personals für Fachkräfte von Nicht-PPP-RL-Berufsgruppen in VKS</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:maxLength value="150"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANRTAETIGKEIT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Angerechnete Tätigkeiten</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:decimal">
                <xs:minInclusive value="0.0"/>
                <xs:maxInclusive value="999999.99"/>
                <xs:totalDigits value="8"/>
                <xs:fractionDigits value="2"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="REGELAUFGABEN">
        <xs:annotation>
          <xs:documentation>BogenFeld: Erläuterung; Regelaufgaben gemäß Anlage 4 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:maxLength value="2000"/>
                <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
                <!-- [\s\S] === [\d\D] -->
                <!-- anything incl. newline + something not whitespace + anything incl. newline -->
                <xs:pattern value="[\s\S]*\S[\s\S]*"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:tds_anrpppa_lvkk_type / xi:felder / xi:LFDNRANR
Annotations
BogenFeld: laufende Nummer der Anrechnung von Fachkräften gemäß § 8 PPP-RL;
für jeden Anrechnungstatbestand ist jeweils ein Teildatensatz anzulegen
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="LFDNRANR">
  <xs:annotation>
    <xs:documentation>BogenFeld: laufende Nummer der Anrechnung von Fachkräften gemäß § 8 PPP-RL; für jeden Anrechnungstatbestand ist jeweils ein Teildatensatz anzulegen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="1"/>
          <xs:maxInclusive value="3"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_anrpppa_lvkk_type / xi:felder / xi:ANRTANA
Annotations
BogenFeld: Tagdienst / Nachtdienst
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_tn_type required
Source
<xs:element name="ANRTANA">
  <xs:annotation>
    <xs:documentation>BogenFeld: Tagdienst / Nachtdienst</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_tn_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_anrpppa_lvkk_type / xi:felder / xi:ANRTATBESTAND
Annotations
BogenFeld: Anrechnungstatbestand;
gemäß § 8 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_anrtatbestand_type required
Source
<xs:element name="ANRTATBESTAND">
  <xs:annotation>
    <xs:documentation>BogenFeld: Anrechnungstatbestand; gemäß § 8 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_anrtatbestand_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_anrpppa_lvkk_type / xi:felder / xi:ANRBERUFSGRAEP
Annotations
BogenFeld: Tatsächliche Berufsgruppe des angerechneten Personals für Fachkräfte anderer Berufsgruppen nach PPP-RL und für Fachkräfte ohne direktes Beschäftigungsverhältnis in VKS (Psychiatrie (Erwachsene), Psychosomatik);
gemäß § 5 Absatz 1 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_berufsgruppeep_type optional
Source
<xs:element name="ANRBERUFSGRAEP">
  <xs:annotation>
    <xs:documentation>BogenFeld: Tatsächliche Berufsgruppe des angerechneten Personals für Fachkräfte anderer Berufsgruppen nach PPP-RL und für Fachkräfte ohne direktes Beschäftigungsverhältnis in VKS (Psychiatrie (Erwachsene), Psychosomatik); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_anrpppa_lvkk_type / xi:felder / xi:ANRBERUFSGRAKJP
Annotations
BogenFeld: Tatsächliche Berufsgruppe des angerechneten Personals für Fachkräfte anderer Berufsgruppen nach PPP-RL und für Fachkräfte ohne direktes Beschäftigungsverhältnis in VKS (Kinder- und Jugendpsychiatrie);
gemäß § 5 Absatz 2 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_berufsgruppekjp_type optional
Source
<xs:element name="ANRBERUFSGRAKJP">
  <xs:annotation>
    <xs:documentation>BogenFeld: Tatsächliche Berufsgruppe des angerechneten Personals für Fachkräfte anderer Berufsgruppen nach PPP-RL und für Fachkräfte ohne direktes Beschäftigungsverhältnis in VKS (Kinder- und Jugendpsychiatrie); gemäß § 5 Absatz 2 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_anrpppa_lvkk_type / xi:felder / xi:ANRBERUFSGRANPPPBG
Annotations
BogenFeld: Tatsächliche Berufsgruppe des angerechneten Personals für Fachkräfte von Nicht-PPP-RL-Berufsgruppen in VKS
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin optional
Source
<xs:element name="ANRBERUFSGRANPPPBG">
  <xs:annotation>
    <xs:documentation>BogenFeld: Tatsächliche Berufsgruppe des angerechneten Personals für Fachkräfte von Nicht-PPP-RL-Berufsgruppen in VKS</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:maxLength value="150"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_anrpppa_lvkk_type / xi:felder / xi:ANRTAETIGKEIT
Annotations
BogenFeld: Angerechnete Tätigkeiten
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:decimal required
Source
<xs:element name="ANRTAETIGKEIT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Angerechnete Tätigkeiten</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:decimal">
          <xs:minInclusive value="0.0"/>
          <xs:maxInclusive value="999999.99"/>
          <xs:totalDigits value="8"/>
          <xs:fractionDigits value="2"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_anrpppa_lvkk_type / xi:felder / xi:REGELAUFGABEN
Annotations
BogenFeld: Erläuterung;
Regelaufgaben gemäß Anlage 4 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin required
Source
<xs:element name="REGELAUFGABEN">
  <xs:annotation>
    <xs:documentation>BogenFeld: Erläuterung; Regelaufgaben gemäß Anlage 4 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:maxLength value="2000"/>
          <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
          <!-- [\s\S] === [\d\D] -->
          <!-- anything incl. newline + something not whitespace + anything incl. newline -->
          <xs:pattern value="[\s\S]*\S[\s\S]*"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:gr_einrpppa_lvkk_type / xi:bogen / xi:AUS
Annotations
Bogen: Ausnahmetatbestände // Existenzbedingung: keine // Bogenzahl: *
Diagram
Type xi:tds_auspppa_lvkk_type
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children xi:felder
Instance
<xi:AUS xmlns:xi="urn:gba:sqg">
  <xi:felder>{1,1}</xi:felder>
</xi:AUS>
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="AUS" type="tds_auspppa_lvkk_type">
  <xs:annotation>
    <xs:documentation>Bogen: Ausnahmetatbestände // Existenzbedingung: keine // Bogenzahl: *</xs:documentation>
  </xs:annotation>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder
Annotations
Exportfelder des Bogens
Diagram
Properties
content complex
Model
Children xi:ABEHANDLEISTUNG, xi:APERSAUSSTATT, xi:AUSFALLQUOTE, xi:AUSFALLSTD, xi:AUSTATBESTAND, xi:BEHANDTAGE, xi:BEHANDTAGEVJ, xi:DRITTELQUART, xi:GRUENDE1, xi:GRUENDE2, xi:GRUENDE3, xi:GRUENDE4, xi:LFDNRAUS, xi:MINAKTQUART, xi:MINVORQUART, xi:MINVORVORQUART, xi:MONATAUS, xi:PROZENTSATZ, xi:QUARTAL, xi:STANDORTTAG, xi:VKSMINAT
Instance
<xi:felder xmlns:xi="urn:gba:sqg">
  <xi:LFDNRAUS V="">{1,1}</xi:LFDNRAUS>
  <xi:AUSTATBESTAND V="">{1,1}</xi:AUSTATBESTAND>
  <xi:QUARTAL V="">{1,1}</xi:QUARTAL>
  <xi:MONATAUS V="">{1,1}</xi:MONATAUS>
  <xi:DRITTELQUART V="">{1,1}</xi:DRITTELQUART>
  <xi:AUSFALLSTD V="">{1,1}</xi:AUSFALLSTD>
  <xi:VKSMINAT V="">{1,1}</xi:VKSMINAT>
  <xi:AUSFALLQUOTE V="">{1,1}</xi:AUSFALLQUOTE>
  <xi:GRUENDE1 V="">{1,1}</xi:GRUENDE1>
  <xi:BEHANDTAGE V="">{1,1}</xi:BEHANDTAGE>
  <xi:BEHANDTAGEVJ V="">{1,1}</xi:BEHANDTAGEVJ>
  <xi:PROZENTSATZ V="">{1,1}</xi:PROZENTSATZ>
  <xi:GRUENDE2 V="">{1,1}</xi:GRUENDE2>
  <xi:ABEHANDLEISTUNG V="">{1,1}</xi:ABEHANDLEISTUNG>
  <xi:APERSAUSSTATT V="">{1,1}</xi:APERSAUSSTATT>
  <xi:GRUENDE3 V="">{1,1}</xi:GRUENDE3>
  <xi:STANDORTTAG V="">{1,1}</xi:STANDORTTAG>
  <xi:MINAKTQUART V="">{1,1}</xi:MINAKTQUART>
  <xi:MINVORQUART V="">{1,1}</xi:MINVORQUART>
  <xi:MINVORVORQUART V="">{1,1}</xi:MINVORVORQUART>
  <xi:GRUENDE4 V="">{1,1}</xi:GRUENDE4>
</xi:felder>
Source
<xs:element name="felder">
  <xs:annotation>
    <xs:documentation>Exportfelder des Bogens</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LFDNRAUS">
        <xs:annotation>
          <xs:documentation>BogenFeld: laufende Nummer der Ausnahmetatbestände; für jeden Ausnahmetatbestand ist jeweils ein Teildatensatz anzulegen (optional)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="4"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="AUSTATBESTAND">
        <xs:annotation>
          <xs:documentation>BogenFeld: Welcher&#13;Ausnahmetatbestand liegt vor?; gemäß § 10 Absatz 1 Satz 1 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_austatbestand_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="QUARTAL">
        <xs:annotation>
          <xs:documentation>BogenFeld: Quartal</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_quartal_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="MONATAUS">
        <xs:annotation>
          <xs:documentation>BogenFeld: Monat</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="12"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="DRITTELQUART">
        <xs:annotation>
          <xs:documentation>BogenFeld: Drittel des Quartals</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_drittelquartals_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="AUSFALLSTD">
        <xs:annotation>
          <xs:documentation>BogenFeld: krankheitsbedingte Ausfallstunden</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="VKSMINAT">
        <xs:annotation>
          <xs:documentation>BogenFeld: VKS-Mind&#13;Mindestpersonalvorgabe</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="AUSFALLQUOTE">
        <xs:annotation>
          <xs:documentation>BogenFeld: Ausfallquote</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:decimal">
                <xs:minInclusive value="0.0"/>
                <xs:maxInclusive value="999.99"/>
                <xs:totalDigits value="5"/>
                <xs:fractionDigits value="2"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="GRUENDE1">
        <xs:annotation>
          <xs:documentation>BogenFeld: Gründe für Abweichungen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:maxLength value="999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="BEHANDTAGE">
        <xs:annotation>
          <xs:documentation>BogenFeld: Behandlungstage im aktuellen Jahr</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="BEHANDTAGEVJ">
        <xs:annotation>
          <xs:documentation>BogenFeld: Behandlungstage Vergleichswert Vorjahr</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="PROZENTSATZ">
        <xs:annotation>
          <xs:documentation>BogenFeld: Prozentsatz</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:decimal">
                <xs:minInclusive value="0.0"/>
                <xs:maxInclusive value="999.99"/>
                <xs:totalDigits value="5"/>
                <xs:fractionDigits value="2"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="GRUENDE2">
        <xs:annotation>
          <xs:documentation>BogenFeld: Gründe für Abweichungen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:maxLength value="999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ABEHANDLEISTUNG">
        <xs:annotation>
          <xs:documentation>BogenFeld: Auswirkungen auf die Behandlungsleistungen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:maxLength value="999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="APERSAUSSTATT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Auswirkungen auf die Personalausstattung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:maxLength value="999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="GRUENDE3">
        <xs:annotation>
          <xs:documentation>BogenFeld: Gründe für Abweichungen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:maxLength value="999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="STANDORTTAG">
        <xs:annotation>
          <xs:documentation>BogenFeld: Am Standort ausschließlich Tagesklinik</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="MINAKTQUART">
        <xs:annotation>
          <xs:documentation>BogenFeld: Mindestvorgaben im aktuellen Quartal eingehalten (Quartal)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="MINVORQUART">
        <xs:annotation>
          <xs:documentation>BogenFeld: Mindestvorgaben im vorangegangenen Quartal eingehalten (Quartal -1)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="MINVORVORQUART">
        <xs:annotation>
          <xs:documentation>BogenFeld: Mindestvorgaben im vorvorangegangengen Quartal eingehalten (Quartal -2)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="GRUENDE4">
        <xs:annotation>
          <xs:documentation>BogenFeld: Gründe für Abweichungen im aktuellen Quartal</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:maxLength value="999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:LFDNRAUS
Annotations
BogenFeld: laufende Nummer der Ausnahmetatbestände;
für jeden Ausnahmetatbestand ist jeweils ein Teildatensatz anzulegen (optional)
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="LFDNRAUS">
  <xs:annotation>
    <xs:documentation>BogenFeld: laufende Nummer der Ausnahmetatbestände; für jeden Ausnahmetatbestand ist jeweils ein Teildatensatz anzulegen (optional)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="1"/>
          <xs:maxInclusive value="4"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:AUSTATBESTAND
Annotations
BogenFeld: Welcher
 Ausnahmetatbestand liegt vor?;
gemäß § 10 Absatz 1 Satz 1 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_austatbestand_type required
Source
<xs:element name="AUSTATBESTAND">
  <xs:annotation>
    <xs:documentation>BogenFeld: Welcher&#13;Ausnahmetatbestand liegt vor?; gemäß § 10 Absatz 1 Satz 1 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_austatbestand_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:QUARTAL
Annotations
BogenFeld: Quartal
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_quartal_type optional
Source
<xs:element name="QUARTAL">
  <xs:annotation>
    <xs:documentation>BogenFeld: Quartal</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_quartal_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:MONATAUS
Annotations
BogenFeld: Monat
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="MONATAUS">
  <xs:annotation>
    <xs:documentation>BogenFeld: Monat</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="1"/>
          <xs:maxInclusive value="12"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:DRITTELQUART
Annotations
BogenFeld: Drittel des Quartals
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_drittelquartals_type optional
Source
<xs:element name="DRITTELQUART">
  <xs:annotation>
    <xs:documentation>BogenFeld: Drittel des Quartals</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_drittelquartals_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:AUSFALLSTD
Annotations
BogenFeld: krankheitsbedingte Ausfallstunden
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="AUSFALLSTD">
  <xs:annotation>
    <xs:documentation>BogenFeld: krankheitsbedingte Ausfallstunden</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:VKSMINAT
Annotations
BogenFeld: VKS-Mind
 Mindestpersonalvorgabe
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="VKSMINAT">
  <xs:annotation>
    <xs:documentation>BogenFeld: VKS-Mind&#13;Mindestpersonalvorgabe</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:AUSFALLQUOTE
Annotations
BogenFeld: Ausfallquote
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:decimal optional
Source
<xs:element name="AUSFALLQUOTE">
  <xs:annotation>
    <xs:documentation>BogenFeld: Ausfallquote</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:decimal">
          <xs:minInclusive value="0.0"/>
          <xs:maxInclusive value="999.99"/>
          <xs:totalDigits value="5"/>
          <xs:fractionDigits value="2"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:GRUENDE1
Annotations
BogenFeld: Gründe für Abweichungen
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin optional
Source
<xs:element name="GRUENDE1">
  <xs:annotation>
    <xs:documentation>BogenFeld: Gründe für Abweichungen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:maxLength value="999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:BEHANDTAGE
Annotations
BogenFeld: Behandlungstage im aktuellen Jahr
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="BEHANDTAGE">
  <xs:annotation>
    <xs:documentation>BogenFeld: Behandlungstage im aktuellen Jahr</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:BEHANDTAGEVJ
Annotations
BogenFeld: Behandlungstage Vergleichswert Vorjahr
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="BEHANDTAGEVJ">
  <xs:annotation>
    <xs:documentation>BogenFeld: Behandlungstage Vergleichswert Vorjahr</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:PROZENTSATZ
Annotations
BogenFeld: Prozentsatz
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:decimal optional
Source
<xs:element name="PROZENTSATZ">
  <xs:annotation>
    <xs:documentation>BogenFeld: Prozentsatz</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:decimal">
          <xs:minInclusive value="0.0"/>
          <xs:maxInclusive value="999.99"/>
          <xs:totalDigits value="5"/>
          <xs:fractionDigits value="2"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:GRUENDE2
Annotations
BogenFeld: Gründe für Abweichungen
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin optional
Source
<xs:element name="GRUENDE2">
  <xs:annotation>
    <xs:documentation>BogenFeld: Gründe für Abweichungen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:maxLength value="999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:ABEHANDLEISTUNG
Annotations
BogenFeld: Auswirkungen auf die Behandlungsleistungen
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin optional
Source
<xs:element name="ABEHANDLEISTUNG">
  <xs:annotation>
    <xs:documentation>BogenFeld: Auswirkungen auf die Behandlungsleistungen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:maxLength value="999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:APERSAUSSTATT
Annotations
BogenFeld: Auswirkungen auf die Personalausstattung
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin optional
Source
<xs:element name="APERSAUSSTATT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Auswirkungen auf die Personalausstattung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:maxLength value="999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:GRUENDE3
Annotations
BogenFeld: Gründe für Abweichungen
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin optional
Source
<xs:element name="GRUENDE3">
  <xs:annotation>
    <xs:documentation>BogenFeld: Gründe für Abweichungen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:maxLength value="999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:STANDORTTAG
Annotations
BogenFeld: Am Standort ausschließlich Tagesklinik
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="STANDORTTAG">
  <xs:annotation>
    <xs:documentation>BogenFeld: Am Standort ausschließlich Tagesklinik</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:MINAKTQUART
Annotations
BogenFeld: Mindestvorgaben im aktuellen Quartal eingehalten (Quartal)
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="MINAKTQUART">
  <xs:annotation>
    <xs:documentation>BogenFeld: Mindestvorgaben im aktuellen Quartal eingehalten (Quartal)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:MINVORQUART
Annotations
BogenFeld: Mindestvorgaben im vorangegangenen Quartal eingehalten (Quartal -1)
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="MINVORQUART">
  <xs:annotation>
    <xs:documentation>BogenFeld: Mindestvorgaben im vorangegangenen Quartal eingehalten (Quartal -1)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:MINVORVORQUART
Annotations
BogenFeld: Mindestvorgaben im vorvorangegangengen Quartal eingehalten (Quartal -2)
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="MINVORVORQUART">
  <xs:annotation>
    <xs:documentation>BogenFeld: Mindestvorgaben im vorvorangegangengen Quartal eingehalten (Quartal -2)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_auspppa_lvkk_type / xi:felder / xi:GRUENDE4
Annotations
BogenFeld: Gründe für Abweichungen im aktuellen Quartal
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin optional
Source
<xs:element name="GRUENDE4">
  <xs:annotation>
    <xs:documentation>BogenFeld: Gründe für Abweichungen im aktuellen Quartal</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:maxLength value="999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:gr_einrpppa_lvkk_type / xi:bogen / xi:ZEIT
Annotations
Bogen: Einhaltung der Mindestvorgaben bei nicht quartalsbezogenen Ausnahmetatbeständen – Zeitraum // Existenzbedingung: @DRITTELQUART <> LEER ODER @MONAT <> LEER // Bogenzahl: ?
Diagram
Type xi:gr_zeitpppa_lvkk_type
Type hierarchy
Properties
content complex
minOccurs 0
Model
Children xi:bogen, xi:felder
Instance
<xi:ZEIT xmlns:xi="urn:gba:sqg">
  <xi:felder>{1,1}</xi:felder>
  <xi:bogen>{1,1}</xi:bogen>
</xi:ZEIT>
Source
<xs:element minOccurs="0" name="ZEIT" type="gr_zeitpppa_lvkk_type">
  <xs:annotation>
    <xs:documentation>Bogen: Einhaltung der Mindestvorgaben bei nicht quartalsbezogenen Ausnahmetatbeständen – Zeitraum // Existenzbedingung: @DRITTELQUART <> LEER ODER @MONAT <> LEER // Bogenzahl: ?</xs:documentation>
  </xs:annotation>
</xs:element>
Element xi:tds_zeitpppa_lvkk_type / xi:felder
Annotations
Exportfelder des Bogens
Diagram
Properties
content complex
Model
Children xi:AUSNGESQUART, xi:KONKDAT, xi:LFDNRZEIT, xi:MONATE, xi:ZEITDRITTELQUART
Instance
<xi:felder xmlns:xi="urn:gba:sqg">
  <xi:LFDNRZEIT V="">{1,1}</xi:LFDNRZEIT>
  <xi:AUSNGESQUART V="">{1,1}</xi:AUSNGESQUART>
  <xi:MONATE V="">{1,2}</xi:MONATE>
  <xi:ZEITDRITTELQUART V="">{1,1}</xi:ZEITDRITTELQUART>
  <xi:KONKDAT V="">{1,62}</xi:KONKDAT>
</xi:felder>
Source
<xs:element name="felder">
  <xs:annotation>
    <xs:documentation>Exportfelder des Bogens</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LFDNRZEIT">
        <xs:annotation>
          <xs:documentation>BogenFeld: laufende Nummer für den Zeitraum ohne Ausnahmetatbestände; für alle Ausnahmetatbestände ist insgesamt nur ein Teildatensatz auszufüllen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="1"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="AUSNGESQUART">
        <xs:annotation>
          <xs:documentation>BogenFeld: Ausnahmetatbestände liegen in Summe über das gesamte Quartal hinweg vor</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element maxOccurs="2" minOccurs="1" name="MONATE">
        <xs:annotation>
          <xs:documentation>BogenFeld: Monat/e</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="12"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ZEITDRITTELQUART">
        <xs:annotation>
          <xs:documentation>BogenFeld: Drittel des Quartals</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_drittelquartals_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element maxOccurs="62" minOccurs="1" name="KONKDAT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Konkretes Datum</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="datum_type" use="optional"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:tds_zeitpppa_lvkk_type / xi:felder / xi:LFDNRZEIT
Annotations
BogenFeld: laufende Nummer für den Zeitraum ohne Ausnahmetatbestände;
für alle Ausnahmetatbestände ist insgesamt nur ein Teildatensatz auszufüllen
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="LFDNRZEIT">
  <xs:annotation>
    <xs:documentation>BogenFeld: laufende Nummer für den Zeitraum ohne Ausnahmetatbestände; für alle Ausnahmetatbestände ist insgesamt nur ein Teildatensatz auszufüllen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="1"/>
          <xs:maxInclusive value="1"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_zeitpppa_lvkk_type / xi:felder / xi:AUSNGESQUART
Annotations
BogenFeld: Ausnahmetatbestände liegen in Summe über das gesamte Quartal hinweg vor
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type required
Source
<xs:element name="AUSNGESQUART">
  <xs:annotation>
    <xs:documentation>BogenFeld: Ausnahmetatbestände liegen in Summe über das gesamte Quartal hinweg vor</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_zeitpppa_lvkk_type / xi:felder / xi:MONATE
Annotations
BogenFeld: Monat/e
Diagram
Properties
content complex
minOccurs 1
maxOccurs 2
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element maxOccurs="2" minOccurs="1" name="MONATE">
  <xs:annotation>
    <xs:documentation>BogenFeld: Monat/e</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="1"/>
          <xs:maxInclusive value="12"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_zeitpppa_lvkk_type / xi:felder / xi:ZEITDRITTELQUART
Annotations
BogenFeld: Drittel des Quartals
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_drittelquartals_type optional
Source
<xs:element name="ZEITDRITTELQUART">
  <xs:annotation>
    <xs:documentation>BogenFeld: Drittel des Quartals</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_drittelquartals_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_zeitpppa_lvkk_type / xi:felder / xi:KONKDAT
Annotations
BogenFeld: Konkretes Datum
Diagram
Properties
content complex
minOccurs 1
maxOccurs 62
Attributes
QName Type Use
V datum_type optional
Source
<xs:element maxOccurs="62" minOccurs="1" name="KONKDAT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Konkretes Datum</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="datum_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:gr_zeitpppa_lvkk_type / xi:bogen
Annotations
Kindbögen
Diagram
Properties
content complex
Model
Children xi:AMIN, xi:AUMS
Instance
<xi:bogen xmlns:xi="urn:gba:sqg">
  <xi:AMIN>{0,unbounded}</xi:AMIN>
  <xi:AUMS>{0,1}</xi:AUMS>
</xi:bogen>
Source
<xs:element name="bogen">
  <xs:annotation>
    <xs:documentation>Kindbögen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" minOccurs="0" name="AMIN" type="gr_aminpppa_lvkk_type">
        <xs:annotation>
          <xs:documentation>Bogen: Einhaltung der Mindestvorgaben bei nicht quartalsbezogenen Ausnahmetatbeständen – Mindestvorgaben, tatsächliche Personalausstattung, Umsetzungsgrad und Erfüllung // Existenzbedingung: AUSNGESQUART = 0 // Bogenzahl: *</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="AUMS" type="tds_aumspppa_lvkk_type">
        <xs:annotation>
          <xs:documentation>Bogen: Einhaltung der Mindestvorgaben bei nicht quartalsbezogenen Ausnahmetatbeständen – Umsetzungsgrad und Erfüllung // Existenzbedingung: AUSNGESQUART = 0 // Bogenzahl: ?</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:gr_zeitpppa_lvkk_type / xi:bogen / xi:AMIN
Annotations
Bogen: Einhaltung der Mindestvorgaben bei nicht quartalsbezogenen Ausnahmetatbeständen – Mindestvorgaben, tatsächliche Personalausstattung, Umsetzungsgrad und Erfüllung // Existenzbedingung: AUSNGESQUART = 0 // Bogenzahl: *
Diagram
Type xi:gr_aminpppa_lvkk_type
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children xi:bogen, xi:felder
Instance
<xi:AMIN xmlns:xi="urn:gba:sqg">
  <xi:felder>{1,1}</xi:felder>
  <xi:bogen>{1,1}</xi:bogen>
</xi:AMIN>
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="AMIN" type="gr_aminpppa_lvkk_type">
  <xs:annotation>
    <xs:documentation>Bogen: Einhaltung der Mindestvorgaben bei nicht quartalsbezogenen Ausnahmetatbeständen – Mindestvorgaben, tatsächliche Personalausstattung, Umsetzungsgrad und Erfüllung // Existenzbedingung: AUSNGESQUART = 0 // Bogenzahl: *</xs:documentation>
  </xs:annotation>
</xs:element>
Element xi:tds_aminpppa_lvkk_type / xi:felder
Annotations
Exportfelder des Bogens
Diagram
Properties
content complex
Model
Children xi:ANRABPPPAMIN, xi:ANRNICHTPPPAMIN, xi:ANROHNEBVAMIN, xi:BERUFSGRUPPEAMINEP, xi:BERUFSGRUPPEAMINKJP, xi:BERUFSGRUPPEAMINPS, xi:LFDNRAMIN, xi:MINDERFAMIN, xi:STATAEQUIBEHANDAMIN, xi:STATAEQUIBEHANDKJPAMIN, xi:UMSETZUNGSGRADAMIN, xi:VKSAMIN, xi:VKSISTAMIN
Instance
<xi:felder xmlns:xi="urn:gba:sqg">
  <xi:LFDNRAMIN V="">{1,1}</xi:LFDNRAMIN>
  <xi:BERUFSGRUPPEAMINEP V="">{1,1}</xi:BERUFSGRUPPEAMINEP>
  <xi:STATAEQUIBEHANDAMIN V="">{1,1}</xi:STATAEQUIBEHANDAMIN>
  <xi:BERUFSGRUPPEAMINKJP V="">{1,1}</xi:BERUFSGRUPPEAMINKJP>
  <xi:STATAEQUIBEHANDKJPAMIN V="">{1,1}</xi:STATAEQUIBEHANDKJPAMIN>
  <xi:BERUFSGRUPPEAMINPS V="">{1,1}</xi:BERUFSGRUPPEAMINPS>
  <xi:VKSAMIN V="">{1,1}</xi:VKSAMIN>
  <xi:VKSISTAMIN V="">{1,1}</xi:VKSISTAMIN>
  <xi:ANRNICHTPPPAMIN V="">{1,1}</xi:ANRNICHTPPPAMIN>
  <xi:ANROHNEBVAMIN V="">{1,1}</xi:ANROHNEBVAMIN>
  <xi:ANRABPPPAMIN V="">{1,1}</xi:ANRABPPPAMIN>
  <xi:UMSETZUNGSGRADAMIN V="">{1,1}</xi:UMSETZUNGSGRADAMIN>
  <xi:MINDERFAMIN V="">{1,1}</xi:MINDERFAMIN>
</xi:felder>
Source
<xs:element name="felder">
  <xs:annotation>
    <xs:documentation>Exportfelder des Bogens</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LFDNRAMIN">
        <xs:annotation>
          <xs:documentation>BogenFeld: laufende Nummer der Mindestvorgaben, tatsächliche Personalausstattung, Umsetzungsgrad und Erfüllung der Anforderungen pro Berufsgruppe bei Vorliegen eines nicht quartalsbezogenen Ausnahmetatbestandes; für jede Berufsgruppe ist jeweils ein Teildatensatz und bei vorhandener stationsäquivalenter Behandlung ist ein zusätzlicher Teildatensatz für jede Berufsgruppe anzulegen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="12"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="BERUFSGRUPPEAMINEP">
        <xs:annotation>
          <xs:documentation>BogenFeld: Berufsgruppe (Psychiatrie (Erwachsene)); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="STATAEQUIBEHANDAMIN">
        <xs:annotation>
          <xs:documentation>BogenFeld: stationsäquivalente Behandlung (297)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="BERUFSGRUPPEAMINKJP">
        <xs:annotation>
          <xs:documentation>BogenFeld: Berufsgruppe (Kinder- und Jugendpsychiatrie); gemäß § 5 Absatz 2 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="STATAEQUIBEHANDKJPAMIN">
        <xs:annotation>
          <xs:documentation>BogenFeld: stationsäquivalente Behandlung (307)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="BERUFSGRUPPEAMINPS">
        <xs:annotation>
          <xs:documentation>BogenFeld: Berufsgruppe (Psychosomatik); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_berufsgruppeps_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="VKSAMIN">
        <xs:annotation>
          <xs:documentation>BogenFeld: VKS-Mind&#13;Mindestpersonalausstattung; gemäß § 6 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="VKSISTAMIN">
        <xs:annotation>
          <xs:documentation>BogenFeld: VKS-Ist&#13;Tatsächliche Personalausstattung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANRNICHTPPPAMIN">
        <xs:annotation>
          <xs:documentation>BogenFeld: VKS-Ist&#13;davon Anrechnung Fachkräfte Nicht-PPP-RL-Berufsgruppen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANROHNEBVAMIN">
        <xs:annotation>
          <xs:documentation>BogenFeld: VKS-Ist&#13;davon Anrechnung Fachkräfte ohne direktes Beschäftigungsverhältnis</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANRABPPPAMIN">
        <xs:annotation>
          <xs:documentation>BogenFeld: VKS-Ist&#13;davon Anrechnung Fachkräfte anderer Berufsgruppen nach PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="0"/>
                <xs:maxInclusive value="999999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="UMSETZUNGSGRADAMIN">
        <xs:annotation>
          <xs:documentation>BogenFeld: Umsetzungsgrad der Berufsgruppe; gemäß § 7 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xs:decimal">
                <xs:minInclusive value="0.0"/>
                <xs:maxInclusive value="999.99"/>
                <xs:totalDigits value="5"/>
                <xs:fractionDigits value="2"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="MINDERFAMIN">
        <xs:annotation>
          <xs:documentation>BogenFeld: Mindestanforderung der Berufsgruppe erfüllt</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:tds_aminpppa_lvkk_type / xi:felder / xi:LFDNRAMIN
Annotations
BogenFeld: laufende Nummer der Mindestvorgaben, tatsächliche Personalausstattung, Umsetzungsgrad und Erfüllung der Anforderungen pro Berufsgruppe bei Vorliegen eines nicht quartalsbezogenen Ausnahmetatbestandes;
für jede Berufsgruppe ist jeweils ein Teildatensatz und bei vorhandener stationsäquivalenter Behandlung ist ein zusätzlicher Teildatensatz für jede Berufsgruppe anzulegen
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="LFDNRAMIN">
  <xs:annotation>
    <xs:documentation>BogenFeld: laufende Nummer der Mindestvorgaben, tatsächliche Personalausstattung, Umsetzungsgrad und Erfüllung der Anforderungen pro Berufsgruppe bei Vorliegen eines nicht quartalsbezogenen Ausnahmetatbestandes; für jede Berufsgruppe ist jeweils ein Teildatensatz und bei vorhandener stationsäquivalenter Behandlung ist ein zusätzlicher Teildatensatz für jede Berufsgruppe anzulegen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="1"/>
          <xs:maxInclusive value="12"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_aminpppa_lvkk_type / xi:felder / xi:BERUFSGRUPPEAMINEP
Annotations
BogenFeld: Berufsgruppe (Psychiatrie (Erwachsene));
gemäß § 5 Absatz 1 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_berufsgruppeep_type optional
Source
<xs:element name="BERUFSGRUPPEAMINEP">
  <xs:annotation>
    <xs:documentation>BogenFeld: Berufsgruppe (Psychiatrie (Erwachsene)); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_aminpppa_lvkk_type / xi:felder / xi:STATAEQUIBEHANDAMIN
Annotations
BogenFeld: stationsäquivalente Behandlung (297)
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="STATAEQUIBEHANDAMIN">
  <xs:annotation>
    <xs:documentation>BogenFeld: stationsäquivalente Behandlung (297)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_aminpppa_lvkk_type / xi:felder / xi:BERUFSGRUPPEAMINKJP
Annotations
BogenFeld: Berufsgruppe (Kinder- und Jugendpsychiatrie);
gemäß § 5 Absatz 2 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_berufsgruppekjp_type optional
Source
<xs:element name="BERUFSGRUPPEAMINKJP">
  <xs:annotation>
    <xs:documentation>BogenFeld: Berufsgruppe (Kinder- und Jugendpsychiatrie); gemäß § 5 Absatz 2 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_aminpppa_lvkk_type / xi:felder / xi:STATAEQUIBEHANDKJPAMIN
Annotations
BogenFeld: stationsäquivalente Behandlung (307)
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="STATAEQUIBEHANDKJPAMIN">
  <xs:annotation>
    <xs:documentation>BogenFeld: stationsäquivalente Behandlung (307)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_aminpppa_lvkk_type / xi:felder / xi:BERUFSGRUPPEAMINPS
Annotations
BogenFeld: Berufsgruppe (Psychosomatik);
gemäß § 5 Absatz 1 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_berufsgruppeps_type optional
Source
<xs:element name="BERUFSGRUPPEAMINPS">
  <xs:annotation>
    <xs:documentation>BogenFeld: Berufsgruppe (Psychosomatik); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_berufsgruppeps_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_aminpppa_lvkk_type / xi:felder / xi:VKSAMIN
Annotations
BogenFeld: VKS-Mind
 Mindestpersonalausstattung;
gemäß § 6 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="VKSAMIN">
  <xs:annotation>
    <xs:documentation>BogenFeld: VKS-Mind&#13;Mindestpersonalausstattung; gemäß § 6 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_aminpppa_lvkk_type / xi:felder / xi:VKSISTAMIN
Annotations
BogenFeld: VKS-Ist
 Tatsächliche Personalausstattung
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="VKSISTAMIN">
  <xs:annotation>
    <xs:documentation>BogenFeld: VKS-Ist&#13;Tatsächliche Personalausstattung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_aminpppa_lvkk_type / xi:felder / xi:ANRNICHTPPPAMIN
Annotations
BogenFeld: VKS-Ist
 davon Anrechnung Fachkräfte Nicht-PPP-RL-Berufsgruppen
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="ANRNICHTPPPAMIN">
  <xs:annotation>
    <xs:documentation>BogenFeld: VKS-Ist&#13;davon Anrechnung Fachkräfte Nicht-PPP-RL-Berufsgruppen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_aminpppa_lvkk_type / xi:felder / xi:ANROHNEBVAMIN
Annotations
BogenFeld: VKS-Ist
 davon Anrechnung Fachkräfte ohne direktes Beschäftigungsverhältnis
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="ANROHNEBVAMIN">
  <xs:annotation>
    <xs:documentation>BogenFeld: VKS-Ist&#13;davon Anrechnung Fachkräfte ohne direktes Beschäftigungsverhältnis</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_aminpppa_lvkk_type / xi:felder / xi:ANRABPPPAMIN
Annotations
BogenFeld: VKS-Ist
 davon Anrechnung Fachkräfte anderer Berufsgruppen nach PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int optional
Source
<xs:element name="ANRABPPPAMIN">
  <xs:annotation>
    <xs:documentation>BogenFeld: VKS-Ist&#13;davon Anrechnung Fachkräfte anderer Berufsgruppen nach PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="999999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_aminpppa_lvkk_type / xi:felder / xi:UMSETZUNGSGRADAMIN
Annotations
BogenFeld: Umsetzungsgrad der Berufsgruppe;
gemäß § 7 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:decimal optional
Source
<xs:element name="UMSETZUNGSGRADAMIN">
  <xs:annotation>
    <xs:documentation>BogenFeld: Umsetzungsgrad der Berufsgruppe; gemäß § 7 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:decimal">
          <xs:minInclusive value="0.0"/>
          <xs:maxInclusive value="999.99"/>
          <xs:totalDigits value="5"/>
          <xs:fractionDigits value="2"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_aminpppa_lvkk_type / xi:felder / xi:MINDERFAMIN
Annotations
BogenFeld: Mindestanforderung der Berufsgruppe erfüllt
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="MINDERFAMIN">
  <xs:annotation>
    <xs:documentation>BogenFeld: Mindestanforderung der Berufsgruppe erfüllt</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:gr_aminpppa_lvkk_type / xi:bogen
Annotations
Kindbögen
Diagram
Properties
content complex
Model
Children xi:AANR
Instance
<xi:bogen xmlns:xi="urn:gba:sqg">
  <xi:AANR>{0,unbounded}</xi:AANR>
</xi:bogen>
Source
<xs:element name="bogen">
  <xs:annotation>
    <xs:documentation>Kindbögen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" minOccurs="0" name="AANR" type="tds_aanrpppa_lvkk_type">
        <xs:annotation>
          <xs:documentation>Bogen: Einhaltung der Mindestvorgaben bei nicht quartalsbezogenen Ausnahmetatbeständen – Anrechnung von Fachkräften gemäß § 8 PPP-RL im Tagdienst // Existenzbedingung: (ANRABPPPBAMIN > 0 ODER ANRNICHTPPPBAMIN > 0 ODER ANROHNEBVBAMIN > 0) UND AUSNGESQUART = 0 // Bogenzahl: *</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:gr_aminpppa_lvkk_type / xi:bogen / xi:AANR
Annotations
Bogen: Einhaltung der Mindestvorgaben bei nicht quartalsbezogenen Ausnahmetatbeständen – Anrechnung von Fachkräften gemäß § 8 PPP-RL im Tagdienst // Existenzbedingung: (ANRABPPPBAMIN > 0 ODER ANRNICHTPPPBAMIN > 0 ODER ANROHNEBVBAMIN > 0) UND AUSNGESQUART = 0 // Bogenzahl: *
Diagram
Type xi:tds_aanrpppa_lvkk_type
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children xi:felder
Instance
<xi:AANR xmlns:xi="urn:gba:sqg">
  <xi:felder>{1,1}</xi:felder>
</xi:AANR>
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="AANR" type="tds_aanrpppa_lvkk_type">
  <xs:annotation>
    <xs:documentation>Bogen: Einhaltung der Mindestvorgaben bei nicht quartalsbezogenen Ausnahmetatbeständen – Anrechnung von Fachkräften gemäß § 8 PPP-RL im Tagdienst // Existenzbedingung: (ANRABPPPBAMIN > 0 ODER ANRNICHTPPPBAMIN > 0 ODER ANROHNEBVBAMIN > 0) UND AUSNGESQUART = 0 // Bogenzahl: *</xs:documentation>
  </xs:annotation>
</xs:element>
Element xi:tds_aanrpppa_lvkk_type / xi:felder
Annotations
Exportfelder des Bogens
Diagram
Properties
content complex
Model
Children xi:AANRBERUFSGRAEP, xi:AANRBERUFSGRAKJP, xi:AANRBERUFSGRANPPPBG, xi:AANRTANA, xi:AANRTATBESTAND, xi:ANRTAETIGKEITAANR, xi:LFDNRAANR, xi:REGELAUFGABENAANR
Instance
<xi:felder xmlns:xi="urn:gba:sqg">
  <xi:LFDNRAANR V="">{1,1}</xi:LFDNRAANR>
  <xi:AANRTANA V="">{1,1}</xi:AANRTANA>
  <xi:AANRTATBESTAND V="">{1,1}</xi:AANRTATBESTAND>
  <xi:AANRBERUFSGRAEP V="">{1,1}</xi:AANRBERUFSGRAEP>
  <xi:AANRBERUFSGRAKJP V="">{1,1}</xi:AANRBERUFSGRAKJP>
  <xi:AANRBERUFSGRANPPPBG V="">{1,1}</xi:AANRBERUFSGRANPPPBG>
  <xi:ANRTAETIGKEITAANR V="">{1,1}</xi:ANRTAETIGKEITAANR>
  <xi:REGELAUFGABENAANR V="">{1,1}</xi:REGELAUFGABENAANR>
</xi:felder>
Source
<xs:element name="felder">
  <xs:annotation>
    <xs:documentation>Exportfelder des Bogens</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LFDNRAANR">
        <xs:annotation>
          <xs:documentation>BogenFeld: laufende Nummer der Anrechnung von Fachkräften gemäß § 8 PPP-RL im Tagdienst bei Vorliegen eines nicht quartalsbezogenen Ausnahmetatbestandes; für jeden Anrechnungstatbestand ist jeweils ein Teildatensatz anzulegen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="3"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="AANRTANA">
        <xs:annotation>
          <xs:documentation>BogenFeld: Tagdienst / Nachtdienst</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_tn_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="AANRTATBESTAND">
        <xs:annotation>
          <xs:documentation>BogenFeld: Anrechnungstatbestand; gemäß § 8 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_anrtatbestand_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="AANRBERUFSGRAEP">
        <xs:annotation>
          <xs:documentation>BogenFeld: Tatsächliche Berufsgruppe der angerechneten Fachkraft bei Fachkräften anderer Berufsgruppen nach PPP-RL und bei Fachkräften ohne direktes Beschäftigungsverhältnis in VKS (Psychiatrie (Erwachsene), Psychosomatik); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="AANRBERUFSGRAKJP">
        <xs:annotation>
          <xs:documentation>BogenFeld: Tatsächliche Berufsgruppe der angerechneten Fachkraft bei Fachkräften anderer Berufsgruppen nach PPP-RL und bei Fachkräften ohne direktes Beschäftigungsverhältnis in VKS (Kinder- und Jugendpsychiatrie); gemäß § 5 Absatz 2 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="AANRBERUFSGRANPPPBG">
        <xs:annotation>
          <xs:documentation>BogenFeld: Tatsächliche Berufsgruppe der angerechneten Fachkraft bei Fachkräften von Nicht-PPP-RL-Berufsgruppen&#13;in VKS</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="optional">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:maxLength value="150"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANRTAETIGKEITAANR">
        <xs:annotation>
          <xs:documentation>BogenFeld: Angerechnete Tätigkeiten</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:decimal">
                <xs:minInclusive value="0.0"/>
                <xs:maxInclusive value="999999.99"/>
                <xs:totalDigits value="8"/>
                <xs:fractionDigits value="2"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="REGELAUFGABENAANR">
        <xs:annotation>
          <xs:documentation>BogenFeld: Erläuterung; Regelaufgaben gemäß Anlage 4 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xoev-lc:String.Latin">
                <xs:maxLength value="2000"/>
                <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
                <!-- [\s\S] === [\d\D] -->
                <!-- anything incl. newline + something not whitespace + anything incl. newline -->
                <xs:pattern value="[\s\S]*\S[\s\S]*"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:tds_aanrpppa_lvkk_type / xi:felder / xi:LFDNRAANR
Annotations
BogenFeld: laufende Nummer der Anrechnung von Fachkräften gemäß § 8 PPP-RL im Tagdienst bei Vorliegen eines nicht quartalsbezogenen Ausnahmetatbestandes;
für jeden Anrechnungstatbestand ist jeweils ein Teildatensatz anzulegen
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="LFDNRAANR">
  <xs:annotation>
    <xs:documentation>BogenFeld: laufende Nummer der Anrechnung von Fachkräften gemäß § 8 PPP-RL im Tagdienst bei Vorliegen eines nicht quartalsbezogenen Ausnahmetatbestandes; für jeden Anrechnungstatbestand ist jeweils ein Teildatensatz anzulegen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="1"/>
          <xs:maxInclusive value="3"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_aanrpppa_lvkk_type / xi:felder / xi:AANRTANA
Annotations
BogenFeld: Tagdienst / Nachtdienst
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_tn_type required
Source
<xs:element name="AANRTANA">
  <xs:annotation>
    <xs:documentation>BogenFeld: Tagdienst / Nachtdienst</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_tn_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_aanrpppa_lvkk_type / xi:felder / xi:AANRTATBESTAND
Annotations
BogenFeld: Anrechnungstatbestand;
gemäß § 8 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_anrtatbestand_type required
Source
<xs:element name="AANRTATBESTAND">
  <xs:annotation>
    <xs:documentation>BogenFeld: Anrechnungstatbestand; gemäß § 8 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_anrtatbestand_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_aanrpppa_lvkk_type / xi:felder / xi:AANRBERUFSGRAEP
Annotations
BogenFeld: Tatsächliche Berufsgruppe der angerechneten Fachkraft bei Fachkräften anderer Berufsgruppen nach PPP-RL und bei Fachkräften ohne direktes Beschäftigungsverhältnis in VKS (Psychiatrie (Erwachsene), Psychosomatik);
gemäß § 5 Absatz 1 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_berufsgruppeep_type optional
Source
<xs:element name="AANRBERUFSGRAEP">
  <xs:annotation>
    <xs:documentation>BogenFeld: Tatsächliche Berufsgruppe der angerechneten Fachkraft bei Fachkräften anderer Berufsgruppen nach PPP-RL und bei Fachkräften ohne direktes Beschäftigungsverhältnis in VKS (Psychiatrie (Erwachsene), Psychosomatik); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_aanrpppa_lvkk_type / xi:felder / xi:AANRBERUFSGRAKJP
Annotations
BogenFeld: Tatsächliche Berufsgruppe der angerechneten Fachkraft bei Fachkräften anderer Berufsgruppen nach PPP-RL und bei Fachkräften ohne direktes Beschäftigungsverhältnis in VKS (Kinder- und Jugendpsychiatrie);
gemäß § 5 Absatz 2 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_berufsgruppekjp_type optional
Source
<xs:element name="AANRBERUFSGRAKJP">
  <xs:annotation>
    <xs:documentation>BogenFeld: Tatsächliche Berufsgruppe der angerechneten Fachkraft bei Fachkräften anderer Berufsgruppen nach PPP-RL und bei Fachkräften ohne direktes Beschäftigungsverhältnis in VKS (Kinder- und Jugendpsychiatrie); gemäß § 5 Absatz 2 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element xi:tds_aanrpppa_lvkk_type / xi:felder / xi:AANRBERUFSGRANPPPBG
Annotations
BogenFeld: Tatsächliche Berufsgruppe der angerechneten Fachkraft bei Fachkräften von Nicht-PPP-RL-Berufsgruppen 
 in VKS
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin optional
Source
<xs:element name="AANRBERUFSGRANPPPBG">
  <xs:annotation>
    <xs:documentation>BogenFeld: Tatsächliche Berufsgruppe der angerechneten Fachkraft bei Fachkräften von Nicht-PPP-RL-Berufsgruppen&#13;in VKS</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="optional">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:maxLength value="150"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_aanrpppa_lvkk_type / xi:felder / xi:ANRTAETIGKEITAANR
Annotations
BogenFeld: Angerechnete Tätigkeiten
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:decimal required
Source
<xs:element name="ANRTAETIGKEITAANR">
  <xs:annotation>
    <xs:documentation>BogenFeld: Angerechnete Tätigkeiten</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:decimal">
          <xs:minInclusive value="0.0"/>
          <xs:maxInclusive value="999999.99"/>
          <xs:totalDigits value="8"/>
          <xs:fractionDigits value="2"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_aanrpppa_lvkk_type / xi:felder / xi:REGELAUFGABENAANR
Annotations
BogenFeld: Erläuterung;
Regelaufgaben gemäß Anlage 4 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin required
Source
<xs:element name="REGELAUFGABENAANR">
  <xs:annotation>
    <xs:documentation>BogenFeld: Erläuterung; Regelaufgaben gemäß Anlage 4 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xoev-lc:String.Latin">
          <xs:maxLength value="2000"/>
          <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
          <!-- [\s\S] === [\d\D] -->
          <!-- anything incl. newline + something not whitespace + anything incl. newline -->
          <xs:pattern value="[\s\S]*\S[\s\S]*"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:gr_zeitpppa_lvkk_type / xi:bogen / xi:AUMS
Annotations
Bogen: Einhaltung der Mindestvorgaben bei nicht quartalsbezogenen Ausnahmetatbeständen – Umsetzungsgrad und Erfüllung // Existenzbedingung: AUSNGESQUART = 0 // Bogenzahl: ?
Diagram
Type xi:tds_aumspppa_lvkk_type
Properties
content complex
minOccurs 0
Model
Children xi:felder
Instance
<xi:AUMS xmlns:xi="urn:gba:sqg">
  <xi:felder>{1,1}</xi:felder>
</xi:AUMS>
Source
<xs:element minOccurs="0" name="AUMS" type="tds_aumspppa_lvkk_type">
  <xs:annotation>
    <xs:documentation>Bogen: Einhaltung der Mindestvorgaben bei nicht quartalsbezogenen Ausnahmetatbeständen – Umsetzungsgrad und Erfüllung // Existenzbedingung: AUSNGESQUART = 0 // Bogenzahl: ?</xs:documentation>
  </xs:annotation>
</xs:element>
Element xi:tds_aumspppa_lvkk_type / xi:felder
Annotations
Exportfelder des Bogens
Diagram
Properties
content complex
Model
Children xi:BEZUGSJAHRAUMS, xi:LFDNRAUMS, xi:MINDESTANFEINAUMS, xi:UMSETZUNGSGRADEINAUMS
Instance
<xi:felder xmlns:xi="urn:gba:sqg">
  <xi:LFDNRAUMS V="">{1,1}</xi:LFDNRAUMS>
  <xi:BEZUGSJAHRAUMS V="">{1,1}</xi:BEZUGSJAHRAUMS>
  <xi:UMSETZUNGSGRADEINAUMS V="">{1,1}</xi:UMSETZUNGSGRADEINAUMS>
  <xi:MINDESTANFEINAUMS V="">{1,1}</xi:MINDESTANFEINAUMS>
</xi:felder>
Source
<xs:element name="felder">
  <xs:annotation>
    <xs:documentation>Exportfelder des Bogens</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LFDNRAUMS">
        <xs:annotation>
          <xs:documentation>BogenFeld: laufende Nummer des Umsetzungsgrades und der Erfüllung bei Vorliegen eines nicht quartalsbezogenen&#13;Ausnahmetatbestandes; es ist insgesamt nur ein Teildatensatz auszufüllen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="1"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="BEZUGSJAHRAUMS">
        <xs:annotation>
          <xs:documentation>BogenFeld: Bezugsjahr der Mindestvorgabe</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_bezugsjahr_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="UMSETZUNGSGRADEINAUMS">
        <xs:annotation>
          <xs:documentation>BogenFeld: Umsetzungsgrad der Einrichtung; gemäß § 7 Absatz 3 PPP-RL</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:decimal">
                <xs:minInclusive value="0.0"/>
                <xs:maxInclusive value="999.99"/>
                <xs:totalDigits value="5"/>
                <xs:fractionDigits value="2"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="MINDESTANFEINAUMS">
        <xs:annotation>
          <xs:documentation>BogenFeld: Mindestanforderung der Einrichtung erfüllt</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="required"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element xi:tds_aumspppa_lvkk_type / xi:felder / xi:LFDNRAUMS
Annotations
BogenFeld: laufende Nummer des Umsetzungsgrades und der Erfüllung bei Vorliegen eines nicht quartalsbezogenen
 Ausnahmetatbestandes;
es ist insgesamt nur ein Teildatensatz auszufüllen
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="LFDNRAUMS">
  <xs:annotation>
    <xs:documentation>BogenFeld: laufende Nummer des Umsetzungsgrades und der Erfüllung bei Vorliegen eines nicht quartalsbezogenen&#13;Ausnahmetatbestandes; es ist insgesamt nur ein Teildatensatz auszufüllen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="1"/>
          <xs:maxInclusive value="1"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_aumspppa_lvkk_type / xi:felder / xi:BEZUGSJAHRAUMS
Annotations
BogenFeld: Bezugsjahr der Mindestvorgabe
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_bezugsjahr_type required
Source
<xs:element name="BEZUGSJAHRAUMS">
  <xs:annotation>
    <xs:documentation>BogenFeld: Bezugsjahr der Mindestvorgabe</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_bezugsjahr_type" use="required"/>
  </xs:complexType>
</xs:element>
Element xi:tds_aumspppa_lvkk_type / xi:felder / xi:UMSETZUNGSGRADEINAUMS
Annotations
BogenFeld: Umsetzungsgrad der Einrichtung;
gemäß § 7 Absatz 3 PPP-RL
Diagram
Properties
content complex
Attributes
QName Type Use
V restriction of xs:decimal required
Source
<xs:element name="UMSETZUNGSGRADEINAUMS">
  <xs:annotation>
    <xs:documentation>BogenFeld: Umsetzungsgrad der Einrichtung; gemäß § 7 Absatz 3 PPP-RL</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:decimal">
          <xs:minInclusive value="0.0"/>
          <xs:maxInclusive value="999.99"/>
          <xs:totalDigits value="5"/>
          <xs:fractionDigits value="2"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element xi:tds_aumspppa_lvkk_type / xi:felder / xi:MINDESTANFEINAUMS
Annotations
BogenFeld: Mindestanforderung der Einrichtung erfüllt
Diagram
Properties
content complex
Attributes
QName Type Use
V enum_jn_type required
Source
<xs:element name="MINDESTANFEINAUMS">
  <xs:annotation>
    <xs:documentation>BogenFeld: Mindestanforderung der Einrichtung erfüllt</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="required"/>
  </xs:complexType>
</xs:element>
Complex Type xi:qs_data_pppa_lvkk_type
Annotations
QSDOK.ExportModul.name: PPPA_LVKK // QSDOK.ExportModul.bezeichnung: PPP-RL Strukturabfrage Teil A an die Landesverbände der Krankenkassen und der Ersatzkassen
Diagram
Type extension of qs_data_type
Type hierarchy
Model
Children xi:B
Attributes
QName Type Fixed Use
module enum_exportmodul_type PPPA_LVKK required
Source
<xs:complexType name="qs_data_pppa_lvkk_type">
  <xs:annotation>
    <xs:documentation>QSDOK.ExportModul.name: PPPA_LVKK // QSDOK.ExportModul.bezeichnung: PPP-RL Strukturabfrage Teil A an die Landesverbände der Krankenkassen und der Ersatzkassen</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="qs_data_type">
      <xs:sequence>
        <xs:element name="B" type="gr_bpppa_lvkk_type">
          <xs:annotation>
            <xs:documentation>Bogen: Basis // Bogenzahl: 1</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute fixed="PPPA_LVKK" name="module" type="enum_exportmodul_type" use="required"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type xi:gr_bpppa_lvkk_type
Diagram
Type extension of xi:tds_bpppa_lvkk_type
Type hierarchy
Used by
Model
Children xi:bogen, xi:felder
Source
<xs:complexType name="gr_bpppa_lvkk_type">
  <xs:complexContent>
    <xs:extension base="tds_bpppa_lvkk_type">
      <xs:sequence>
        <xs:element name="bogen">
          <xs:annotation>
            <xs:documentation>Kindbögen</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element maxOccurs="unbounded" name="EINR" type="gr_einrpppa_lvkk_type">
                <xs:annotation>
                  <xs:documentation>Bogen: Einrichtung // Existenzbedingung: keine // Bogenzahl: +</xs:documentation>
                </xs:annotation>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type xi:tds_bpppa_lvkk_type
Diagram
Used by
Complex Type xi:gr_bpppa_lvkk_type
Model
Children xi:felder
Source
<xs:complexType name="tds_bpppa_lvkk_type">
  <xs:sequence>
    <xs:element name="felder">
      <xs:annotation>
        <xs:documentation>Exportfelder des Bogens</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="DokAbschlDat">
            <xs:annotation>
              <xs:documentation>ZusatzFeld: Dokumentationsabschlussdatum</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="datum_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="QUARTDATUM">
            <xs:annotation>
              <xs:documentation>BogenFeld: Quartal und Jahr der Leistungserbringung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="quartdatum_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="NAMEKH">
            <xs:annotation>
              <xs:documentation>BogenFeld: Name der Klinik/Abteilung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:maxLength value="100"/>
                    <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
                    <!-- anything but newline + something not whitespace + anything but newline -->
                    <xs:pattern value=".*\S.*"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="PLZ">
            <xs:annotation>
              <xs:documentation>BogenFeld: Postleitzahl</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:pattern value="[0-9]{5}"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ORT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Ort</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:maxLength value="50"/>
                    <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
                    <!-- anything but newline + something not whitespace + anything but newline -->
                    <xs:pattern value=".*\S.*"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="STRASSEKH">
            <xs:annotation>
              <xs:documentation>BogenFeld: Straße</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:maxLength value="100"/>
                    <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
                    <!-- anything but newline + something not whitespace + anything but newline -->
                    <xs:pattern value=".*\S.*"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="APARTNER">
            <xs:annotation>
              <xs:documentation>BogenFeld: Ansprechpartner für Rückfragen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:maxLength value="50"/>
                    <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
                    <!-- anything but newline + something not whitespace + anything but newline -->
                    <xs:pattern value=".*\S.*"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="TELEFON">
            <xs:annotation>
              <xs:documentation>BogenFeld: Telefon</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:pattern value="[\+\-]?[0-9]*(\.[0-9]+)?"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="EMAIL">
            <xs:annotation>
              <xs:documentation>BogenFeld: E-Mail</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:pattern value="[A-Za-z0-9._%+\-]+@[A-Za-z0-9.\-]+\.[A-Za-z]{2,}"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="IKNRKH">
            <xs:annotation>
              <xs:documentation>BogenFeld: Institutionskennzeichen (Haupt-IK)</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:pattern value="[0-9]{9}"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="standortIDops">
            <xs:annotation>
              <xs:documentation>ErsatzFeld: behandelnder Standort 6-stellig</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:pattern value="77\d{4}"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type xi:gr_einrpppa_lvkk_type
Diagram
Type extension of xi:tds_einrpppa_lvkk_type
Type hierarchy
Used by
Model
Children xi:bogen, xi:felder
Source
<xs:complexType name="gr_einrpppa_lvkk_type">
  <xs:complexContent>
    <xs:extension base="tds_einrpppa_lvkk_type">
      <xs:sequence>
        <xs:element name="bogen">
          <xs:annotation>
            <xs:documentation>Kindbögen</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element maxOccurs="unbounded" name="ORG" type="gr_orgpppa_lvkk_type">
                <xs:annotation>
                  <xs:documentation>Bogen: Organisationsstruktur des Standortes // Existenzbedingung: keine // Bogenzahl: +</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element maxOccurs="unbounded" name="GES" type="gr_gespppa_lvkk_type">
                <xs:annotation>
                  <xs:documentation>Bogen: Gesamtbehandlungstage // Existenzbedingung: keine // Bogenzahl: +</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element maxOccurs="unbounded" name="MIN" type="gr_minpppa_lvkk_type">
                <xs:annotation>
                  <xs:documentation>Bogen: Mindestvorgaben, tatsächliche Personalausstattung, Umsetzungsgrad und Erfüllung der Anforderungen pro Berufsgruppe // Existenzbedingung: keine // Bogenzahl: +</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element maxOccurs="unbounded" minOccurs="0" name="AUS" type="tds_auspppa_lvkk_type">
                <xs:annotation>
                  <xs:documentation>Bogen: Ausnahmetatbestände // Existenzbedingung: keine // Bogenzahl: *</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element minOccurs="0" name="ZEIT" type="gr_zeitpppa_lvkk_type">
                <xs:annotation>
                  <xs:documentation>Bogen: Einhaltung der Mindestvorgaben bei nicht quartalsbezogenen Ausnahmetatbeständen – Zeitraum // Existenzbedingung: @DRITTELQUART <> LEER ODER @MONAT <> LEER // Bogenzahl: ?</xs:documentation>
                </xs:annotation>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type xi:tds_einrpppa_lvkk_type
Diagram
Used by
Model
Children xi:felder
Source
<xs:complexType name="tds_einrpppa_lvkk_type">
  <xs:sequence>
    <xs:element name="felder">
      <xs:annotation>
        <xs:documentation>Exportfelder des Bogens</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="LFDEINR">
            <xs:annotation>
              <xs:documentation>BogenFeld: laufende Nummer der nach § 2 Absatz 5 PPP-RL differenzierten Einrichtung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="1"/>
                    <xs:maxInclusive value="3"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="MODVOR">
            <xs:annotation>
              <xs:documentation>BogenFeld: Modellvorhaben nach § 64b SGB V</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANTMOD">
            <xs:annotation>
              <xs:documentation>BogenFeld: Anteil der Modellversorgung an der Gesamtversorgung; Anteile BT in %, die im Rahmen der Versorgung im Rahmen des Modells nach § 64 b SGB V erbracht werden</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_antmod_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ERLAEUTERUNGMODVOR">
            <xs:annotation>
              <xs:documentation>BogenFeld: Erläuterung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:maxLength value="999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ERSTLEIST">
            <xs:annotation>
              <xs:documentation>BogenFeld: Erstmalige Leistungserbringung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="EINRICHTUNGPPP">
            <xs:annotation>
              <xs:documentation>BogenFeld: nach § 2 Absatz 5 PPP-RL differenzierte Einrichtung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_einrichtung_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="STIPRO">
            <xs:annotation>
              <xs:documentation>BogenFeld: Stichprobe</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="STATEQUBEHEINR">
            <xs:annotation>
              <xs:documentation>BogenFeld: Einrichtung erbringt stationsäquivalente Behandlungen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="REGPFLICHT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Hat Ihre Einrichtung gemäß § 2 Absatz 5 PPP-RL eine durch die zuständige Landesbehörde festgelegte regionale Pflichtversorgung?</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="GESCHLBEREICH">
            <xs:annotation>
              <xs:documentation>BogenFeld: Verfügt die Einrichtung gemäß § 2 Absatz 5 PPP-RL mit regionaler Pflichtversorgung über geschlossene Bereiche?</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="PRAESENZ24STD">
            <xs:annotation>
              <xs:documentation>BogenFeld: Verfügt die Einrichtung gemäß § 2 Absatz 5 PPP-RL mit regionaler Pflichtversorgung über 24 Std. Präsenzdienste?</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="BEHTAGEGE">
            <xs:annotation>
              <xs:documentation>BogenFeld: Anzahl von Behandlungstagen bei Patientinnen und Patienten mit gesetzlicher Unterbringung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="BEHTAGELR">
            <xs:annotation>
              <xs:documentation>BogenFeld: Anzahl von Behandlungstagen bei Patientinnen oder Patienten mit landesrechtlicher Verpflichtung zur Aufnahme</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="BEZUGSJAHR">
            <xs:annotation>
              <xs:documentation>BogenFeld: Bezugsjahr der Mindestvorgabe</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_bezugsjahr_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="UMSETZUNGSGRADEIN">
            <xs:annotation>
              <xs:documentation>BogenFeld: Umsetzungsgrad der Einrichtung; gemäß § 7 Absatz 3 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:decimal">
                    <xs:minInclusive value="0.0"/>
                    <xs:maxInclusive value="999.99"/>
                    <xs:totalDigits value="5"/>
                    <xs:fractionDigits value="2"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="MINDESTANFEIN">
            <xs:annotation>
              <xs:documentation>BogenFeld: Mindestanforderung der Einrichtung erfüllt</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="MINDESTANPFLEGNACHT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Mindestanforderung pflegerischer Nachtdienst erfüllt</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jne_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="AUSNTATBEST">
            <xs:annotation>
              <xs:documentation>BogenFeld: Ausnahmetatbestand; mindestens ein Ausnahmetatbestand gemäß § 10 PPP-RL liegt vor</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ERBNACHT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Erbringung von Nachtdiensten</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="PFLEGNACHTQUART">
            <xs:annotation>
              <xs:documentation>BogenFeld: Tatsächliche Personalausstattung pflegerischer Nachtdienst im Quartal in VKS</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANZNAECHT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Anzahl Nächte im Quartal</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="90"/>
                    <xs:maxInclusive value="92"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANZVOLLSTBETT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Anzahl vollstationärer Betten</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="9999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANTINTVJ">
            <xs:annotation>
              <xs:documentation>BogenFeld: Anteil Intensivbehandlung im Vorjahr in %</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:decimal">
                    <xs:minInclusive value="0.0"/>
                    <xs:maxInclusive value="100.0"/>
                    <xs:totalDigits value="5"/>
                    <xs:fractionDigits value="2"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="MINVORPFLEGNACHT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Mindestvorgabe pflegerischer Nachtdienst in VKS je Nacht</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="9999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANZNAECHTERF">
            <xs:annotation>
              <xs:documentation>BogenFeld: Anzahl Nächte, in denen die Mindestvorgabe erfüllt wurde</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="92"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="DURCHVKSISTPFLEGNACHT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Durchschnittliche VKS-Ist pflegerischer Nachtdienst je Nacht</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="9999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ERLSTA">
            <xs:annotation>
              <xs:documentation>BogenFeld: Erläuterungen und Hinweise des Standortes zu den getroffenen Angaben</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:maxLength value="3500"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type xi:gr_orgpppa_lvkk_type
Diagram
Type extension of xi:tds_orgpppa_lvkk_type
Type hierarchy
Used by
Model
Children xi:bogen, xi:felder
Source
<xs:complexType name="gr_orgpppa_lvkk_type">
  <xs:complexContent>
    <xs:extension base="tds_orgpppa_lvkk_type">
      <xs:sequence>
        <xs:element name="bogen">
          <xs:annotation>
            <xs:documentation>Kindbögen</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element maxOccurs="unbounded" name="TAT" type="tds_tatpppa_lvkk_type">
                <xs:annotation>
                  <xs:documentation>Bogen: Tatsächliche Personalausstattung pro Monat und Station // Existenzbedingung: STIPRO = 1 // Bogenzahl: +</xs:documentation>
                </xs:annotation>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type xi:tds_orgpppa_lvkk_type
Diagram
Used by
Model
Children xi:felder
Source
<xs:complexType name="tds_orgpppa_lvkk_type">
  <xs:sequence>
    <xs:element name="felder">
      <xs:annotation>
        <xs:documentation>Exportfelder des Bogens</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="IDSTATION">
            <xs:annotation>
              <xs:documentation>BogenFeld: Station (ID); für jede Station ist jeweils ein Teildatensatz anzulegen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="1"/>
                    <xs:maxInclusive value="999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="NAMEST">
            <xs:annotation>
              <xs:documentation>BogenFeld: Bezeichnung der Station</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:maxLength value="100"/>
                    <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
                    <!-- anything but newline + something not whitespace + anything but newline -->
                    <xs:pattern value=".*\S.*"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="PLANVOLLST">
            <xs:annotation>
              <xs:documentation>BogenFeld: Planbetten der vollstationären Versorgung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="PLANTEILST">
            <xs:annotation>
              <xs:documentation>BogenFeld: Planplätze der teilstationären Versorgung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="STATTYP">
            <xs:annotation>
              <xs:documentation>BogenFeld: Stationstyp</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_stattyp_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="BEHSCHWERPKT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Schwerpunkt der Behandlung / Konzeptstation</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_behschwpunkt_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ERLAEUTERUNG">
            <xs:annotation>
              <xs:documentation>BogenFeld: Erläuterung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:maxLength value="999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type xi:tds_tatpppa_lvkk_type
Diagram
Used by
Model
Children xi:felder
Source
<xs:complexType name="tds_tatpppa_lvkk_type">
  <xs:sequence>
    <xs:element name="felder">
      <xs:annotation>
        <xs:documentation>Exportfelder des Bogens</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="LFDNRTAT">
            <xs:annotation>
              <xs:documentation>BogenFeld: laufende Nummer der Personalausstattung pro Monat und Station; für jeden Monat und jede Berufsgruppe ist jeweils ein Teildatensatz und bei vorhandener stationsäquivalenter Behandlung ist ein zusätzlicher Teildatensatz für jede Berufsgruppe anzulegen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="1"/>
                    <xs:maxInclusive value="36"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="MONAT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Monat</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="1"/>
                    <xs:maxInclusive value="12"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="BERUFSGRUPPEEP">
            <xs:annotation>
              <xs:documentation>BogenFeld: Berufsgruppe (Psychiatrie (Erwachsene)); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="STATAEQUIBEHAND">
            <xs:annotation>
              <xs:documentation>BogenFeld: stationsäquivalente Behandlung (297)</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="BERUFSGRUPPEKJP">
            <xs:annotation>
              <xs:documentation>BogenFeld: Berufsgruppe (Kinder- und Jugendpsychiatrie); gemäß § 5 Absatz 2 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="STATAEQUIBEHANDKJP">
            <xs:annotation>
              <xs:documentation>BogenFeld: stationsäquivalente Behandlung (307)</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="BERUFSGRUPPEPS">
            <xs:annotation>
              <xs:documentation>BogenFeld: Berufsgruppe (Psychosomatik); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_berufsgruppeps_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="VKSIST">
            <xs:annotation>
              <xs:documentation>BogenFeld: VKS-Ist&#13;Tatsächliche Personalausstattung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:decimal">
                    <xs:minInclusive value="0.0"/>
                    <xs:maxInclusive value="999999.99"/>
                    <xs:totalDigits value="8"/>
                    <xs:fractionDigits value="2"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type xi:gr_gespppa_lvkk_type
Diagram
Type extension of xi:tds_gespppa_lvkk_type
Type hierarchy
Used by
Model
Children xi:bogen, xi:felder
Source
<xs:complexType name="gr_gespppa_lvkk_type">
  <xs:complexContent>
    <xs:extension base="tds_gespppa_lvkk_type">
      <xs:sequence>
        <xs:element name="bogen">
          <xs:annotation>
            <xs:documentation>Kindbögen</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element maxOccurs="unbounded" name="BEH" type="tds_behpppa_lvkk_type">
                <xs:annotation>
                  <xs:documentation>Bogen: Behandlungstage nach Behandlungsbereichen // Existenzbedingung: keine // Bogenzahl: +</xs:documentation>
                </xs:annotation>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type xi:tds_gespppa_lvkk_type
Diagram
Used by
Model
Children xi:felder
Source
<xs:complexType name="tds_gespppa_lvkk_type">
  <xs:sequence>
    <xs:element name="felder">
      <xs:annotation>
        <xs:documentation>Exportfelder des Bogens</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="LFDNRGES">
            <xs:annotation>
              <xs:documentation>BogenFeld: laufende Nummer der Gesamtbehandlungstage; für das Vorjahr und das Kalenderjahr des Nachweises ist jeweils ein Teildatensatz anzulegen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="1"/>
                    <xs:maxInclusive value="2"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="JAHR">
            <xs:annotation>
              <xs:documentation>BogenFeld: Jahr</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="xs:gYear" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="BEHTAGEGESAMT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Gesamtanzahl Behandlungstage</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="99999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type xi:tds_behpppa_lvkk_type
Diagram
Used by
Model
Children xi:felder
Source
<xs:complexType name="tds_behpppa_lvkk_type">
  <xs:sequence>
    <xs:element name="felder">
      <xs:annotation>
        <xs:documentation>Exportfelder des Bogens</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="LFDNRBEH">
            <xs:annotation>
              <xs:documentation>BogenFeld: laufende Nummer der Behandlungstage nach Behandlungsbereichen; für jeden Behandlungsbereich ist jeweils ein Teildatensatz anzulegen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="1"/>
                    <xs:maxInclusive value="21"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="BEHBEREICHEP">
            <xs:annotation>
              <xs:documentation>BogenFeld: Behandlungsbereich (Psychiatrie (Erwachsene)); gemäß § 3 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_behbereichep_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANZAHLBHEP">
            <xs:annotation>
              <xs:documentation>BogenFeld: Anzahl Behandlungstage (Psychiatrie (Erwachsene))</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="99999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="BEHBEREICHKJP">
            <xs:annotation>
              <xs:documentation>BogenFeld: Behandlungsbereich (Kinder- und Jugendpsychiatrie); gemäß § 3 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_behbereichkjp_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANZAHLBHKJP">
            <xs:annotation>
              <xs:documentation>BogenFeld: Anzahl Behandlungstage (Kinder- und Jugendpsychiatrie)</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="99999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="BEHBEREICHPS">
            <xs:annotation>
              <xs:documentation>BogenFeld: Behandlungsbereich (Psychosomatik); gemäß § 3 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_behbereichps_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANZAHLBHPS">
            <xs:annotation>
              <xs:documentation>BogenFeld: Anzahl Behandlungstage (Psychosomatik)</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="99999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type xi:gr_minpppa_lvkk_type
Diagram
Type extension of xi:tds_minpppa_lvkk_type
Type hierarchy
Used by
Model
Children xi:bogen, xi:felder
Source
<xs:complexType name="gr_minpppa_lvkk_type">
  <xs:complexContent>
    <xs:extension base="tds_minpppa_lvkk_type">
      <xs:sequence>
        <xs:element name="bogen">
          <xs:annotation>
            <xs:documentation>Kindbögen</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element maxOccurs="unbounded" minOccurs="0" name="ANR" type="tds_anrpppa_lvkk_type">
                <xs:annotation>
                  <xs:documentation>Bogen: Anrechnung von Fachkräften gemäß § 8 PPP-RL // Existenzbedingung: ANRABPPPB > 0 ODER ANRNICHTPPPB > 0 ODER ANROHNEBVB > 0 // Bogenzahl: *</xs:documentation>
                </xs:annotation>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type xi:tds_minpppa_lvkk_type
Diagram
Used by
Model
Children xi:felder
Source
<xs:complexType name="tds_minpppa_lvkk_type">
  <xs:sequence>
    <xs:element name="felder">
      <xs:annotation>
        <xs:documentation>Exportfelder des Bogens</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="LFDNRMIN">
            <xs:annotation>
              <xs:documentation>BogenFeld: laufende Nummer der Mindestvorgaben, tatsächliche Personalausstattung, Umsetzungsgrad und Erfüllung der Anforderungen pro Berufsgruppe; für jede Berufsgruppe ist jeweils ein Teildatensatz und bei vorhandener stationsäquivalenter Behandlung ist ein zusätzlicher Teildatensatz für jede Berufsgruppe anzulegen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="1"/>
                    <xs:maxInclusive value="12"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="BERUFSGRUPPEMINEP">
            <xs:annotation>
              <xs:documentation>BogenFeld: Berufsgruppe (Psychiatrie (Erwachsene)); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="STATAEQUIBEHANDMIN">
            <xs:annotation>
              <xs:documentation>BogenFeld: stationsäquivalente Behandlung (297)</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="BERUFSGRUPPEMINKJP">
            <xs:annotation>
              <xs:documentation>BogenFeld: Berufsgruppe (Kinder- und Jugendpsychiatrie); gemäß § 5 Absatz 2 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="STATAEQUIBEHANDKJPMIN">
            <xs:annotation>
              <xs:documentation>BogenFeld: stationsäquivalente Behandlung (307)</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="BERUFSGRUPPEMINPS">
            <xs:annotation>
              <xs:documentation>BogenFeld: Berufsgruppe (Psychosomatik); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_berufsgruppeps_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="VKSMIN">
            <xs:annotation>
              <xs:documentation>BogenFeld: VKS-Mind&#13;Mindestpersonalausstattung der differenzierten Einrichtung; gemäß § 6 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="VKSISTMIN">
            <xs:annotation>
              <xs:documentation>BogenFeld: VKS-Ist&#13;Tatsächliche Personalausstattung der differenzierten Einrichtung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANRNICHTPPP">
            <xs:annotation>
              <xs:documentation>BogenFeld: VKS-Ist&#13;davon Anrechnung Fach- oder Hilfskräfte Nicht-&#13;PPP-RL-Berufsgruppen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANROHNEBV">
            <xs:annotation>
              <xs:documentation>BogenFeld: VKS-Ist&#13;davon Anrechnung Fachkräfte ohne direktes Beschäftigungsverhältnis</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANRABPPP">
            <xs:annotation>
              <xs:documentation>BogenFeld: VKS-Ist&#13;davon Anrechnung Fachkräfte anderer Berufsgruppen nach PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="UMSETZUNGSGRAD">
            <xs:annotation>
              <xs:documentation>BogenFeld: Umsetzungsgrad der Berufsgruppe; gemäß § 7 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:decimal">
                    <xs:minInclusive value="0.0"/>
                    <xs:maxInclusive value="999.99"/>
                    <xs:totalDigits value="5"/>
                    <xs:fractionDigits value="2"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="MINDERF">
            <xs:annotation>
              <xs:documentation>BogenFeld: Mindestanforderung der Berufsgruppe erfüllt</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type xi:tds_anrpppa_lvkk_type
Diagram
Used by
Model
Children xi:felder
Source
<xs:complexType name="tds_anrpppa_lvkk_type">
  <xs:sequence>
    <xs:element name="felder">
      <xs:annotation>
        <xs:documentation>Exportfelder des Bogens</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="LFDNRANR">
            <xs:annotation>
              <xs:documentation>BogenFeld: laufende Nummer der Anrechnung von Fachkräften gemäß § 8 PPP-RL; für jeden Anrechnungstatbestand ist jeweils ein Teildatensatz anzulegen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="1"/>
                    <xs:maxInclusive value="3"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANRTANA">
            <xs:annotation>
              <xs:documentation>BogenFeld: Tagdienst / Nachtdienst</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_tn_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANRTATBESTAND">
            <xs:annotation>
              <xs:documentation>BogenFeld: Anrechnungstatbestand; gemäß § 8 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_anrtatbestand_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANRBERUFSGRAEP">
            <xs:annotation>
              <xs:documentation>BogenFeld: Tatsächliche Berufsgruppe des angerechneten Personals für Fachkräfte anderer Berufsgruppen nach PPP-RL und für Fachkräfte ohne direktes Beschäftigungsverhältnis in VKS (Psychiatrie (Erwachsene), Psychosomatik); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANRBERUFSGRAKJP">
            <xs:annotation>
              <xs:documentation>BogenFeld: Tatsächliche Berufsgruppe des angerechneten Personals für Fachkräfte anderer Berufsgruppen nach PPP-RL und für Fachkräfte ohne direktes Beschäftigungsverhältnis in VKS (Kinder- und Jugendpsychiatrie); gemäß § 5 Absatz 2 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANRBERUFSGRANPPPBG">
            <xs:annotation>
              <xs:documentation>BogenFeld: Tatsächliche Berufsgruppe des angerechneten Personals für Fachkräfte von Nicht-PPP-RL-Berufsgruppen in VKS</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:maxLength value="150"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANRTAETIGKEIT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Angerechnete Tätigkeiten</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:decimal">
                    <xs:minInclusive value="0.0"/>
                    <xs:maxInclusive value="999999.99"/>
                    <xs:totalDigits value="8"/>
                    <xs:fractionDigits value="2"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="REGELAUFGABEN">
            <xs:annotation>
              <xs:documentation>BogenFeld: Erläuterung; Regelaufgaben gemäß Anlage 4 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:maxLength value="2000"/>
                    <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
                    <!-- [\s\S] === [\d\D] -->
                    <!-- anything incl. newline + something not whitespace + anything incl. newline -->
                    <xs:pattern value="[\s\S]*\S[\s\S]*"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type xi:tds_auspppa_lvkk_type
Diagram
Used by
Model
Children xi:felder
Source
<xs:complexType name="tds_auspppa_lvkk_type">
  <xs:sequence>
    <xs:element name="felder">
      <xs:annotation>
        <xs:documentation>Exportfelder des Bogens</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="LFDNRAUS">
            <xs:annotation>
              <xs:documentation>BogenFeld: laufende Nummer der Ausnahmetatbestände; für jeden Ausnahmetatbestand ist jeweils ein Teildatensatz anzulegen (optional)</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="1"/>
                    <xs:maxInclusive value="4"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="AUSTATBESTAND">
            <xs:annotation>
              <xs:documentation>BogenFeld: Welcher&#13;Ausnahmetatbestand liegt vor?; gemäß § 10 Absatz 1 Satz 1 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_austatbestand_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="QUARTAL">
            <xs:annotation>
              <xs:documentation>BogenFeld: Quartal</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_quartal_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="MONATAUS">
            <xs:annotation>
              <xs:documentation>BogenFeld: Monat</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="1"/>
                    <xs:maxInclusive value="12"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="DRITTELQUART">
            <xs:annotation>
              <xs:documentation>BogenFeld: Drittel des Quartals</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_drittelquartals_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="AUSFALLSTD">
            <xs:annotation>
              <xs:documentation>BogenFeld: krankheitsbedingte Ausfallstunden</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="VKSMINAT">
            <xs:annotation>
              <xs:documentation>BogenFeld: VKS-Mind&#13;Mindestpersonalvorgabe</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="AUSFALLQUOTE">
            <xs:annotation>
              <xs:documentation>BogenFeld: Ausfallquote</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:decimal">
                    <xs:minInclusive value="0.0"/>
                    <xs:maxInclusive value="999.99"/>
                    <xs:totalDigits value="5"/>
                    <xs:fractionDigits value="2"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="GRUENDE1">
            <xs:annotation>
              <xs:documentation>BogenFeld: Gründe für Abweichungen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:maxLength value="999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="BEHANDTAGE">
            <xs:annotation>
              <xs:documentation>BogenFeld: Behandlungstage im aktuellen Jahr</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="BEHANDTAGEVJ">
            <xs:annotation>
              <xs:documentation>BogenFeld: Behandlungstage Vergleichswert Vorjahr</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="PROZENTSATZ">
            <xs:annotation>
              <xs:documentation>BogenFeld: Prozentsatz</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:decimal">
                    <xs:minInclusive value="0.0"/>
                    <xs:maxInclusive value="999.99"/>
                    <xs:totalDigits value="5"/>
                    <xs:fractionDigits value="2"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="GRUENDE2">
            <xs:annotation>
              <xs:documentation>BogenFeld: Gründe für Abweichungen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:maxLength value="999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ABEHANDLEISTUNG">
            <xs:annotation>
              <xs:documentation>BogenFeld: Auswirkungen auf die Behandlungsleistungen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:maxLength value="999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="APERSAUSSTATT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Auswirkungen auf die Personalausstattung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:maxLength value="999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="GRUENDE3">
            <xs:annotation>
              <xs:documentation>BogenFeld: Gründe für Abweichungen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:maxLength value="999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="STANDORTTAG">
            <xs:annotation>
              <xs:documentation>BogenFeld: Am Standort ausschließlich Tagesklinik</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="MINAKTQUART">
            <xs:annotation>
              <xs:documentation>BogenFeld: Mindestvorgaben im aktuellen Quartal eingehalten (Quartal)</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="MINVORQUART">
            <xs:annotation>
              <xs:documentation>BogenFeld: Mindestvorgaben im vorangegangenen Quartal eingehalten (Quartal -1)</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="MINVORVORQUART">
            <xs:annotation>
              <xs:documentation>BogenFeld: Mindestvorgaben im vorvorangegangengen Quartal eingehalten (Quartal -2)</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="GRUENDE4">
            <xs:annotation>
              <xs:documentation>BogenFeld: Gründe für Abweichungen im aktuellen Quartal</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:maxLength value="999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type xi:gr_zeitpppa_lvkk_type
Diagram
Type extension of xi:tds_zeitpppa_lvkk_type
Type hierarchy
Used by
Model
Children xi:bogen, xi:felder
Source
<xs:complexType name="gr_zeitpppa_lvkk_type">
  <xs:complexContent>
    <xs:extension base="tds_zeitpppa_lvkk_type">
      <xs:sequence>
        <xs:element name="bogen">
          <xs:annotation>
            <xs:documentation>Kindbögen</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element maxOccurs="unbounded" minOccurs="0" name="AMIN" type="gr_aminpppa_lvkk_type">
                <xs:annotation>
                  <xs:documentation>Bogen: Einhaltung der Mindestvorgaben bei nicht quartalsbezogenen Ausnahmetatbeständen – Mindestvorgaben, tatsächliche Personalausstattung, Umsetzungsgrad und Erfüllung // Existenzbedingung: AUSNGESQUART = 0 // Bogenzahl: *</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element minOccurs="0" name="AUMS" type="tds_aumspppa_lvkk_type">
                <xs:annotation>
                  <xs:documentation>Bogen: Einhaltung der Mindestvorgaben bei nicht quartalsbezogenen Ausnahmetatbeständen – Umsetzungsgrad und Erfüllung // Existenzbedingung: AUSNGESQUART = 0 // Bogenzahl: ?</xs:documentation>
                </xs:annotation>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type xi:tds_zeitpppa_lvkk_type
Diagram
Used by
Model
Children xi:felder
Source
<xs:complexType name="tds_zeitpppa_lvkk_type">
  <xs:sequence>
    <xs:element name="felder">
      <xs:annotation>
        <xs:documentation>Exportfelder des Bogens</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="LFDNRZEIT">
            <xs:annotation>
              <xs:documentation>BogenFeld: laufende Nummer für den Zeitraum ohne Ausnahmetatbestände; für alle Ausnahmetatbestände ist insgesamt nur ein Teildatensatz auszufüllen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="1"/>
                    <xs:maxInclusive value="1"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="AUSNGESQUART">
            <xs:annotation>
              <xs:documentation>BogenFeld: Ausnahmetatbestände liegen in Summe über das gesamte Quartal hinweg vor</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element maxOccurs="2" minOccurs="1" name="MONATE">
            <xs:annotation>
              <xs:documentation>BogenFeld: Monat/e</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="1"/>
                    <xs:maxInclusive value="12"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ZEITDRITTELQUART">
            <xs:annotation>
              <xs:documentation>BogenFeld: Drittel des Quartals</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_drittelquartals_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element maxOccurs="62" minOccurs="1" name="KONKDAT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Konkretes Datum</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="datum_type" use="optional"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type xi:gr_aminpppa_lvkk_type
Diagram
Type extension of xi:tds_aminpppa_lvkk_type
Type hierarchy
Used by
Model
Children xi:bogen, xi:felder
Source
<xs:complexType name="gr_aminpppa_lvkk_type">
  <xs:complexContent>
    <xs:extension base="tds_aminpppa_lvkk_type">
      <xs:sequence>
        <xs:element name="bogen">
          <xs:annotation>
            <xs:documentation>Kindbögen</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element maxOccurs="unbounded" minOccurs="0" name="AANR" type="tds_aanrpppa_lvkk_type">
                <xs:annotation>
                  <xs:documentation>Bogen: Einhaltung der Mindestvorgaben bei nicht quartalsbezogenen Ausnahmetatbeständen – Anrechnung von Fachkräften gemäß § 8 PPP-RL im Tagdienst // Existenzbedingung: (ANRABPPPBAMIN > 0 ODER ANRNICHTPPPBAMIN > 0 ODER ANROHNEBVBAMIN > 0) UND AUSNGESQUART = 0 // Bogenzahl: *</xs:documentation>
                </xs:annotation>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type xi:tds_aminpppa_lvkk_type
Diagram
Used by
Model
Children xi:felder
Source
<xs:complexType name="tds_aminpppa_lvkk_type">
  <xs:sequence>
    <xs:element name="felder">
      <xs:annotation>
        <xs:documentation>Exportfelder des Bogens</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="LFDNRAMIN">
            <xs:annotation>
              <xs:documentation>BogenFeld: laufende Nummer der Mindestvorgaben, tatsächliche Personalausstattung, Umsetzungsgrad und Erfüllung der Anforderungen pro Berufsgruppe bei Vorliegen eines nicht quartalsbezogenen Ausnahmetatbestandes; für jede Berufsgruppe ist jeweils ein Teildatensatz und bei vorhandener stationsäquivalenter Behandlung ist ein zusätzlicher Teildatensatz für jede Berufsgruppe anzulegen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="1"/>
                    <xs:maxInclusive value="12"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="BERUFSGRUPPEAMINEP">
            <xs:annotation>
              <xs:documentation>BogenFeld: Berufsgruppe (Psychiatrie (Erwachsene)); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="STATAEQUIBEHANDAMIN">
            <xs:annotation>
              <xs:documentation>BogenFeld: stationsäquivalente Behandlung (297)</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="BERUFSGRUPPEAMINKJP">
            <xs:annotation>
              <xs:documentation>BogenFeld: Berufsgruppe (Kinder- und Jugendpsychiatrie); gemäß § 5 Absatz 2 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="STATAEQUIBEHANDKJPAMIN">
            <xs:annotation>
              <xs:documentation>BogenFeld: stationsäquivalente Behandlung (307)</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="BERUFSGRUPPEAMINPS">
            <xs:annotation>
              <xs:documentation>BogenFeld: Berufsgruppe (Psychosomatik); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_berufsgruppeps_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="VKSAMIN">
            <xs:annotation>
              <xs:documentation>BogenFeld: VKS-Mind&#13;Mindestpersonalausstattung; gemäß § 6 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="VKSISTAMIN">
            <xs:annotation>
              <xs:documentation>BogenFeld: VKS-Ist&#13;Tatsächliche Personalausstattung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANRNICHTPPPAMIN">
            <xs:annotation>
              <xs:documentation>BogenFeld: VKS-Ist&#13;davon Anrechnung Fachkräfte Nicht-PPP-RL-Berufsgruppen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANROHNEBVAMIN">
            <xs:annotation>
              <xs:documentation>BogenFeld: VKS-Ist&#13;davon Anrechnung Fachkräfte ohne direktes Beschäftigungsverhältnis</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANRABPPPAMIN">
            <xs:annotation>
              <xs:documentation>BogenFeld: VKS-Ist&#13;davon Anrechnung Fachkräfte anderer Berufsgruppen nach PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="0"/>
                    <xs:maxInclusive value="999999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="UMSETZUNGSGRADAMIN">
            <xs:annotation>
              <xs:documentation>BogenFeld: Umsetzungsgrad der Berufsgruppe; gemäß § 7 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xs:decimal">
                    <xs:minInclusive value="0.0"/>
                    <xs:maxInclusive value="999.99"/>
                    <xs:totalDigits value="5"/>
                    <xs:fractionDigits value="2"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="MINDERFAMIN">
            <xs:annotation>
              <xs:documentation>BogenFeld: Mindestanforderung der Berufsgruppe erfüllt</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type xi:tds_aanrpppa_lvkk_type
Diagram
Used by
Model
Children xi:felder
Source
<xs:complexType name="tds_aanrpppa_lvkk_type">
  <xs:sequence>
    <xs:element name="felder">
      <xs:annotation>
        <xs:documentation>Exportfelder des Bogens</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="LFDNRAANR">
            <xs:annotation>
              <xs:documentation>BogenFeld: laufende Nummer der Anrechnung von Fachkräften gemäß § 8 PPP-RL im Tagdienst bei Vorliegen eines nicht quartalsbezogenen Ausnahmetatbestandes; für jeden Anrechnungstatbestand ist jeweils ein Teildatensatz anzulegen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="1"/>
                    <xs:maxInclusive value="3"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="AANRTANA">
            <xs:annotation>
              <xs:documentation>BogenFeld: Tagdienst / Nachtdienst</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_tn_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="AANRTATBESTAND">
            <xs:annotation>
              <xs:documentation>BogenFeld: Anrechnungstatbestand; gemäß § 8 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_anrtatbestand_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="AANRBERUFSGRAEP">
            <xs:annotation>
              <xs:documentation>BogenFeld: Tatsächliche Berufsgruppe der angerechneten Fachkraft bei Fachkräften anderer Berufsgruppen nach PPP-RL und bei Fachkräften ohne direktes Beschäftigungsverhältnis in VKS (Psychiatrie (Erwachsene), Psychosomatik); gemäß § 5 Absatz 1 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="AANRBERUFSGRAKJP">
            <xs:annotation>
              <xs:documentation>BogenFeld: Tatsächliche Berufsgruppe der angerechneten Fachkraft bei Fachkräften anderer Berufsgruppen nach PPP-RL und bei Fachkräften ohne direktes Beschäftigungsverhältnis in VKS (Kinder- und Jugendpsychiatrie); gemäß § 5 Absatz 2 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="AANRBERUFSGRANPPPBG">
            <xs:annotation>
              <xs:documentation>BogenFeld: Tatsächliche Berufsgruppe der angerechneten Fachkraft bei Fachkräften von Nicht-PPP-RL-Berufsgruppen&#13;in VKS</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="optional">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:maxLength value="150"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANRTAETIGKEITAANR">
            <xs:annotation>
              <xs:documentation>BogenFeld: Angerechnete Tätigkeiten</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:decimal">
                    <xs:minInclusive value="0.0"/>
                    <xs:maxInclusive value="999999.99"/>
                    <xs:totalDigits value="8"/>
                    <xs:fractionDigits value="2"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="REGELAUFGABENAANR">
            <xs:annotation>
              <xs:documentation>BogenFeld: Erläuterung; Regelaufgaben gemäß Anlage 4 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xoev-lc:String.Latin">
                    <xs:maxLength value="2000"/>
                    <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
                    <!-- [\s\S] === [\d\D] -->
                    <!-- anything incl. newline + something not whitespace + anything incl. newline -->
                    <xs:pattern value="[\s\S]*\S[\s\S]*"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type xi:tds_aumspppa_lvkk_type
Diagram
Used by
Model
Children xi:felder
Source
<xs:complexType name="tds_aumspppa_lvkk_type">
  <xs:sequence>
    <xs:element name="felder">
      <xs:annotation>
        <xs:documentation>Exportfelder des Bogens</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="LFDNRAUMS">
            <xs:annotation>
              <xs:documentation>BogenFeld: laufende Nummer des Umsetzungsgrades und der Erfüllung bei Vorliegen eines nicht quartalsbezogenen&#13;Ausnahmetatbestandes; es ist insgesamt nur ein Teildatensatz auszufüllen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="1"/>
                    <xs:maxInclusive value="1"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="BEZUGSJAHRAUMS">
            <xs:annotation>
              <xs:documentation>BogenFeld: Bezugsjahr der Mindestvorgabe</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_bezugsjahr_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="UMSETZUNGSGRADEINAUMS">
            <xs:annotation>
              <xs:documentation>BogenFeld: Umsetzungsgrad der Einrichtung; gemäß § 7 Absatz 3 PPP-RL</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:decimal">
                    <xs:minInclusive value="0.0"/>
                    <xs:maxInclusive value="999.99"/>
                    <xs:totalDigits value="5"/>
                    <xs:fractionDigits value="2"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="MINDESTANFEINAUMS">
            <xs:annotation>
              <xs:documentation>BogenFeld: Mindestanforderung der Einrichtung erfüllt</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="required"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Attribute xi:tds_bpppa_lvkk_type / xi:felder / xi:DokAbschlDat / @V
Type datum_type
Type hierarchy
Properties
use required
Facets
pattern ((([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*) & (((((31\.(0[13578]|1[02]))\.|((29|30)\.(0[13-9]|1[0-2])\.))((19|20)\d{2}))|((29\.02\.(((19|20)(0[48]|[2468][048]|[13579][26])|(2000)))))|((0[1-9]|1\d|2[0-8])\.((0[1-9])|(1[0-2]))\.((19|20)\d{2}))))
Used by
Source
<xs:attribute name="V" type="datum_type" use="required"/>
Attribute xi:tds_bpppa_lvkk_type / xi:felder / xi:QUARTDATUM / @V
Type quartdatum_type
Type hierarchy
Properties
use required
Facets
pattern ((([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*) & ([1-4]/[12][0-9]{3})
Used by
Source
<xs:attribute name="V" type="quartdatum_type" use="required"/>
Attribute xi:tds_bpppa_lvkk_type / xi:felder / xi:NAMEKH / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use required
Facets
maxLength 100
pattern ((([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*) & (.*\S.*)
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:maxLength value="100"/>
      <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
      <!-- anything but newline + something not whitespace + anything but newline -->
      <xs:pattern value=".*\S.*"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_bpppa_lvkk_type / xi:felder / xi:PLZ / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use required
Facets
pattern ((([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*) & ([0-9]{5})
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:pattern value="[0-9]{5}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_bpppa_lvkk_type / xi:felder / xi:ORT / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use required
Facets
maxLength 50
pattern ((([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*) & (.*\S.*)
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:maxLength value="50"/>
      <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
      <!-- anything but newline + something not whitespace + anything but newline -->
      <xs:pattern value=".*\S.*"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_bpppa_lvkk_type / xi:felder / xi:STRASSEKH / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use required
Facets
maxLength 100
pattern ((([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*) & (.*\S.*)
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:maxLength value="100"/>
      <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
      <!-- anything but newline + something not whitespace + anything but newline -->
      <xs:pattern value=".*\S.*"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_bpppa_lvkk_type / xi:felder / xi:APARTNER / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use required
Facets
maxLength 50
pattern ((([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*) & (.*\S.*)
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:maxLength value="50"/>
      <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
      <!-- anything but newline + something not whitespace + anything but newline -->
      <xs:pattern value=".*\S.*"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_bpppa_lvkk_type / xi:felder / xi:TELEFON / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use required
Facets
pattern ((([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*) & ([\+\-]?[0-9]*(\.[0-9]+)?)
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:pattern value="[\+\-]?[0-9]*(\.[0-9]+)?"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_bpppa_lvkk_type / xi:felder / xi:EMAIL / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use required
Facets
pattern ((([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*) & ([A-Za-z0-9._%+\-]+@[A-Za-z0-9.\-]+\.[A-Za-z]{2,})
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:pattern value="[A-Za-z0-9._%+\-]+@[A-Za-z0-9.\-]+\.[A-Za-z]{2,}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_bpppa_lvkk_type / xi:felder / xi:IKNRKH / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use required
Facets
pattern ((([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*) & ([0-9]{9})
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:pattern value="[0-9]{9}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_bpppa_lvkk_type / xi:felder / xi:standortIDops / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use required
Facets
pattern ((([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*) & (77\d{4})
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:pattern value="77\d{4}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:LFDEINR / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 3
minInclusive 1
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="3"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:MODVOR / @V
Type enum_jn_type
Properties
use required
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="required"/>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:ANTMOD / @V
Type enum_antmod_type
Properties
use optional
Facets
enumeration 1
Kleiner 25 Prozent
enumeration 2
25 Prozent bis kleiner 75 Prozent
enumeration 3
75 Prozent bis kleiner 100 Prozent
enumeration 4
Gleich 100 Prozent
Used by
Source
<xs:attribute name="V" type="enum_antmod_type" use="optional"/>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:ERLAEUTERUNGMODVOR / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use optional
Facets
maxLength 999
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:maxLength value="999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:ERSTLEIST / @V
Type enum_jn_type
Properties
use required
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="required"/>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:EINRICHTUNGPPP / @V
Type enum_einrichtung_type
Properties
use required
Facets
enumeration 29
Psychiatrie (Erwachsene)
enumeration 30
Kinder- und Jugendpsychiatrie
enumeration 31
Psychosomatik
Used by
Source
<xs:attribute name="V" type="enum_einrichtung_type" use="required"/>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:STIPRO / @V
Type enum_jn_type
Properties
use required
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="required"/>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:STATEQUBEHEINR / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:REGPFLICHT / @V
Type enum_jn_type
Properties
use required
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="required"/>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:GESCHLBEREICH / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:PRAESENZ24STD / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:BEHTAGEGE / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:BEHTAGELR / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:BEZUGSJAHR / @V
Type enum_bezugsjahr_type
Properties
use required
Facets
enumeration 1
Vorjahr
enumeration 2
Kalenderjahr des Nachweises
Used by
Source
<xs:attribute name="V" type="enum_bezugsjahr_type" use="required"/>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:UMSETZUNGSGRADEIN / @V
Type restriction of xs:decimal
Properties
use required
Facets
totalDigits 5
fractionDigits 2
maxInclusive 999.99
minInclusive 0.0
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:minInclusive value="0.0"/>
      <xs:maxInclusive value="999.99"/>
      <xs:totalDigits value="5"/>
      <xs:fractionDigits value="2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:MINDESTANFEIN / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:MINDESTANPFLEGNACHT / @V
Type enum_jne_type
Properties
use required
Facets
enumeration 0
nein
enumeration 1
ja
enumeration 2
entfällt
Used by
Source
<xs:attribute name="V" type="enum_jne_type" use="required"/>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:AUSNTATBEST / @V
Type enum_jn_type
Properties
use required
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="required"/>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:ERBNACHT / @V
Type enum_jn_type
Properties
use required
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="required"/>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:PFLEGNACHTQUART / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:ANZNAECHT / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 92
minInclusive 90
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="90"/>
      <xs:maxInclusive value="92"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:ANZVOLLSTBETT / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 9999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="9999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:ANTINTVJ / @V
Type restriction of xs:decimal
Properties
use optional
Facets
totalDigits 5
fractionDigits 2
maxInclusive 100.0
minInclusive 0.0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:minInclusive value="0.0"/>
      <xs:maxInclusive value="100.0"/>
      <xs:totalDigits value="5"/>
      <xs:fractionDigits value="2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:MINVORPFLEGNACHT / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 9999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="9999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:ANZNAECHTERF / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 92
minInclusive 0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="92"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:DURCHVKSISTPFLEGNACHT / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 9999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="9999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_einrpppa_lvkk_type / xi:felder / xi:ERLSTA / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use optional
Facets
maxLength 3500
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:maxLength value="3500"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_orgpppa_lvkk_type / xi:felder / xi:IDSTATION / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 999
minInclusive 1
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_orgpppa_lvkk_type / xi:felder / xi:NAMEST / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use required
Facets
maxLength 100
pattern ((([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*) & (.*\S.*)
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:maxLength value="100"/>
      <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
      <!-- anything but newline + something not whitespace + anything but newline -->
      <xs:pattern value=".*\S.*"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_orgpppa_lvkk_type / xi:felder / xi:PLANVOLLST / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_orgpppa_lvkk_type / xi:felder / xi:PLANTEILST / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_orgpppa_lvkk_type / xi:felder / xi:STATTYP / @V
Type enum_stattyp_type
Type hierarchy
Properties
use required
Facets
enumeration A
geschützte Akut- bzw. Intensivstation
enumeration B
fakultativ geschlossene Station
enumeration C
offene, nicht elektive Station
enumeration D
Station mit geschützten Bereichen
enumeration E
elektive offene Station
enumeration F
nicht-stationsbezogene Einheit mit innovativem Behandlungskonzept
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_stattyp_type" use="required"/>
Attribute xi:tds_orgpppa_lvkk_type / xi:felder / xi:BEHSCHWERPKT / @V
Type enum_behschwpunkt_type
Type hierarchy
Properties
use required
Facets
enumeration A
Konzeptstation für Allgemeinpsychiatrie
enumeration A5
Konzeptstation für psychotherapeutische und psychosomatische Behandlung
enumeration A7
Konzeptstation für psychotherapeutische und psychosomatische Komplexbehandlung
enumeration G
Konzeptstation für Gerontopsychiatrie
enumeration KJP
Konzeptstation für Kinder- und Jugendpsychiatrie
enumeration P1
Konzeptstation für Psychosomatik
enumeration P2
Konzeptstation für psychosomatische Komplexbehandlung
enumeration S
Konzeptstation für Suchterkrankungen
enumeration Z
keine der obigen Konzeptstationen
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_behschwpunkt_type" use="required"/>
Attribute xi:tds_orgpppa_lvkk_type / xi:felder / xi:ERLAEUTERUNG / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use optional
Facets
maxLength 999
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:maxLength value="999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_tatpppa_lvkk_type / xi:felder / xi:LFDNRTAT / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 36
minInclusive 1
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="36"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_tatpppa_lvkk_type / xi:felder / xi:MONAT / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 12
minInclusive 1
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="12"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_tatpppa_lvkk_type / xi:felder / xi:BERUFSGRUPPEEP / @V
Type enum_berufsgruppeep_type
Type hierarchy
Properties
use optional
Facets
enumeration a
Ärztinnen und Ärzte, ärztliche Psychotherapeutinnen und Psychotherapeuten
enumeration b
Pflegefachpersonen
enumeration c
Psychotherapeutinnen und Psychotherapeuten, Psychologinnen und Psychologen
enumeration d
Spezialtherapeutinnen und Spezialtherapeuten
enumeration e
Bewegungstherapeutinnen und Bewegungstherapeuten, Physiotherapeutinnen und Physiotherapeuten
enumeration f
Sozialarbeiterinnen und Sozialarbeiter, Sozialpädagoginnen und Sozialpädagogen, Heilpädagoginnen und Heilpädagogen
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
Attribute xi:tds_tatpppa_lvkk_type / xi:felder / xi:STATAEQUIBEHAND / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute xi:tds_tatpppa_lvkk_type / xi:felder / xi:BERUFSGRUPPEKJP / @V
Type enum_berufsgruppekjp_type
Type hierarchy
Properties
use optional
Facets
enumeration a
Ärztinnen und Ärzte, ärztliche Psychotherapeutinnen und Psychotherapeuten
enumeration b
Pflegefachpersonen und Erziehungsdienst
enumeration c
Psychotherapeutinnen und Psychotherapeuten, Psychologinnen und Psychologen
enumeration d
Spezialtherapeutinnen und Spezialtherapeuten
enumeration e
Bewegungstherapeutinnen und Bewegungstherapeuten, Physiotherapeutinnen und Physiotherapeuten
enumeration f
Sozialarbeiterinnen und Sozialarbeiter, Sozialpädagoginnen und Sozialpädagogen, Heilpädagoginnen und Heilpädagogen
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
Attribute xi:tds_tatpppa_lvkk_type / xi:felder / xi:STATAEQUIBEHANDKJP / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute xi:tds_tatpppa_lvkk_type / xi:felder / xi:BERUFSGRUPPEPS / @V
Type enum_berufsgruppeps_type
Type hierarchy
Properties
use optional
Facets
enumeration a
Ärztinnen und Ärzte, ärztliche Psychotherapeutinnen und Psychotherapeuten
enumeration b
Pflegefachpersonen
enumeration c
Psychotherapeutinnen und Psychotherapeuten, Psychologinnen und Psychologen
enumeration d
Spezialtherapeutinnen und Spezialtherapeuten
enumeration e
Bewegungstherapeutinnen und Bewegungstherapeuten,  Physiotherapeutinnen und Physiotherapeuten
enumeration f
Sozialarbeiterinnen und Sozialarbeiter, Sozialpädagoginnen und Sozialpädagogen, Heilpädagoginnen und Heilpädagogen
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_berufsgruppeps_type" use="optional"/>
Attribute xi:tds_tatpppa_lvkk_type / xi:felder / xi:VKSIST / @V
Type restriction of xs:decimal
Properties
use required
Facets
totalDigits 8
fractionDigits 2
maxInclusive 999999.99
minInclusive 0.0
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:minInclusive value="0.0"/>
      <xs:maxInclusive value="999999.99"/>
      <xs:totalDigits value="8"/>
      <xs:fractionDigits value="2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_gespppa_lvkk_type / xi:felder / xi:LFDNRGES / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 2
minInclusive 1
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_gespppa_lvkk_type / xi:felder / xi:JAHR / @V
Type xs:gYear
Properties
use required
Used by
Source
<xs:attribute name="V" type="xs:gYear" use="required"/>
Attribute xi:tds_gespppa_lvkk_type / xi:felder / xi:BEHTAGEGESAMT / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 99999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="99999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_behpppa_lvkk_type / xi:felder / xi:LFDNRBEH / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 21
minInclusive 1
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="21"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_behpppa_lvkk_type / xi:felder / xi:BEHBEREICHEP / @V
Type enum_behbereichep_type
Type hierarchy
Properties
use optional
Facets
enumeration 0
keine Angabe möglich
enumeration A1
A1
enumeration A2
A2
enumeration A4
A4
enumeration A5
A5
enumeration A6
A6
enumeration A7
A7
enumeration A8
A8
enumeration A9
A9
enumeration G1
G1
enumeration G2
G2
enumeration G4
G4
enumeration G5
G5
enumeration G6
G6
enumeration G9
G9
enumeration S1
S1
enumeration S2
S2
enumeration S4
S4
enumeration S5
S5
enumeration S6
S6
enumeration S9
S9
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_behbereichep_type" use="optional"/>
Attribute xi:tds_behpppa_lvkk_type / xi:felder / xi:ANZAHLBHEP / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 99999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="99999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_behpppa_lvkk_type / xi:felder / xi:BEHBEREICHKJP / @V
Type enum_behbereichkjp_type
Type hierarchy
Properties
use optional
Facets
enumeration 0
keine Angabe möglich
enumeration KJ1
KJ1
enumeration KJ2
KJ2
enumeration KJ3
KJ3
enumeration KJ5
KJ5
enumeration KJ6
KJ6
enumeration KJ7
KJ7
enumeration KJ9
KJ9
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_behbereichkjp_type" use="optional"/>
Attribute xi:tds_behpppa_lvkk_type / xi:felder / xi:ANZAHLBHKJP / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 99999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="99999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_behpppa_lvkk_type / xi:felder / xi:BEHBEREICHPS / @V
Type enum_behbereichps_type
Type hierarchy
Properties
use optional
Facets
enumeration 0
keine Angabe möglich
enumeration P1
P1
enumeration P2
P2
enumeration P3
P3
enumeration P4
P4
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_behbereichps_type" use="optional"/>
Attribute xi:tds_behpppa_lvkk_type / xi:felder / xi:ANZAHLBHPS / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 99999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="99999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_minpppa_lvkk_type / xi:felder / xi:LFDNRMIN / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 12
minInclusive 1
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="12"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_minpppa_lvkk_type / xi:felder / xi:BERUFSGRUPPEMINEP / @V
Type enum_berufsgruppeep_type
Type hierarchy
Properties
use optional
Facets
enumeration a
Ärztinnen und Ärzte, ärztliche Psychotherapeutinnen und Psychotherapeuten
enumeration b
Pflegefachpersonen
enumeration c
Psychotherapeutinnen und Psychotherapeuten, Psychologinnen und Psychologen
enumeration d
Spezialtherapeutinnen und Spezialtherapeuten
enumeration e
Bewegungstherapeutinnen und Bewegungstherapeuten, Physiotherapeutinnen und Physiotherapeuten
enumeration f
Sozialarbeiterinnen und Sozialarbeiter, Sozialpädagoginnen und Sozialpädagogen, Heilpädagoginnen und Heilpädagogen
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
Attribute xi:tds_minpppa_lvkk_type / xi:felder / xi:STATAEQUIBEHANDMIN / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute xi:tds_minpppa_lvkk_type / xi:felder / xi:BERUFSGRUPPEMINKJP / @V
Type enum_berufsgruppekjp_type
Type hierarchy
Properties
use optional
Facets
enumeration a
Ärztinnen und Ärzte, ärztliche Psychotherapeutinnen und Psychotherapeuten
enumeration b
Pflegefachpersonen und Erziehungsdienst
enumeration c
Psychotherapeutinnen und Psychotherapeuten, Psychologinnen und Psychologen
enumeration d
Spezialtherapeutinnen und Spezialtherapeuten
enumeration e
Bewegungstherapeutinnen und Bewegungstherapeuten, Physiotherapeutinnen und Physiotherapeuten
enumeration f
Sozialarbeiterinnen und Sozialarbeiter, Sozialpädagoginnen und Sozialpädagogen, Heilpädagoginnen und Heilpädagogen
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
Attribute xi:tds_minpppa_lvkk_type / xi:felder / xi:STATAEQUIBEHANDKJPMIN / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute xi:tds_minpppa_lvkk_type / xi:felder / xi:BERUFSGRUPPEMINPS / @V
Type enum_berufsgruppeps_type
Type hierarchy
Properties
use optional
Facets
enumeration a
Ärztinnen und Ärzte, ärztliche Psychotherapeutinnen und Psychotherapeuten
enumeration b
Pflegefachpersonen
enumeration c
Psychotherapeutinnen und Psychotherapeuten, Psychologinnen und Psychologen
enumeration d
Spezialtherapeutinnen und Spezialtherapeuten
enumeration e
Bewegungstherapeutinnen und Bewegungstherapeuten,  Physiotherapeutinnen und Physiotherapeuten
enumeration f
Sozialarbeiterinnen und Sozialarbeiter, Sozialpädagoginnen und Sozialpädagogen, Heilpädagoginnen und Heilpädagogen
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_berufsgruppeps_type" use="optional"/>
Attribute xi:tds_minpppa_lvkk_type / xi:felder / xi:VKSMIN / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_minpppa_lvkk_type / xi:felder / xi:VKSISTMIN / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_minpppa_lvkk_type / xi:felder / xi:ANRNICHTPPP / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_minpppa_lvkk_type / xi:felder / xi:ANROHNEBV / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_minpppa_lvkk_type / xi:felder / xi:ANRABPPP / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_minpppa_lvkk_type / xi:felder / xi:UMSETZUNGSGRAD / @V
Type restriction of xs:decimal
Properties
use optional
Facets
totalDigits 5
fractionDigits 2
maxInclusive 999.99
minInclusive 0.0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:minInclusive value="0.0"/>
      <xs:maxInclusive value="999.99"/>
      <xs:totalDigits value="5"/>
      <xs:fractionDigits value="2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_minpppa_lvkk_type / xi:felder / xi:MINDERF / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute xi:tds_anrpppa_lvkk_type / xi:felder / xi:LFDNRANR / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 3
minInclusive 1
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="3"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_anrpppa_lvkk_type / xi:felder / xi:ANRTANA / @V
Type enum_tn_type
Type hierarchy
Properties
use required
Facets
enumeration N
Nachtdienst
enumeration T
Tagdienst
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_tn_type" use="required"/>
Attribute xi:tds_anrpppa_lvkk_type / xi:felder / xi:ANRTATBESTAND / @V
Type enum_anrtatbestand_type
Properties
use required
Facets
enumeration 5
Fachkräfte anderer Berufsgruppen nach PPP-RL
enumeration 6
Fachkräfte oder Hilfskräfte aus Nicht-PPP-RL-Berufsgruppen
enumeration 7
Fachkräfte ohne direktes Beschäftigungsverhältnis
Used by
Source
<xs:attribute name="V" type="enum_anrtatbestand_type" use="required"/>
Attribute xi:tds_anrpppa_lvkk_type / xi:felder / xi:ANRBERUFSGRAEP / @V
Type enum_berufsgruppeep_type
Type hierarchy
Properties
use optional
Facets
enumeration a
Ärztinnen und Ärzte, ärztliche Psychotherapeutinnen und Psychotherapeuten
enumeration b
Pflegefachpersonen
enumeration c
Psychotherapeutinnen und Psychotherapeuten, Psychologinnen und Psychologen
enumeration d
Spezialtherapeutinnen und Spezialtherapeuten
enumeration e
Bewegungstherapeutinnen und Bewegungstherapeuten, Physiotherapeutinnen und Physiotherapeuten
enumeration f
Sozialarbeiterinnen und Sozialarbeiter, Sozialpädagoginnen und Sozialpädagogen, Heilpädagoginnen und Heilpädagogen
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
Attribute xi:tds_anrpppa_lvkk_type / xi:felder / xi:ANRBERUFSGRAKJP / @V
Type enum_berufsgruppekjp_type
Type hierarchy
Properties
use optional
Facets
enumeration a
Ärztinnen und Ärzte, ärztliche Psychotherapeutinnen und Psychotherapeuten
enumeration b
Pflegefachpersonen und Erziehungsdienst
enumeration c
Psychotherapeutinnen und Psychotherapeuten, Psychologinnen und Psychologen
enumeration d
Spezialtherapeutinnen und Spezialtherapeuten
enumeration e
Bewegungstherapeutinnen und Bewegungstherapeuten, Physiotherapeutinnen und Physiotherapeuten
enumeration f
Sozialarbeiterinnen und Sozialarbeiter, Sozialpädagoginnen und Sozialpädagogen, Heilpädagoginnen und Heilpädagogen
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
Attribute xi:tds_anrpppa_lvkk_type / xi:felder / xi:ANRBERUFSGRANPPPBG / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use optional
Facets
maxLength 150
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:maxLength value="150"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_anrpppa_lvkk_type / xi:felder / xi:ANRTAETIGKEIT / @V
Type restriction of xs:decimal
Properties
use required
Facets
totalDigits 8
fractionDigits 2
maxInclusive 999999.99
minInclusive 0.0
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:minInclusive value="0.0"/>
      <xs:maxInclusive value="999999.99"/>
      <xs:totalDigits value="8"/>
      <xs:fractionDigits value="2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_anrpppa_lvkk_type / xi:felder / xi:REGELAUFGABEN / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use required
Facets
maxLength 2000
pattern ((([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*) & ([\s\S]*\S[\s\S]*)
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:maxLength value="2000"/>
      <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
      <!-- [\s\S] === [\d\D] -->
      <!-- anything incl. newline + something not whitespace + anything incl. newline -->
      <xs:pattern value="[\s\S]*\S[\s\S]*"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:LFDNRAUS / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 4
minInclusive 1
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="4"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:AUSTATBESTAND / @V
Type enum_austatbestand_type
Properties
use required
Facets
enumeration 1
kurzfristige krankheitsbedingte Personalausfälle
enumeration 2
kurzfristige stark erhöhte Patientenanzahl in der Pflichtversorgung
enumeration 3
gravierende strukturelle oder organisatorische Veränderungen
enumeration 4
Tagesklinik, die die Mindestvorgaben im darauffolgenden oder übernächsten Quartal wieder einhält
Used by
Source
<xs:attribute name="V" type="enum_austatbestand_type" use="required"/>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:QUARTAL / @V
Type enum_quartal_type
Properties
use optional
Facets
enumeration 1
Q1
enumeration 2
Q2
enumeration 3
Q3
enumeration 4
Q4
Used by
Source
<xs:attribute name="V" type="enum_quartal_type" use="optional"/>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:MONATAUS / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 12
minInclusive 1
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="12"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:DRITTELQUART / @V
Type enum_drittelquartals_type
Type hierarchy
Properties
use optional
Facets
enumeration 1
1/3 des Quartals
enumeration 2
2/3 des Quartals
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_drittelquartals_type" use="optional"/>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:AUSFALLSTD / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:VKSMINAT / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:AUSFALLQUOTE / @V
Type restriction of xs:decimal
Properties
use optional
Facets
totalDigits 5
fractionDigits 2
maxInclusive 999.99
minInclusive 0.0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:minInclusive value="0.0"/>
      <xs:maxInclusive value="999.99"/>
      <xs:totalDigits value="5"/>
      <xs:fractionDigits value="2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:GRUENDE1 / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use optional
Facets
maxLength 999
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:maxLength value="999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:BEHANDTAGE / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:BEHANDTAGEVJ / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:PROZENTSATZ / @V
Type restriction of xs:decimal
Properties
use optional
Facets
totalDigits 5
fractionDigits 2
maxInclusive 999.99
minInclusive 0.0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:minInclusive value="0.0"/>
      <xs:maxInclusive value="999.99"/>
      <xs:totalDigits value="5"/>
      <xs:fractionDigits value="2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:GRUENDE2 / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use optional
Facets
maxLength 999
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:maxLength value="999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:ABEHANDLEISTUNG / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use optional
Facets
maxLength 999
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:maxLength value="999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:APERSAUSSTATT / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use optional
Facets
maxLength 999
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:maxLength value="999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:GRUENDE3 / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use optional
Facets
maxLength 999
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:maxLength value="999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:STANDORTTAG / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:MINAKTQUART / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:MINVORQUART / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:MINVORVORQUART / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute xi:tds_auspppa_lvkk_type / xi:felder / xi:GRUENDE4 / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use optional
Facets
maxLength 999
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:maxLength value="999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_zeitpppa_lvkk_type / xi:felder / xi:LFDNRZEIT / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 1
minInclusive 1
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_zeitpppa_lvkk_type / xi:felder / xi:AUSNGESQUART / @V
Type enum_jn_type
Properties
use required
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="required"/>
Attribute xi:tds_zeitpppa_lvkk_type / xi:felder / xi:MONATE / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 12
minInclusive 1
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="12"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_zeitpppa_lvkk_type / xi:felder / xi:ZEITDRITTELQUART / @V
Type enum_drittelquartals_type
Type hierarchy
Properties
use optional
Facets
enumeration 1
1/3 des Quartals
enumeration 2
2/3 des Quartals
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_drittelquartals_type" use="optional"/>
Attribute xi:tds_zeitpppa_lvkk_type / xi:felder / xi:KONKDAT / @V
Type datum_type
Type hierarchy
Properties
use optional
Facets
pattern ((([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*) & (((((31\.(0[13578]|1[02]))\.|((29|30)\.(0[13-9]|1[0-2])\.))((19|20)\d{2}))|((29\.02\.(((19|20)(0[48]|[2468][048]|[13579][26])|(2000)))))|((0[1-9]|1\d|2[0-8])\.((0[1-9])|(1[0-2]))\.((19|20)\d{2}))))
Used by
Source
<xs:attribute name="V" type="datum_type" use="optional"/>
Attribute xi:tds_aminpppa_lvkk_type / xi:felder / xi:LFDNRAMIN / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 12
minInclusive 1
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="12"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_aminpppa_lvkk_type / xi:felder / xi:BERUFSGRUPPEAMINEP / @V
Type enum_berufsgruppeep_type
Type hierarchy
Properties
use optional
Facets
enumeration a
Ärztinnen und Ärzte, ärztliche Psychotherapeutinnen und Psychotherapeuten
enumeration b
Pflegefachpersonen
enumeration c
Psychotherapeutinnen und Psychotherapeuten, Psychologinnen und Psychologen
enumeration d
Spezialtherapeutinnen und Spezialtherapeuten
enumeration e
Bewegungstherapeutinnen und Bewegungstherapeuten, Physiotherapeutinnen und Physiotherapeuten
enumeration f
Sozialarbeiterinnen und Sozialarbeiter, Sozialpädagoginnen und Sozialpädagogen, Heilpädagoginnen und Heilpädagogen
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
Attribute xi:tds_aminpppa_lvkk_type / xi:felder / xi:STATAEQUIBEHANDAMIN / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute xi:tds_aminpppa_lvkk_type / xi:felder / xi:BERUFSGRUPPEAMINKJP / @V
Type enum_berufsgruppekjp_type
Type hierarchy
Properties
use optional
Facets
enumeration a
Ärztinnen und Ärzte, ärztliche Psychotherapeutinnen und Psychotherapeuten
enumeration b
Pflegefachpersonen und Erziehungsdienst
enumeration c
Psychotherapeutinnen und Psychotherapeuten, Psychologinnen und Psychologen
enumeration d
Spezialtherapeutinnen und Spezialtherapeuten
enumeration e
Bewegungstherapeutinnen und Bewegungstherapeuten, Physiotherapeutinnen und Physiotherapeuten
enumeration f
Sozialarbeiterinnen und Sozialarbeiter, Sozialpädagoginnen und Sozialpädagogen, Heilpädagoginnen und Heilpädagogen
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
Attribute xi:tds_aminpppa_lvkk_type / xi:felder / xi:STATAEQUIBEHANDKJPAMIN / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute xi:tds_aminpppa_lvkk_type / xi:felder / xi:BERUFSGRUPPEAMINPS / @V
Type enum_berufsgruppeps_type
Type hierarchy
Properties
use optional
Facets
enumeration a
Ärztinnen und Ärzte, ärztliche Psychotherapeutinnen und Psychotherapeuten
enumeration b
Pflegefachpersonen
enumeration c
Psychotherapeutinnen und Psychotherapeuten, Psychologinnen und Psychologen
enumeration d
Spezialtherapeutinnen und Spezialtherapeuten
enumeration e
Bewegungstherapeutinnen und Bewegungstherapeuten,  Physiotherapeutinnen und Physiotherapeuten
enumeration f
Sozialarbeiterinnen und Sozialarbeiter, Sozialpädagoginnen und Sozialpädagogen, Heilpädagoginnen und Heilpädagogen
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_berufsgruppeps_type" use="optional"/>
Attribute xi:tds_aminpppa_lvkk_type / xi:felder / xi:VKSAMIN / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_aminpppa_lvkk_type / xi:felder / xi:VKSISTAMIN / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_aminpppa_lvkk_type / xi:felder / xi:ANRNICHTPPPAMIN / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_aminpppa_lvkk_type / xi:felder / xi:ANROHNEBVAMIN / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_aminpppa_lvkk_type / xi:felder / xi:ANRABPPPAMIN / @V
Type restriction of xs:int
Properties
use optional
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="999999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_aminpppa_lvkk_type / xi:felder / xi:UMSETZUNGSGRADAMIN / @V
Type restriction of xs:decimal
Properties
use optional
Facets
totalDigits 5
fractionDigits 2
maxInclusive 999.99
minInclusive 0.0
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:minInclusive value="0.0"/>
      <xs:maxInclusive value="999.99"/>
      <xs:totalDigits value="5"/>
      <xs:fractionDigits value="2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_aminpppa_lvkk_type / xi:felder / xi:MINDERFAMIN / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute xi:tds_aanrpppa_lvkk_type / xi:felder / xi:LFDNRAANR / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 3
minInclusive 1
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="3"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_aanrpppa_lvkk_type / xi:felder / xi:AANRTANA / @V
Type enum_tn_type
Type hierarchy
Properties
use required
Facets
enumeration N
Nachtdienst
enumeration T
Tagdienst
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_tn_type" use="required"/>
Attribute xi:tds_aanrpppa_lvkk_type / xi:felder / xi:AANRTATBESTAND / @V
Type enum_anrtatbestand_type
Properties
use required
Facets
enumeration 5
Fachkräfte anderer Berufsgruppen nach PPP-RL
enumeration 6
Fachkräfte oder Hilfskräfte aus Nicht-PPP-RL-Berufsgruppen
enumeration 7
Fachkräfte ohne direktes Beschäftigungsverhältnis
Used by
Source
<xs:attribute name="V" type="enum_anrtatbestand_type" use="required"/>
Attribute xi:tds_aanrpppa_lvkk_type / xi:felder / xi:AANRBERUFSGRAEP / @V
Type enum_berufsgruppeep_type
Type hierarchy
Properties
use optional
Facets
enumeration a
Ärztinnen und Ärzte, ärztliche Psychotherapeutinnen und Psychotherapeuten
enumeration b
Pflegefachpersonen
enumeration c
Psychotherapeutinnen und Psychotherapeuten, Psychologinnen und Psychologen
enumeration d
Spezialtherapeutinnen und Spezialtherapeuten
enumeration e
Bewegungstherapeutinnen und Bewegungstherapeuten, Physiotherapeutinnen und Physiotherapeuten
enumeration f
Sozialarbeiterinnen und Sozialarbeiter, Sozialpädagoginnen und Sozialpädagogen, Heilpädagoginnen und Heilpädagogen
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_berufsgruppeep_type" use="optional"/>
Attribute xi:tds_aanrpppa_lvkk_type / xi:felder / xi:AANRBERUFSGRAKJP / @V
Type enum_berufsgruppekjp_type
Type hierarchy
Properties
use optional
Facets
enumeration a
Ärztinnen und Ärzte, ärztliche Psychotherapeutinnen und Psychotherapeuten
enumeration b
Pflegefachpersonen und Erziehungsdienst
enumeration c
Psychotherapeutinnen und Psychotherapeuten, Psychologinnen und Psychologen
enumeration d
Spezialtherapeutinnen und Spezialtherapeuten
enumeration e
Bewegungstherapeutinnen und Bewegungstherapeuten, Physiotherapeutinnen und Physiotherapeuten
enumeration f
Sozialarbeiterinnen und Sozialarbeiter, Sozialpädagoginnen und Sozialpädagogen, Heilpädagoginnen und Heilpädagogen
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" type="enum_berufsgruppekjp_type" use="optional"/>
Attribute xi:tds_aanrpppa_lvkk_type / xi:felder / xi:AANRBERUFSGRANPPPBG / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use optional
Facets
maxLength 150
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute name="V" use="optional">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:maxLength value="150"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_aanrpppa_lvkk_type / xi:felder / xi:ANRTAETIGKEITAANR / @V
Type restriction of xs:decimal
Properties
use required
Facets
totalDigits 8
fractionDigits 2
maxInclusive 999999.99
minInclusive 0.0
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:minInclusive value="0.0"/>
      <xs:maxInclusive value="999999.99"/>
      <xs:totalDigits value="8"/>
      <xs:fractionDigits value="2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_aanrpppa_lvkk_type / xi:felder / xi:REGELAUFGABENAANR / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use required
Facets
maxLength 2000
pattern ((([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*) & ([\s\S]*\S[\s\S]*)
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:maxLength value="2000"/>
      <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
      <!-- [\s\S] === [\d\D] -->
      <!-- anything incl. newline + something not whitespace + anything incl. newline -->
      <xs:pattern value="[\s\S]*\S[\s\S]*"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_aumspppa_lvkk_type / xi:felder / xi:LFDNRAUMS / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 1
minInclusive 1
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_aumspppa_lvkk_type / xi:felder / xi:BEZUGSJAHRAUMS / @V
Type enum_bezugsjahr_type
Properties
use required
Facets
enumeration 1
Vorjahr
enumeration 2
Kalenderjahr des Nachweises
Used by
Source
<xs:attribute name="V" type="enum_bezugsjahr_type" use="required"/>
Attribute xi:tds_aumspppa_lvkk_type / xi:felder / xi:UMSETZUNGSGRADEINAUMS / @V
Type restriction of xs:decimal
Properties
use required
Facets
totalDigits 5
fractionDigits 2
maxInclusive 999.99
minInclusive 0.0
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:decimal">
      <xs:minInclusive value="0.0"/>
      <xs:maxInclusive value="999.99"/>
      <xs:totalDigits value="5"/>
      <xs:fractionDigits value="2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute xi:tds_aumspppa_lvkk_type / xi:felder / xi:MINDESTANFEINAUMS / @V
Type enum_jn_type
Properties
use required
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="required"/>
Attribute xi:qs_data_pppa_lvkk_type / @module
Type enum_exportmodul_type
Type hierarchy
Properties
use required
fixed PPPA_LVKK
Facets
enumeration PPPA_LVKK
PPP-RL Strukturabfrage Teil A an die Landesverbände der Krankenkassen und der Ersatzkassen
enumeration PPPA_NE
PPP-RL Strukturabfrage Teil A bei Nichterfüllung der Mindestanforderung an die Landesverbände der Krankenkassen und der Ersatzkassen sowie an die Landesaufsichtsbehörden
pattern (([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*
Used by
Source
<xs:attribute fixed="PPPA_LVKK" name="module" type="enum_exportmodul_type" use="required"/>