XML Einrichten Version 1.2
WorkflowDestination Simple Type
XML Einrichten Version 1.2 : WorkflowDestination Simple Type
Description
workflow instructions referencing to the starting point: order message
D = Drop Shipping to an endconsumer. Delivery address in NAD + UC
L = Lagerauftrag. Delivery to a stock. Delivery address in NAD + DP
CD= Crossdocking. Delivery to a crossdocing stock. Delivery address in NAD + DP
Namespace (none)
Type
Restriction of xs:string
Diagram
WorkflowDestination Simple Type
Overview
WorkflowDestination Restriction of xs:string
workflow instructions referencing to the starting point: order message
D = Drop Shipping to an endconsumer. Delivery address in NAD + UC
L = Lagerauftrag. Delivery to a stock. Delivery address in NAD + DP
CD= Crossdocking. Delivery to a crossdocing stock. Delivery address in NAD + DP
Facets
MaxLength10
EnumerationCD
EnumerationD
EnumerationL
Source
<xs:simpleType name="WorkflowDestination" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">
      <dl>
        <dt>Hinweise zum Workflow ausgehend von der Bestellnachricht</dt>
        <dt>D = Direktbelieferung an den Endkunde. Lieferadresse im NAD + UC</dt>
        <dt>L = Lagerauftrag. Lieferung an einen Lagerort</dt>
        <dt>CD= Crossdocking. Lieferung an ein Umschlaglager. Lieferadresse im NAD + DP</dt>
      </dl>
    </xs:documentation>
    <xs:documentation xml:lang="en">
      <dt>workflow instructions referencing to the starting point: order message</dt>
      <dt>D = Drop Shipping to an endconsumer.               Delivery address in NAD + UC</dt>
      <dt>L = Lagerauftrag. Delivery to a stock.             Delivery address in NAD + DP</dt>
      <dt>CD= Crossdocking. Delivery to a crossdocing stock. Delivery address in NAD + DP</dt>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="10" />
    <xs:enumeration value="CD" />
    <xs:enumeration value="D" />
    <xs:enumeration value="L" />
  </xs:restriction>
</xs:simpleType>
See Also
XML Einrichten Version 1.2