Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema document_dfp.xsd
Properties
attribute form default unqualified
element form default qualified
Element document_type / id
Annotations
Wert wird vom Leistungserbringer geschrieben und bleibt in den Datenflussprotokollen unverändert
Diagram
Type guid_type
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin required
Source
<xs:element name="id" type="guid_type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Wert wird vom Leistungserbringer geschrieben und bleibt in den Datenflussprotokollen unverändert</xs:documentation>
  </xs:annotation>
</xs:element>
Element document_type / origination_dttm
Annotations
Wert wird vom Leistungserbringer geschrieben und bleibt in den Datenflussprotokollen unverändert
Diagram
Type smalldatetime_type
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use Annotation
V smalldatetime_attribute_type required
DateTime, sekundengenaue Zeitangabe von 2022 bis 2099 ohne Angabe
einer Zeitzone und Ausschluss von "-2022-10-26T21:32:52"
					
Format CCYY-MM-DDThh:mm:ss:
-- "CC" für Jahrhundert
-- "YY" für Jahr
-- "MM" für Monat
-- "DD" für Tag
-- "hh", "mm" und "ss": Stunden, Minuten und Sekunden.
					
Der Buchstabe "T" dient als Trennzeichen zwischen Datum und Zeit.
Source
<xs:element name="origination_dttm" type="smalldatetime_type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Wert wird vom Leistungserbringer geschrieben und bleibt in den Datenflussprotokollen unverändert</xs:documentation>
  </xs:annotation>
</xs:element>
Element document_type / das_receive_dttm
Annotations
Zeitstempel des Dateneingangs nach Übermittlung von LE an DAS. Nach Einfügen durch die DAS nicht mehr modifizierbar.
Diagram
Type smalldatetime_type
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use Annotation
V smalldatetime_attribute_type required
DateTime, sekundengenaue Zeitangabe von 2022 bis 2099 ohne Angabe
einer Zeitzone und Ausschluss von "-2022-10-26T21:32:52"
					
Format CCYY-MM-DDThh:mm:ss:
-- "CC" für Jahrhundert
-- "YY" für Jahr
-- "MM" für Monat
-- "DD" für Tag
-- "hh", "mm" und "ss": Stunden, Minuten und Sekunden.
					
Der Buchstabe "T" dient als Trennzeichen zwischen Datum und Zeit.
Source
<xs:element name="das_receive_dttm" type="smalldatetime_type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Zeitstempel des Dateneingangs nach Übermittlung von LE an DAS. Nach Einfügen durch die DAS nicht mehr modifizierbar.</xs:documentation>
  </xs:annotation>
</xs:element>
Element document_type / modification_dttm
Annotations
Jede Modifikation des Dokuments erfordert hier einen neuen Zeitstempel.
Diagram
Type smalldatetime_type
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use Annotation
V smalldatetime_attribute_type required
DateTime, sekundengenaue Zeitangabe von 2022 bis 2099 ohne Angabe
einer Zeitzone und Ausschluss von "-2022-10-26T21:32:52"
					
Format CCYY-MM-DDThh:mm:ss:
-- "CC" für Jahrhundert
-- "YY" für Jahr
-- "MM" für Monat
-- "DD" für Tag
-- "hh", "mm" und "ss": Stunden, Minuten und Sekunden.
					
Der Buchstabe "T" dient als Trennzeichen zwischen Datum und Zeit.
Source
<xs:element name="modification_dttm" type="smalldatetime_type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Jede Modifikation des Dokuments erfordert hier einen neuen Zeitstempel.</xs:documentation>
  </xs:annotation>
</xs:element>
Element document_type / software
Annotations
Wert wird vom Leistungserbringer geschrieben und bleibt in den Datenflussprotokollen unverändert
Diagram
Type software_type
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children information_system, name, specification, vendor, version
Instance
<software xmlns="urn:gba:sqg">
  <vendor address="" email="" fax="" function="" name="" phone="" registration="">{1,1}</vendor>
  <name V="">{1,1}</name>
  <version V="">{1,1}</version>
  <specification V="">{1,1}</specification>
  <information_system>{0,1}</information_system>
</software>
Source
<xs:element name="software" type="software_type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Wert wird vom Leistungserbringer geschrieben und bleibt in den Datenflussprotokollen unverändert</xs:documentation>
  </xs:annotation>
</xs:element>
Element document_type / data_flow
Annotations
Wert wird vom Leistungserbringer geschrieben und bleibt in den Datenflussprotokollen unverändert
Diagram
Type flow_type
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use
V enum_flow_type required
Source
<xs:element name="data_flow" type="flow_type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Wert wird vom Leistungserbringer geschrieben und bleibt in den Datenflussprotokollen unverändert</xs:documentation>
  </xs:annotation>
</xs:element>
Element document_type / data_target
Annotations
Wert wird vom Leistungserbringer geschrieben und bleibt in den Datenflussprotokollen unverändert
Diagram
Type target_type
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use
V enum_target_type required
Source
<xs:element name="data_target" type="target_type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Wert wird vom Leistungserbringer geschrieben und bleibt in den Datenflussprotokollen unverändert</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type document_type
Diagram
Used by
Model
Children das_receive_dttm, data_flow, data_target, id, modification_dttm, origination_dttm, software
Source
<xs:complexType name="document_type">
  <xs:sequence>
    <xs:element name="id" type="guid_type" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Wert wird vom Leistungserbringer geschrieben und bleibt in den Datenflussprotokollen unverändert</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="origination_dttm" type="smalldatetime_type" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Wert wird vom Leistungserbringer geschrieben und bleibt in den Datenflussprotokollen unverändert</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="das_receive_dttm" type="smalldatetime_type" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Zeitstempel des Dateneingangs nach Übermittlung von LE an DAS. Nach Einfügen durch die DAS nicht mehr modifizierbar.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="modification_dttm" type="smalldatetime_type" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Jede Modifikation des Dokuments erfordert hier einen neuen Zeitstempel.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="software" type="software_type" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Wert wird vom Leistungserbringer geschrieben und bleibt in den Datenflussprotokollen unverändert</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="data_flow" type="flow_type" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Wert wird vom Leistungserbringer geschrieben und bleibt in den Datenflussprotokollen unverändert</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="data_target" type="target_type" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Wert wird vom Leistungserbringer geschrieben und bleibt in den Datenflussprotokollen unverändert</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>