IDMW 2.0 XML-Schema Dokumentation
EDI_CONTACT Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > SUPPLIER Element > EDI_INFO Element : EDI_CONTACT Element
Description
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]
Namespace (none)
Type
Restriction of xs:string
Diagram
EDI_CONTACT Element
Overview
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_CONTACT" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also
EDI_INFO ElementSUPPLIER ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation