Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema data_container.xsd
Properties
attribute form default unqualified
element form default qualified
Element data_container_type / care_provider
Annotations
Angaben zum Leistungserbringer
Diagram
Diagramdata_container_xsd.tmp#data_container_type_data_container_type_care_provider_NAMEKHdata_container_xsd.tmp#data_container_type_data_container_type_care_provider_PLZdata_container_xsd.tmp#data_container_type_data_container_type_care_provider_ORTdata_container_xsd.tmp#data_container_type_data_container_type_care_provider_STRASSEKHdata_container_xsd.tmp#data_container_type_data_container_type_care_provider_APARTNERdata_container_xsd.tmp#data_container_type_data_container_type_care_provider_TELEFONdata_container_xsd.tmp#data_container_type_data_container_type_care_provider_EMAILdata_container_xsd.tmp#data_container_type_data_container_type_care_provider_IKNRKHdata_container_xsd.tmp#data_container_type_data_container_type_care_provider_standortIDops
Properties
content complex
Model
Children APARTNER, EMAIL, IKNRKH, NAMEKH, ORT, PLZ, STRASSEKH, TELEFON, standortIDops
Instance
<care_provider xmlns="urn:gba:sqg">
  <NAMEKH V="">{1,1}</NAMEKH>
  <PLZ V="">{1,1}</PLZ>
  <ORT V="">{1,1}</ORT>
  <STRASSEKH V="">{1,1}</STRASSEKH>
  <APARTNER V="">{1,1}</APARTNER>
  <TELEFON V="">{1,1}</TELEFON>
  <EMAIL V="">{1,1}</EMAIL>
  <IKNRKH V="">{1,1}</IKNRKH>
  <standortIDops V="">{1,1}</standortIDops>
</care_provider>
Source
<xs:element name="care_provider">
  <xs:annotation>
    <xs:documentation>Angaben zum Leistungserbringer</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <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"/>
                <!-- 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:maxLength value="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"/>
                <!-- 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"/>
                <!-- 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"/>
                <!-- 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:maxLength value="15"/>
              </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:maxLength value="254"/>
              </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="(26|51)[0-9]{7}"/>
                <xs:maxLength value="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:maxLength value="6"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element data_container_type / care_provider / NAMEKH
Annotations
BogenFeld: Name der Klinik/Abteilung
Diagram
Diagramdata_container_xsd.tmp#data_container_type_data_container_type_care_provider_data_container_type_data_container_type_care_provider_NAMEKH_V
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"/>
          <!-- 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 data_container_type / care_provider / PLZ
Annotations
BogenFeld: Postleitzahl
Diagram
Diagramdata_container_xsd.tmp#data_container_type_data_container_type_care_provider_data_container_type_data_container_type_care_provider_PLZ_V
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:maxLength value="5"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element data_container_type / care_provider / ORT
Annotations
BogenFeld: Ort
Diagram
Diagramdata_container_xsd.tmp#data_container_type_data_container_type_care_provider_data_container_type_data_container_type_care_provider_ORT_V
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"/>
          <!-- 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 data_container_type / care_provider / STRASSEKH
Annotations
BogenFeld: Straße
Diagram
Diagramdata_container_xsd.tmp#data_container_type_data_container_type_care_provider_data_container_type_data_container_type_care_provider_STRASSEKH_V
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"/>
          <!-- 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 data_container_type / care_provider / APARTNER
Annotations
BogenFeld: Ansprechpartner für Rückfragen
Diagram
Diagramdata_container_xsd.tmp#data_container_type_data_container_type_care_provider_data_container_type_data_container_type_care_provider_APARTNER_V
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"/>
          <!-- 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 data_container_type / care_provider / TELEFON
Annotations
BogenFeld: Telefon
Diagram
Diagramdata_container_xsd.tmp#data_container_type_data_container_type_care_provider_data_container_type_data_container_type_care_provider_TELEFON_V
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:maxLength value="15"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element data_container_type / care_provider / EMAIL
Annotations
BogenFeld: E-Mail
Diagram
Diagramdata_container_xsd.tmp#data_container_type_data_container_type_care_provider_data_container_type_data_container_type_care_provider_EMAIL_V
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:maxLength value="254"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element data_container_type / care_provider / IKNRKH
Annotations
BogenFeld: Institutionskennzeichen (Haupt-IK)
Diagram
Diagramdata_container_xsd.tmp#data_container_type_data_container_type_care_provider_data_container_type_data_container_type_care_provider_IKNRKH_V
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="(26|51)[0-9]{7}"/>
          <xs:maxLength value="9"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element data_container_type / care_provider / standortIDops
Annotations
ErsatzFeld: behandelnder Standort 6-stellig
Diagram
Diagramdata_container_xsd.tmp#data_container_type_data_container_type_care_provider_data_container_type_data_container_type_care_provider_standortIDops_V
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:maxLength value="6"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element data_container_type / cases
Annotations
Standardelement technisch bedingt.
Diagram
Diagramcases_xsd.tmp#cases_attributescases_xsd.tmp#cases_type_casecases_xsd.tmp#cases_type
Type cases_type
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children case
Instance
<cases module="" pseud_procedure="" xmlns="urn:gba:sqg">
  <case>{1,12}</case>
</cases>
Attributes
QName Type Use Annotation
module enum_exportmodul_type required
Name des Exportmoduls
pseud_procedure enum_procedure_type required
Pseudonymisierungsverfahren
Name aus QSDOK.ExportModul.fkPseudonymVerfahren
Für alle Exportmodule im Rahmen der Strukturabfrage ist der Wert für pseud_procedure gleich "undefined".
Source
<xs:element name="cases" type="cases_type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Standardelement technisch bedingt.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type data_container_type
Diagram
Diagramdata_container_xsd.tmp#data_container_type_care_providerdata_container_xsd.tmp#data_container_type_cases
Used by
Model
Children care_provider, cases
Source
<xs:complexType name="data_container_type">
  <xs:sequence>
    <xs:element name="care_provider">
      <xs:annotation>
        <xs:documentation>Angaben zum Leistungserbringer</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <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"/>
                    <!-- 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:maxLength value="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"/>
                    <!-- 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"/>
                    <!-- 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"/>
                    <!-- 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:maxLength value="15"/>
                  </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:maxLength value="254"/>
                  </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="(26|51)[0-9]{7}"/>
                    <xs:maxLength value="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:maxLength value="6"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="cases" type="cases_type" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Standardelement technisch bedingt.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Attribute data_container_type / care_provider / 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"/>
      <!-- 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 data_container_type / care_provider / PLZ / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use required
Facets
maxLength 5
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:maxLength value="5"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute data_container_type / care_provider / 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"/>
      <!-- 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 data_container_type / care_provider / 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"/>
      <!-- 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 data_container_type / care_provider / 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"/>
      <!-- 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 data_container_type / care_provider / TELEFON / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use required
Facets
maxLength 15
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:maxLength value="15"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute data_container_type / care_provider / EMAIL / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use required
Facets
maxLength 254
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:maxLength value="254"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute data_container_type / care_provider / IKNRKH / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use required
Facets
maxLength 9
pattern ((([ - -~¡-¬®-ćĊ-ěĞ-ģĦ-ıĴ-śŞ-ūŮ-žƏƠ-ơƯ-ưƷǍ-ǔǞ-ǟǤ-ǰǴ-ǵǺ-ǿȘ-țȞ-ȟȪ-ȫȮ-ȳəʒḂ-ḃḊ-ḋḐ-ḑḞ-ḡḤ-ḧḰ-ḱṀ-ṁṄ-ṅṖ-ṗṠ-ṣṪ-ṫẀ-ẅẌ-ẓẞẠ-ầẪ-ẬẮ-ềỄ-ồỖ-ờỤ-ỹ€])|(M̂|N̂|m̂|n̂|D̂|d̂|J̌|L̂|l̂))*) & ((26|51)[0-9]{7})
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xoev-lc:String.Latin">
      <xs:pattern value="(26|51)[0-9]{7}"/>
      <xs:maxLength value="9"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute data_container_type / care_provider / standortIDops / @V
Type restriction of xoev-lc:String.Latin
Type hierarchy
Properties
use required
Facets
maxLength 6
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:maxLength value="6"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>