schema location: | MessageEnvelope.xsd |
attribute form default: | |
element form default: | |
Complex types | Simple types |
BusinessUnitDef | ParticipantCode |
CommunicationDef | |
ContactDef | |
MessageMetaInfoDef | |
MetaInfoDef | |
ParticipantCodeDef | |
ParticipantDef | |
TransactionDef |
diagram | ![]() |
||||
children | Code Name | ||||
used by |
|
||||
annotation |
|
||||
source | <xsd:complexType name="BusinessUnitDef"> <xsd:annotation> <xsd:documentation xml:lang="DE">Adresse / Ort der Niederlassung</xsd:documentation> <xsd:documentation xml:lang="EN">Location of a branch office.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="Code" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">UN/Locode; z.B. Code der Niederlassung des Verfassers der Nachricht</xsd:documentation> <xsd:documentation xml:lang="EN">UN/Locode; e.g. the location of the user's branch office.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="Name" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">Falls kein UN/Locode vorhanden ist, kann alternativ der Name des Orts als Freitext kommuniziert werden.</xsd:documentation> <xsd:documentation xml:lang="EN">If there is no UN/LoCode available for this place, alternatively the name can be set.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="35"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
||||||||
type | restriction of xsd:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xsd:element name="Code" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">UN/Locode; z.B. Code der Niederlassung des Verfassers der Nachricht</xsd:documentation> <xsd:documentation xml:lang="EN">UN/Locode; e.g. the location of the user's branch office.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||||
type | restriction of xsd:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xsd:element name="Name" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">Falls kein UN/Locode vorhanden ist, kann alternativ der Name des Orts als Freitext kommuniziert werden.</xsd:documentation> <xsd:documentation xml:lang="EN">If there is no UN/LoCode available for this place, alternatively the name can be set.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="35"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||
children | Participants CreationTime | ||||
used by |
|
||||
annotation |
|
||||
source | <xsd:complexType name="CommunicationDef"> <xsd:annotation> <xsd:documentation xml:lang="DE">Beschreibung der Kommunikation; z.B. Anlagezeitpunkt der Nachricht, Absender und Empfänger, etc.</xsd:documentation> <xsd:documentation xml:lang="EN">Communication data, e. g. the message's creation time or sender, recipient</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="Participants"> <xsd:annotation> <xsd:documentation xml:lang="DE">es können max.11 Beteiligte kommuniziert werden. Bei Kommunikationen mit DAKOSY sind Beteiligte mit der Rolle 'Sender' (Absender) und 'Recipient' (Empfänger) Pflicht.</xsd:documentation> <xsd:documentation xml:lang="EN">Up to 11 entries can be sent:</xsd:documentation> <xsd:documentation xml:lang="EN">SENDER - mandatory with DAKOSY-code</xsd:documentation> <xsd:documentation xml:lang="EN">RECIPIENT - mandatory with DAKOSY-Code. Maximum of nine entries is possible.</xsd:documentation> <xsd:documentation xml:lang="EN">EDI_PROVIDER</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="Participant" type="ParticipantDef" minOccurs="2" maxOccurs="11"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="CreationTime" type="xsd:dateTime"> <xsd:annotation> <xsd:documentation xml:lang="DE">Anlagezeitpunkt der Nachricht als lokale Zeit, d.h. ohne Spezifikation einer Zeitzone im Timestamp.</xsd:documentation> <xsd:documentation xml:lang="EN">Date and time of message creation.</xsd:documentation> <xsd:documentation xml:lang="EN">Format : 1999-05-31T13:20:00</xsd:documentation> <xsd:documentation xml:lang="EN">Use local time. Value will be read "as it is". Please do not send an offset from the UTC.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
||||||||||
properties |
|
||||||||||
children | Participant | ||||||||||
annotation |
|
||||||||||
source | <xsd:element name="Participants"> <xsd:annotation> <xsd:documentation xml:lang="DE">es können max.11 Beteiligte kommuniziert werden. Bei Kommunikationen mit DAKOSY sind Beteiligte mit der Rolle 'Sender' (Absender) und 'Recipient' (Empfänger) Pflicht.</xsd:documentation> <xsd:documentation xml:lang="EN">Up to 11 entries can be sent:</xsd:documentation> <xsd:documentation xml:lang="EN">SENDER - mandatory with DAKOSY-code</xsd:documentation> <xsd:documentation xml:lang="EN">RECIPIENT - mandatory with DAKOSY-Code. Maximum of nine entries is possible.</xsd:documentation> <xsd:documentation xml:lang="EN">EDI_PROVIDER</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="Participant" type="ParticipantDef" minOccurs="2" maxOccurs="11"/> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||||||||||
type | ParticipantDef | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | Code Name Pwd | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xsd:element name="Participant" type="ParticipantDef" minOccurs="2" maxOccurs="11"/> |
diagram | ![]() |
||||||||
type | xsd:dateTime | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xsd:element name="CreationTime" type="xsd:dateTime"> <xsd:annotation> <xsd:documentation xml:lang="DE">Anlagezeitpunkt der Nachricht als lokale Zeit, d.h. ohne Spezifikation einer Zeitzone im Timestamp.</xsd:documentation> <xsd:documentation xml:lang="EN">Date and time of message creation.</xsd:documentation> <xsd:documentation xml:lang="EN">Format : 1999-05-31T13:20:00</xsd:documentation> <xsd:documentation xml:lang="EN">Use local time. Value will be read "as it is". Please do not send an offset from the UTC.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||
children | Name Phone Email BusinessUnit | ||
used by |
|
||
source | <xsd:complexType name="ContactDef"> <xsd:sequence> <xsd:element name="Name"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="35"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="Phone" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">Telefonnummer; reines Textfeld ohne Validierung; es sollte aus fachlicher Sicht entweder eine Telefonnummer oder eine E-Mail Adresse bei Verwendung der Kontaktdaten kommuniziert werden.</xsd:documentation> <xsd:documentation xml:lang="EN">plain text without validation. Either phone number or e-mail address must be filled if the user-element is transmitted.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="35"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="Email" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">E.Mail Adresse; reines Textfeld ohne Validierung; es sollte aus fachlicher Sicht entweder eine Telefonnummer oder eine E-Mail Adresse bei Verwendung der Kontaktdaten kommuniziert werden.</xsd:documentation> <xsd:documentation xml:lang="EN">plain text without validation. Either phone number or e-mail address must be filled if the user-element is transmitted.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="70"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="BusinessUnit" type="BusinessUnitDef" minOccurs="0"/> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
||||
type | restriction of xsd:string | ||||
properties |
|
||||
facets |
|
||||
source | <xsd:element name="Name"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="35"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||||
type | restriction of xsd:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xsd:element name="Phone" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">Telefonnummer; reines Textfeld ohne Validierung; es sollte aus fachlicher Sicht entweder eine Telefonnummer oder eine E-Mail Adresse bei Verwendung der Kontaktdaten kommuniziert werden.</xsd:documentation> <xsd:documentation xml:lang="EN">plain text without validation. Either phone number or e-mail address must be filled if the user-element is transmitted.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="35"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||||
type | restriction of xsd:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xsd:element name="Email" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">E.Mail Adresse; reines Textfeld ohne Validierung; es sollte aus fachlicher Sicht entweder eine Telefonnummer oder eine E-Mail Adresse bei Verwendung der Kontaktdaten kommuniziert werden.</xsd:documentation> <xsd:documentation xml:lang="EN">plain text without validation. Either phone number or e-mail address must be filled if the user-element is transmitted.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="70"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||||
type | BusinessUnitDef | ||||||||
properties |
|
||||||||
children | Code Name | ||||||||
source | <xsd:element name="BusinessUnit" type="BusinessUnitDef" minOccurs="0"/> |
diagram | ![]() |
||||
children | Contact | ||||
annotation |
|
||||
source | <xsd:complexType name="MessageMetaInfoDef"> <xsd:annotation> <xsd:documentation xml:lang="DE">Meta-Informationen für jede enthaltene Nachricht</xsd:documentation> <xsd:documentation xml:lang="EN">Meta information for each message.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="Contact" type="ContactDef" minOccurs="0"/> </xsd:sequence> </xsd:complexType> |
diagram | ![]() |
||||||||
type | ContactDef | ||||||||
properties |
|
||||||||
children | Name Phone Email BusinessUnit | ||||||||
source | <xsd:element name="Contact" type="ContactDef" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
children | Transaction Application Communication | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="MetaInfoDef"> <xsd:annotation> <xsd:documentation xml:lang="DE">Informationen zur verwendeten Transaktion, den Beteiligten der EDI-Kommunikation, etc.</xsd:documentation> <xsd:documentation xml:lang="EN">Contains information concerning transaction type, communication parties etc.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="Transaction" type="TransactionDef"> <xsd:annotation> <xsd:documentation xml:lang="DE">Die Struktur spezifiziert die verwendete Transaktion und den Typ der verwendeten Nachricht. Es können nur Nachrichten eines Typs in einer Nachricht gebündelt werden, d.h. z.B. nur Auftragsdaten oder nur Statusinformationen. etc.</xsd:documentation> <xsd:documentation xml:lang="EN">Specifies the transaction type (GM01, AB01 etc.). Only one transaction per file is allowed. Different types must be sent in separate files.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="Application" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">Name des Zielsystems, bzw. der Zielapplikation</xsd:documentation> <xsd:documentation xml:lang="EN">Name of the application, the message is addressed to.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="35"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="Communication" type="CommunicationDef"/> </xsd:sequence> <xsd:attribute name="Count" type="xsd:positiveInteger"> <xsd:annotation> <xsd:documentation xml:lang="DE">Anzahl der in der Kommunikation gebündelten Nachrichten</xsd:documentation> <xsd:documentation xml:lang="EN">Number of messages (elements) that are collected in the transmitted file.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="ExchangeNumber" use="required"> <xsd:annotation> <xsd:documentation xml:lang="DE">Sitzungsnummer zur eindeutigen Identifikation der kommunizierten Datei</xsd:documentation> <xsd:documentation xml:lang="EN">unique reference per physical xml-file</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="14"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="Test" type="xsd:boolean" use="optional" default="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">Testkennzeichen; 0 = Produktion, 1 = Test</xsd:documentation> <xsd:documentation xml:lang="EN">0 - false (default);</xsd:documentation> <xsd:documentation xml:lang="EN">1- true; transmission for test purpose</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |
type | xsd:positiveInteger | ||||
properties |
|
||||
annotation |
|
||||
source | <xsd:attribute name="Count" type="xsd:positiveInteger"> <xsd:annotation> <xsd:documentation xml:lang="DE">Anzahl der in der Kommunikation gebündelten Nachrichten</xsd:documentation> <xsd:documentation xml:lang="EN">Number of messages (elements) that are collected in the transmitted file.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | restriction of xsd:string | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xsd:attribute name="ExchangeNumber" use="required"> <xsd:annotation> <xsd:documentation xml:lang="DE">Sitzungsnummer zur eindeutigen Identifikation der kommunizierten Datei</xsd:documentation> <xsd:documentation xml:lang="EN">unique reference per physical xml-file</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="14"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |
type | xsd:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xsd:attribute name="Test" type="xsd:boolean" use="optional" default="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">Testkennzeichen; 0 = Produktion, 1 = Test</xsd:documentation> <xsd:documentation xml:lang="EN">0 - false (default);</xsd:documentation> <xsd:documentation xml:lang="EN">1- true; transmission for test purpose</xsd:documentation> </xsd:annotation> </xsd:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||
type | TransactionDef | ||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||
children | Descr Provider | ||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="Transaction" type="TransactionDef"> <xsd:annotation> <xsd:documentation xml:lang="DE">Die Struktur spezifiziert die verwendete Transaktion und den Typ der verwendeten Nachricht. Es können nur Nachrichten eines Typs in einer Nachricht gebündelt werden, d.h. z.B. nur Auftragsdaten oder nur Statusinformationen. etc.</xsd:documentation> <xsd:documentation xml:lang="EN">Specifies the transaction type (GM01, AB01 etc.). Only one transaction per file is allowed. Different types must be sent in separate files.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||
type | restriction of xsd:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xsd:element name="Application" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">Name des Zielsystems, bzw. der Zielapplikation</xsd:documentation> <xsd:documentation xml:lang="EN">Name of the application, the message is addressed to.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="35"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||
type | CommunicationDef | ||||
properties |
|
||||
children | Participants CreationTime | ||||
source | <xsd:element name="Communication" type="CommunicationDef"/> |
diagram | ![]() |
||||||||||||||||
type | extension of ParticipantCode | ||||||||||||||||
properties |
|
||||||||||||||||
used by |
|
||||||||||||||||
facets |
|
||||||||||||||||
attributes |
|
||||||||||||||||
source | <xsd:complexType name="ParticipantCodeDef"> <xsd:simpleContent> <xsd:extension base="ParticipantCode"> <xsd:attribute name="Alias" use="optional" default="DAK"> <xsd:annotation> <xsd:documentation xml:lang="DE">Das Attribut spezifiziert die für den verwendeten EDI-Code des Beteiligten verantwortliche Instanz. Zurzeit ist hier nur der Wert 'DAK' für DAKOSY zulässig.</xsd:documentation> <xsd:documentation xml:lang="EN">Alias code. Describes how the participant is identified in a system, e.g. DAK as DAKOSY-code. Other identifiers are not specified yet.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:token"> <xsd:minLength value="1"/> <xsd:maxLength value="17"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> |
type | restriction of xsd:token | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:attribute name="Alias" use="optional" default="DAK"> <xsd:annotation> <xsd:documentation xml:lang="DE">Das Attribut spezifiziert die für den verwendeten EDI-Code des Beteiligten verantwortliche Instanz. Zurzeit ist hier nur der Wert 'DAK' für DAKOSY zulässig.</xsd:documentation> <xsd:documentation xml:lang="EN">Alias code. Describes how the participant is identified in a system, e.g. DAK as DAKOSY-code. Other identifiers are not specified yet.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:token"> <xsd:minLength value="1"/> <xsd:maxLength value="17"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |
diagram | ![]() |
||||||||||||||||||||||||
children | Code Name Pwd | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xsd:complexType name="ParticipantDef"> <xsd:sequence> <xsd:element name="Code" type="ParticipantCodeDef" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="DE">EDI-Code des Beteiligten</xsd:documentation> <xsd:documentation xml:lang="EN">Code identifying the participant</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="Name" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">Name des Beteiligten; rein informatives Element, d.h. keine Auswertung</xsd:documentation> <xsd:documentation xml:lang="EN">just for informal use</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="35"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="Pwd" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">Kennwort; nur falls dieses von der Rolle des EDI-Beteiligten verlangt wird</xsd:documentation> <xsd:documentation xml:lang="EN">Needs only to be set if required by the specified role.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="17"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:sequence> <xsd:attribute name="Role" use="required"> <xsd:annotation> <xsd:documentation xml:lang="DE">Das Attribut beschreibt die Rolle des Beteiligten im Kommunikationsprozess.</xsd:documentation> <xsd:documentation xml:lang="EN">Desribes the particpant's communication part as the message's sender, it's recipient etc.</xsd:documentation> <xsd:documentation xml:lang="EN">Required entries:</xsd:documentation> <xsd:documentation xml:lang="EN">RECIPIENT</xsd:documentation> <xsd:documentation xml:lang="EN">SENDER</xsd:documentation> <xsd:documentation xml:lang="EN">EDI_PROVIDER</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="EDI_PROVIDER"/> <xsd:enumeration value="RECIPIENT"/> <xsd:enumeration value="SENDER"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> |
type | restriction of xsd:NMTOKEN | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:attribute name="Role" use="required"> <xsd:annotation> <xsd:documentation xml:lang="DE">Das Attribut beschreibt die Rolle des Beteiligten im Kommunikationsprozess.</xsd:documentation> <xsd:documentation xml:lang="EN">Desribes the particpant's communication part as the message's sender, it's recipient etc.</xsd:documentation> <xsd:documentation xml:lang="EN">Required entries:</xsd:documentation> <xsd:documentation xml:lang="EN">RECIPIENT</xsd:documentation> <xsd:documentation xml:lang="EN">SENDER</xsd:documentation> <xsd:documentation xml:lang="EN">EDI_PROVIDER</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="EDI_PROVIDER"/> <xsd:enumeration value="RECIPIENT"/> <xsd:enumeration value="SENDER"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |
diagram | ![]() |
||||||||||||||||
type | ParticipantCodeDef | ||||||||||||||||
properties |
|
||||||||||||||||
facets |
|
||||||||||||||||
attributes |
|
||||||||||||||||
annotation |
|
||||||||||||||||
source | <xsd:element name="Code" type="ParticipantCodeDef" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="DE">EDI-Code des Beteiligten</xsd:documentation> <xsd:documentation xml:lang="EN">Code identifying the participant</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||
type | restriction of xsd:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xsd:element name="Name" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">Name des Beteiligten; rein informatives Element, d.h. keine Auswertung</xsd:documentation> <xsd:documentation xml:lang="EN">just for informal use</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="35"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||||
type | restriction of xsd:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xsd:element name="Pwd" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">Kennwort; nur falls dieses von der Rolle des EDI-Beteiligten verlangt wird</xsd:documentation> <xsd:documentation xml:lang="EN">Needs only to be set if required by the specified role.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="17"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||
children | Descr Provider | ||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="TransactionDef"> <xsd:sequence> <xsd:element name="Descr" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">Beschreibung; rein informativ, d.h. wird nicht ausgewertet</xsd:documentation> <xsd:documentation xml:lang="EN">(informal) description</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="35"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="Provider" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">Name des für die Transaktion verantwortlichen Providers (für AC03 immer DAKOSY)</xsd:documentation> <xsd:documentation xml:lang="EN">name of the party who is responsible for the underlying schema.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="35"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:sequence> <xsd:attribute name="Code" use="required"> <xsd:annotation> <xsd:documentation xml:lang="DE">Transaktionscode; Definition durch den für die Transaktion verantwortlichen Provider.</xsd:documentation> <xsd:documentation xml:lang="EN">Code defined by the provider for the specified transaction.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="17"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="Type" use="required"> <xsd:annotation> <xsd:documentation xml:lang="DE">Typ der kommunizierten Daten,; z.B. TransportOrder, StatusInformation, etc.</xsd:documentation> <xsd:documentation xml:lang="EN">Single type which is represented by this file.</xsd:documentation> <xsd:documentation xml:lang="EN">A Transaction identified by its code may contain several types identified by their type.</xsd:documentation> <xsd:documentation xml:lang="EN">This hierarchy is known from EDIFACT-messages where e. g. the transaction GM01 (code) consists of CUSCAR and APERAK (type).</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="17"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="Version" use="required"> <xsd:annotation> <xsd:documentation xml:lang="DE">Version der Transaktion</xsd:documentation> <xsd:documentation xml:lang="EN">Version of message definition</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="17"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> |
type | restriction of xsd:string | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xsd:attribute name="Code" use="required"> <xsd:annotation> <xsd:documentation xml:lang="DE">Transaktionscode; Definition durch den für die Transaktion verantwortlichen Provider.</xsd:documentation> <xsd:documentation xml:lang="EN">Code defined by the provider for the specified transaction.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="17"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |
type | restriction of xsd:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xsd:attribute name="Type" use="required"> <xsd:annotation> <xsd:documentation xml:lang="DE">Typ der kommunizierten Daten,; z.B. TransportOrder, StatusInformation, etc.</xsd:documentation> <xsd:documentation xml:lang="EN">Single type which is represented by this file.</xsd:documentation> <xsd:documentation xml:lang="EN">A Transaction identified by its code may contain several types identified by their type.</xsd:documentation> <xsd:documentation xml:lang="EN">This hierarchy is known from EDIFACT-messages where e. g. the transaction GM01 (code) consists of CUSCAR and APERAK (type).</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="17"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |
type | restriction of xsd:string | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xsd:attribute name="Version" use="required"> <xsd:annotation> <xsd:documentation xml:lang="DE">Version der Transaktion</xsd:documentation> <xsd:documentation xml:lang="EN">Version of message definition</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="17"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |
diagram | ![]() |
||||||||
type | restriction of xsd:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xsd:element name="Descr" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">Beschreibung; rein informativ, d.h. wird nicht ausgewertet</xsd:documentation> <xsd:documentation xml:lang="EN">(informal) description</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="35"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||||
type | restriction of xsd:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xsd:element name="Provider" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="DE">Name des für die Transaktion verantwortlichen Providers (für AC03 immer DAKOSY)</xsd:documentation> <xsd:documentation xml:lang="EN">name of the party who is responsible for the underlying schema.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="35"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
type | restriction of xsd:string | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xsd:simpleType name="ParticipantCode"> <xsd:annotation> <xsd:documentation xml:lang="DE">EDI-Code des Beteiligten</xsd:documentation> <xsd:documentation xml:lang="EN">Code identifying the participant</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="17"/> </xsd:restriction> </xsd:simpleType> |