<xs:element name="OSTRPT" minOccurs="1" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:sequence>
<xs:element name="HEAD" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation xml:lang="de">Kopfteil des Bestellstatus (OSTRPT) </xs:documentation>
<xs:documentation xml:lang="en">Head of the order status report (OSTRPT) </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="DocumentHead">
<xs:sequence>
<xs:element name="OrderNumberRef" type="DocumentReference" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation xml:lang="de">Referenz zu der Bestellung auf die sich der Status bezieht</xs:documentation>
<xs:documentation xml:lang="en">Reference to the order number referred in this status repoort</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocumentNumberRef" type="DocumentReferenceQualified" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation xml:lang="de">Referenz zu dem Dokument auf das sich der Status beziegt, falls nicht die Bestellung ist</xs:documentation>
<xs:documentation xml:lang="en">Reference to the document responsible for the status - if not the order</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Commission" type="Commission" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="de">Kommmission Ident aus der Bestellung</xs:documentation>
<xs:documentation xml:lang="en">Commission reference out of the order</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ProcessingStates" type="ProcessingStates" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="de">Statusinformationen auf Kopf Ebene</xs:documentation>
<xs:documentation xml:lang="en">status information on HEAD Level</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NAD" type="NAD" minOccurs="1" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="de">Informationen zu den beteiligten Parteien</xs:documentation>
<xs:documentation xml:lang="en">Information about the involved parties</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="HTXT" type="HTXT" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation xml:lang="de">Zusatzinformationen Kopf Ebene</xs:documentation>
<xs:documentation xml:lang="en">Additional information on HEAD Level</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MULH" type="MULH" minOccurs="0" maxOccurs="10">
<xs:annotation>
<xs:documentation xml:lang="de">Angehängte Dokumente</xs:documentation>
<xs:documentation xml:lang="en">Attached documents</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="LINE" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="de">Positionnummer innerhalb des Status Reports (OSTRPT) </xs:documentation>
<xs:documentation xml:lang="en">Position number within this status report (OSTRPT) </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="LineItemNumber" type="LineItemNumber" minOccurs="1" maxOccurs="1 ">
<xs:annotation>
<xs:documentation xml:lang="de">Nummer der Position im Report</xs:documentation>
<xs:documentation xml:lang="en">Number of the position within the report </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OrderPositionRef" type="LineItemNumber" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation xml:lang="de">Referenz zu der Bestellposition, auf die sich dieser Status bezieht</xs:documentation>
<xs:documentation xml:lang="en">Reference to the order position referred ot responsible for this status </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocumentLineReference" type="DocumentLineReferenceQualified" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation xml:lang="de">Referenz zu der Dokumentenposition, die zu dem Status führt</xs:documentation>
<xs:documentation xml:lang="en">Reference to the document position resopnsible for the status </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SeriesID" type="ProductIdentifier" minOccurs="0" maxOccurs="1 ">
<xs:annotation>
<xs:documentation xml:lang="de">Identifikation der Serie des Artikels in der benannten Position</xs:documentation>
<xs:documentation xml:lang="en">Identification of the series related to the referred article </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ProductID" type="ProductIdentifier" minOccurs="0" maxOccurs="1 ">
<xs:annotation>
<xs:documentation xml:lang="de">Identifikation des Artikels in der benannten Position</xs:documentation>
<xs:documentation xml:lang="en">Identification of the article within the referred position </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ProcessingStates" type="ProcessingStates" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation xml:lang="de">Statusinformationen zu dieser Position</xs:documentation>
<xs:documentation xml:lang="en">status information to the referred position</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="FOOT" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation xml:lang="de">Abschluss des Bestellstatus (OSTRPT)</xs:documentation>
<xs:documentation xml:lang="en">Footer of the order status report (OSTRPT)) </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="DocumentFoot"></xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element> |