IDMW 2.0 XML-Schema Dokumentation
EDI_INFO Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > SUPPLIER Element : EDI_INFO Element
Description
This element is used to inform the partners of the available EDI communications. One element is created fir each EDI message in EDI format.
Namespace (none)
Diagram
EDI_CONTACT Element EDI_COMMUNICATION_ADDRESS Element EDI_COMMUNICATION Element EDI_MESSAGE Element EDI_FORMAT_VERSION Element EDI_FORMAT Element Sequence EDI_INFO Element
Overview
EDI_INFO 0..∞
This element is used to inform the partners of the available EDI communications. One element is created fir each EDI message in EDI format.
Sequence
EDI_FORMAT optional Restriction of xs:string
The supported EDI format is specified here (e.g. EDIData)    D   string
   P   
   M   [1:20]
EDI_FORMAT_VERSION optional Restriction of xs:string
The supported version of the EDI format specified in the EDI-FORMAT element is specified here.    D   string
   P   
   M   [1:10]
EDI_MESSAGE optional Restriction of xs:string
The messages in EDI format supported by the manufacturer are stored here (e.g. order, order response).    D   string
   P   
   M   [1:20]
EDI_COMMUNICATION optional Restriction of xs:string
This is used to specify the method for EDI communications (e.g. X400, Telebox, email).    D   string
   P   
   M   [1:20]
EDI_COMMUNICATION_ADDRESS optional Restriction of xs:string
The address for the specified communication method is specified here ( e.g. X400 address, email address, or as discussed)    D   string
   P   
   M   [1:40]
EDI_CONTACT optional Restriction of xs:string
The contact person available at the manufacturer for details concerning EDI processing is specified here. The specification of contact information is optional, i.e. necessary information, e.g. name, telephone number or email address, can be specified up to the maximum field length.    D   string
   P   
   M   [1:60]
Remarks

Source
<xs:element name="EDI_INFO" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>105--1--Satzart</xs:documentation>
    <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="EDI_FORMAT" minOccurs="0">
        <xs:annotation>
          <xs:documentation>105--2--EDI_Format</xs:documentation>
          <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:minLength value="1" />
            <xs:maxLength value="20" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="EDI_FORMAT_VERSION" minOccurs="0">
        <xs:annotation>
          <xs:documentation>105--3--EDI_Format_Version</xs:documentation>
          <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:minLength value="1" />
            <xs:maxLength value="10" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="EDI_MESSAGE" minOccurs="0">
        <xs:annotation>
          <xs:documentation>105--4--EDI_Nachricht</xs:documentation>
          <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:minLength value="1" />
            <xs:maxLength value="20" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="EDI_COMMUNICATION" minOccurs="0">
        <xs:annotation>
          <xs:documentation>105--5--EDI_Kommunikation</xs:documentation>
          <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:minLength value="1" />
            <xs:maxLength value="20" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="EDI_COMMUNICATION_ADDRESS" minOccurs="0">
        <xs:annotation>
          <xs:documentation>105--6--EDI_Adresse_Kommunikation</xs:documentation>
          <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:minLength value="1" />
            <xs:maxLength value="40" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="EDI_CONTACT" minOccurs="0">
        <xs:annotation>
          <xs:documentation>105--7--EDI_Kontakt</xs:documentation>
          <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:minLength value="1" />
            <xs:maxLength value="60" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
SUPPLIER ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation