XML Einrichten Version 1.2
WorkflowType Element
XML Einrichten Version 1.2 > MessageVersion Complex Type : WorkflowType Element
Description
Remarks to the process based on the order message
Code list:
"" = Standard order
P = Planning order
K = Kitchen order
E = Order with GTIN (EAN)in each position
T = Order with text and without unigue article identifier
XCR = Variant order from XcalibuR
XCRK= Copy of a variant order from XcalibuR - only for transport to IWOfurn Platform
Namespace (none)
Type
Restriction of xs:string
Diagram
WorkflowType Element
Overview
WorkflowType optional Restriction of xs:string
Remarks to the process based on the order message
Code list:
"" = Standard order
P = Planning order
K = Kitchen order
E = Order with GTIN (EAN)in each position
T = Order with text and without unigue article identifier
XCR = Variant order from XcalibuR
XCRK= Copy of a variant order from XcalibuR - only for transport to IWOfurn Platform
Source
<xs:element name="WorkflowType" minOccurs="0" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">
      <dl>
        <dt>Hinweise zum Prozess basierend auf derBestellnachricht</dt>
        <dt>Codeliste: </dt>
        <dt>""  = Standard</dt>
        <dt>P   = Planungsauftrag</dt>
        <dt>K   = Küchenauftrag</dt>
        <dt>E   = Auftrag ausschließlich mit GTIN (EAN) Nummern</dt>
        <dt>T   = Textauftrag ohne eindeutige Artikelidents</dt>
        <dt>XCR  = Variantenauftrag aus XcalibuR</dt>
        <dt>XCRK= Kopie eines Variantenauftrag aus XcalibuR - nur an die Plattform übertragen</dt>
      </dl>
    </xs:documentation>
    <xs:documentation xml:lang="en">
      <dl>
        <dt>Remarks to the process based on the order message</dt>
        <dt>Code list: </dt>
        <dt>""  = Standard order</dt>
        <dt>P   = Planning order</dt>
        <dt>K   = Kitchen order </dt>
        <dt>E   = Order with GTIN (EAN)in each position</dt>
        <dt>T   = Order with text and without unigue article identifier</dt>
        <dt>XCR  = Variant order from XcalibuR</dt>
        <dt>XCRK= Copy of a variant order from XcalibuR - only for transport to IWOfurn Platform</dt>
      </dl>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="10" />
      <xs:enumeration value=" " />
      <xs:enumeration value="P" />
      <xs:enumeration value="K" />
      <xs:enumeration value="E" />
      <xs:enumeration value="T" />
      <xs:enumeration value="XCR" />
      <xs:enumeration value="XCRK" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
MessageVersion Complex TypeXML Einrichten Version 1.2