blob: 8aa69628fc537bc06f2ada487f3ef7da22582f72 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. -->
<!-- =======================================================================
Typdefinitionen für ehd-Schnittstellen,
Namensraum ist: urn:ehd/001
Damit Elementnamen nicht umdefiniert werden können, ist blockDefault="substitution" gesetzt.
Bei Ableitung von neuen Schnittstellen, ist dieses Attribut (blockDefault) auch zu setzen.
=======================================================================-->
<xs:schema targetNamespace="urn:ehd/001"
xmlns="urn:ehd/001"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
blockDefault="substitution"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<!-- =======================================================================
allgemeine Bibliothek von wiederverwendbaren Typen einbinden
======================================================================= -->
<xs:include schemaLocation="xmlbeans_184_datentypen_V1.30.xsd_"/>
<!-- =======================================================================
EHD-Header
hier ist der allgemeiner Header definiert. Für die Entwicklung von Schnittstellen, kann der
ehd_header_typ abgeleitet und eingeschränkt werden.
======================================================================= -->
<xs:complexType name="ehd_header_typ" final="extension">
<xs:annotation>
<xs:documentation>ehd-header</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="id"/>
<xs:element ref="set_id" minOccurs="0"/>
<xs:element ref="version_nbr" minOccurs="0"/>
<xs:element ref="document_type_cd"/>
<xs:element ref="service_tmr" minOccurs="0"/>
<xs:element ref="origination_dttm"/>
<xs:element ref="document_relationship" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="intended_recipient" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="originator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="provider" maxOccurs="unbounded"/>
<xs:element ref="scope" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="state" minOccurs="0"/>
<xs:element ref="interface"/>
<xs:element ref="local_header" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:schema>