XML Einrichten Version 1.2
ReceivingPaci Complex Type
XML Einrichten Version 1.2 : ReceivingPaci Complex Type
Description
Informationen zum gebuchten Wareneingang Information about the received packages
Namespace (none)
Diagram
ConsumerInstructions Element ShippingMark Element TypeOfShippingMark Element LoadingTackle Element TypeOfPackaging Element NumberOfPackages Element ParentPaciNumber Element PaciNumber Element Sequence ReceivingPaci Complex Type
Overview
ReceivingPaci
Informationen zum gebuchten Wareneingang Information about the received packages
Source
<xs:complexType name="ReceivingPaci" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <xs:documentation xml:lang="de"> Informationen zum gebuchten  Wareneingang</xs:documentation>
      <xs:documentation xml:lang="en"> Information about the received packages</xs:documentation>
    </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PaciNumber" type="PackingPieceNumber" minOccurs="1" />
    <xs:element name="ParentPaciNumber" type="PackingPieceNumber" minOccurs="0" />
    <xs:element name="NumberOfPackages" type="NumberOfPackages" minOccurs="0" />
    <xs:element name="TypeOfPackaging" type="TypeOfPackaging" minOccurs="0" />
    <xs:element name="LoadingTackle" type="LoadingTackle" minOccurs="0" />
    <xs:element name="TypeOfShippingMark" type="TypeOfShippingMark" minOccurs="0" />
    <xs:element name="ShippingMark" type="ShippingMark" minOccurs="0" />
    <xs:element name="ConsumerInstructions" type="InstructionsConsumer" minOccurs="0" />
  </xs:sequence>
</xs:complexType>
See Also
XML Einrichten Version 1.2