Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema root_dfp.xsd
Properties
attribute form default unqualified
element form default qualified
Element sqg_root_type / protocol
Annotations
Das Element protocol wird nur im Rahmen der Rückprotokollierung benötigt.
Bei Schemaverletzungen oder Nicht-Wohlgeformtheit kann kein vollständiges Datenflussprotokoll erstellt werden, das auf der gelieferten Exportdatei aufbaut. Daher wird ein Miniprotokoll geschrieben.
Diagram
Diagram header_protocol_base_xsd.tmp#validation_provider_miniprotokoll_attributes header_protocol_base_xsd.tmp#protocol_header_miniprotokoll_type_validation_provider header_protocol_base_xsd.tmp#protocol_header_miniprotokoll_type_status_document header_protocol_base_xsd.tmp#protocol_header_miniprotokoll_type
Type protocol_header_miniprotokoll_type
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children status_document, validation_provider
Instance
<protocol document_id="" feedback_range="" xmlns="urn:gba:sqg">
  <validation_provider address="" email="" fax="" function="" name="" phone="" registration="">{1,1}</validation_provider>
  <status_document V="">{1,1}</status_document>
</protocol>
Attributes
QName Type Use Annotation
document_id xoev-lc:String.Latin optional
Dieses optionale Attribut nimmt /root/header[1]/document[1]/id[1]/@V der Exportdatei auf.
Das Attribut wird nur für Miniprotokolle gesetzt und nur dann, wenn /root/header[1]/document[1]/id[1]/@V lesbar war.
Ein Miniprotokoll wird dann erstellt, wenn die Prüfungsergebnisse nicht in das Hauptdokument integrierbar sind (z.B. bei einem Schemaverstoß).
Das Attribut ist nicht vom selben Datentypen wie die ursprüngliche Dokumenten-ID (GUID), weil diese ID selber fehlerhaft sein könnte.
feedback_range enum_feedback_type required
Wert markiert "istEinDatenflussprotokoll"
Source
<xs:element name="protocol" type="protocol_header_miniprotokoll_type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Das Element protocol wird nur im Rahmen der Rückprotokollierung benötigt. Bei Schemaverletzungen oder Nicht-Wohlgeformtheit kann kein vollständiges Datenflussprotokoll erstellt werden, das auf der gelieferten Exportdatei aufbaut. Daher wird ein Miniprotokoll geschrieben.</xs:documentation>
  </xs:annotation>
</xs:element>
Element sqg_root_type / header
Diagram
Diagram header_ggt_optional_xsd.tmp#sqg_header_type_ggt header_ggt_optional_xsd.tmp#sqg_header_type_document header_ggt_optional_xsd.tmp#sqg_header_type_provider header_ggt_optional_xsd.tmp#sqg_header_type_protocol header_ggt_optional_xsd.tmp#sqg_header_type
Type sqg_header_type
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children document, ggt, protocol, provider
Instance
<header xmlns="urn:gba:sqg">
  <ggt>{0,1}</ggt>
  <document>{1,1}</document>
  <provider address="" email="" fax="" function="" name="" phone="" registration="">{1,1}</provider>
  <protocol feedback_range="">{1,1}</protocol>
</header>
Source
<xs:element name="header" type="sqg_header_type" minOccurs="1" maxOccurs="1"/>
Element sqg_root_type / body
Diagram
Diagram body_xsd.tmp#sqg_body_type_data_container body_xsd.tmp#sqg_body_type
Type sqg_body_type
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children data_container
Instance
<body xmlns="urn:gba:sqg">
  <data_container>{1,1}</data_container>
</body>
Source
<xs:element name="body" type="sqg_body_type" minOccurs="1" maxOccurs="1"/>
Complex Type sqg_root_type
Diagram
Diagram admin_datatypes_xsd.tmp#root_attr root_dfp_xsd.tmp#sqg_root_type_protocol root_dfp_xsd.tmp#sqg_root_type_header root_dfp_xsd.tmp#sqg_root_type_body
Used by
Element root
Model
Children body, header, protocol
Attributes
QName Type Fixed Use Annotation
container_version xoev-lc:String.Latin 2.0 optional
Das Attribut kann in den Datenflüssen der Strukturabfrage ignoriert werden. Hintergrundinformation: Das Attribut wird derzeit noch durch das Datenprüfprogramm bei der Generierung von Miniprotokollen gesetzt. Es ist aber ohne Relevanz. Bei vollständigen Datenflussprotokollen wird dieses Attribut nicht vom Datenprüfprogramm bearbeitet.
content_version content_version_type optional
Das Attribut kann in den Datenflüssen der Strukturabfrage ignoriert werden. Hintergrundinformation: Das Attribut wird derzeit noch durch das Datenprüfprogramm bei der Generierung von Miniprotokollen gesetzt. Es ist aber ohne Relevanz. Bei vollständigen Datenflussprotokollen wird dieses Attribut nicht vom Datenprüfprogramm bearbeitet.
Source
<xs:complexType name="sqg_root_type">
  <xs:choice>
    <xs:sequence>
      <xs:element name="protocol" type="protocol_header_miniprotokoll_type" minOccurs="1" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>Das Element protocol wird nur im Rahmen der Rückprotokollierung benötigt. Bei Schemaverletzungen oder Nicht-Wohlgeformtheit kann kein vollständiges Datenflussprotokoll erstellt werden, das auf der gelieferten Exportdatei aufbaut. Daher wird ein Miniprotokoll geschrieben.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:sequence>
      <xs:element name="header" type="sqg_header_type" minOccurs="1" maxOccurs="1"/>
      <xs:element name="body" type="sqg_body_type" minOccurs="1" maxOccurs="1"/>
    </xs:sequence>
  </xs:choice>
  <xs:attributeGroup ref="root_attr"/>
</xs:complexType>