XML Einrichten Version 1.2
DeliveryCondition Simple Type
XML Einrichten Version 1.2 : DeliveryCondition Simple Type
Description
Delivery Conditions. Use the following code list
04E = Cash on delivery
Namespace (none)
Type
Restriction of xs:string
Diagram
DeliveryCondition Simple Type
Overview
DeliveryCondition Restriction of xs:string
Delivery Conditions. Use the following code list
04E = Cash on delivery
Facets
MaxLength3
Enumeration04E
Source
<xs:simpleType name="DeliveryCondition" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">
      <dl>
        <dt>Liederbedingungen. Folgende Codes verwenden </dt>
        <dt>04E = Nachnahme</dt>
      </dl>
    </xs:documentation>
    <xs:documentation xml:lang="en">
      <dl>
        <dt>Delivery Conditions. Use the following code list </dt>
        <dt>04E = Cash on delivery</dt>
      </dl>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="3" />
    <xs:enumeration value="04E" />
  </xs:restriction>
</xs:simpleType>
See Also
XML Einrichten Version 1.2