IDMW 2.0 XML-Schema Dokumentation
CONTACT_PERSON_NO Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > SUPPLIER Element > CONTACT_PERSON Element : CONTACT_PERSON_NO Element
Description
This element is used to specify the priorities of methods for making contact with the contact person. (1=1st Contact, 2=2nd contact)    D   positiveInteger
   P   
   M   [1:2]
Namespace (none)
Type
Restriction of xs:positiveInteger
Diagram
CONTACT_PERSON_NO Element
Overview
CONTACT_PERSON_NO Restriction of xs:positiveInteger
This element is used to specify the priorities of methods for making contact with the contact person. (1=1st Contact, 2=2nd contact)    D   positiveInteger
   P   
   M   [1:2]
Remarks

Source
<xs:element name="CONTACT_PERSON_NO" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>100--0--NEW</xs:documentation>
    <xs:documentation>Version Beta 2.0 Build 2</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:positiveInteger">
      <xs:minInclusive value="1" />
      <xs:maxInclusive value="2" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
CONTACT_PERSON ElementSUPPLIER ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation