XML Einrichten Version 1.2
DocumentLineReference Complex Type
XML Einrichten Version 1.2 : DocumentLineReference Complex Type
Description
reference to a position of another document
Namespace (none)
Base Type
Extension of DocumentReference Complex Type
Diagram
DocRefLineNumber Element DocDate Element DocRefNumber Element Sequence DocumentLineReference Complex Type
Overview
DocumentLineReference Extension of DocumentReference Complex Type
reference to a position of another document
Used By
OrderLineRef Element
OrderLineRef Element
FinalOrderResponseLineRef Element
OrderLineRef Element
BlanketOrderLineRef Element
OrderLineRef Element
DespatchAdviceLineRef Element
OrderResponseLineRef Element
Source
<xs:complexType name="DocumentLineReference" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">
      <dl>
        <dt>Referenz auf die Position aus einem anderen Dokument</dt>
        <dt>Wie überträgt man ExcalibuR Kennungen:</dt>
        <dt>DocRefNumber = GeoID oder ConfigID</dt>
        <dt>DocDate = Datum der Übernahme aus XCR</dt>
        <dt>DocRefLineNumber = Positionsnummer in XCR, falls es so etwas gibt. Ansonsten leer lassen.</dt>
        <dt>Reference auf die FurnCloudid ebenfalls ohne Positionsangabe</dt>
      </dl>
    </xs:documentation>
    <xs:documentation xml:lang="en">reference to a position of another document</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="DocumentReference">
      <xs:sequence>
        <xs:element name="DocRefLineNumber" type="LineItemNumber" minOccurs="0" maxOccurs="1" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
XML Einrichten Version 1.2