XML Einrichten Version 1.2
CODL Complex Type
XML Einrichten Version 1.2 : CODL Complex Type
Description
Handling instructions for a position
Namespace (none)
Diagram
CommandCode Element CommandGroup Element Sequence CODL Complex Type
Overview
CODL
Handling instructions for a position
Sequence
CommandGroup Restriction of xs:string
Command Group
CommandCode optional Restriction of xs:string
Instruction by the client
002 = Assembly
003 = Connection
004 = Adding the goods by the carrier
Used By
CODL Element
CODL Element
Source
<xs:complexType name="CODL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Handhabungshinweise für eine Position  </xs:documentation>
    <xs:documentation xml:lang="en">Handling instructions for a position</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CommandGroup">
      <xs:annotation>
        <xs:documentation xml:lang="de">Anweisungs Gruppe </xs:documentation>
        <xs:documentation xml:lang="en">Command Group</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="17" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="CommandCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>DE: Anweisungs-Code vom Auftraggeber</dt>
            <dt>002  = Aufbau</dt>
            <dt>003  = Anschluss</dt>
            <dt>004 = Zusteuerung der Ware durch Spediteur</dt>
            <dt></dt>
          </dl>
        </xs:documentation>
        <xs:documentation xml:lang="en">
          <dl>
            <dt>Instruction by the client</dt>
            <dt>002  = Assembly</dt>
            <dt>003  = Connection</dt>
            <dt>004 = Adding the goods by the carrier</dt>
            <dt></dt>
          </dl>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="35" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
XML Einrichten Version 1.2