Showing:

Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema root.xsd
Properties
attribute form default unqualified
element form default qualified
Element sqg_root_type / header
Diagram
Type sqg_header_type
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children dfp_key, document, protocol, provider
Instance
<header xmlns="urn:gba:sqg">
  <document>{1,1}</document>
  <provider address="" email="" fax="" function="" name="" phone="" registration="">{1,1}</provider>
  <protocol>{1,1}</protocol>
  <dfp_key V="">{0,1}</dfp_key>
</header>
Source
<xs:element name="header" type="sqg_header_type" minOccurs="1" maxOccurs="1"/>
Element sqg_root_type / body
Diagram
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
Used by
Element root
Model
Children body, header
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: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:attributeGroup ref="root_attr"/>
</xs:complexType>