Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How can i transfer IDOC to XML format?

Former Member
0 Kudos

Hi,

How can i transfer IDOC to XML format?

Is there some some mechanism to transfer IDOC to XML format to be used by XI system?

Pls help.

Regards,

Kanwar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI kanwarpreet

In XI, Adapters are used for converting Idoc to XML messages.

Just have a look at following link:

http://help.sap.com/saphelp_erp2005/helpdata/en/b9/c5b13bbeb0cb37e10000000a11402f/frameset.htm

Regards,

Vijay Raheja.

7 REPLIES 7

former_member181962
Active Contributor
0 Kudos

HI Kanwarpreet Singh,

You don't need to do anything to convert the IDOC into xml format. XI system will convert the IDOC into xml by itself.

Regards,

Ravi

Former Member
0 Kudos

HI kanwarpreet

In XI, Adapters are used for converting Idoc to XML messages.

Just have a look at following link:

http://help.sap.com/saphelp_erp2005/helpdata/en/b9/c5b13bbeb0cb37e10000000a11402f/frameset.htm

Regards,

Vijay Raheja.

Former Member
0 Kudos

Kanwarpreet,

You want to convert a IDOC into a XML format at design time - you can do that using WE60 transaction.

However, for sending data to XI, you don't have to do that. Log on to XI and you download the data IDOC format directly and don't have to convert anything.

Regards,

Ravi

0 Kudos

Hi Ravi,

we60 is for documentation of the IDoc fields and segments and not for the conversion of IDoc to xml format.

However we can use the FM IDOC_XML_DISPLAY to view the IDoc in xml format.

Regards,

Ravi

0 Kudos

Ravi,

If you want to pick the IDOC in an XML format, you can do that from WE60 transaction. Here a XML of the IDOC MATMAS05 that I could generate out WE60 transaction. If the XML format is required at design time to pass on the middleware consultant, how can I use the function module.

You can get the XML schema by going to the Menu

Documentation --> XML Schema.

<?xml version="1.0" encoding="utf-8" ?>

- <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="1.0">

- <xsd:element name="MATMAS05">

+ <xsd:annotation>

<xsd:documentation>Enhancement: Distribution of Single-Level Variants</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="IDOC">

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="EDI_DC40">

- <xsd:annotation>

<xsd:documentation>IDoc Control Record for Interface to External System</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="TABNAM" type="xsd:string" fixed="EDI_DC40">

- <xsd:annotation>

<xsd:documentation>Name of table structure</xsd:documentation>

</xsd:annotation>

</xsd:element>

- <xsd:element name="MANDT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Client</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DOCNUM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>IDoc number</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="16" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DOCREL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>SAP Release for IDoc</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STATUS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Status of IDoc</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DIRECT">

- <xsd:annotation>

<xsd:documentation>Direction</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

- <xsd:enumeration value="1">

- <xsd:annotation>

<xsd:documentation>Outbound</xsd:documentation>

</xsd:annotation>

</xsd:enumeration>

- <xsd:enumeration value="2">

- <xsd:annotation>

<xsd:documentation>Inbound</xsd:documentation>

</xsd:annotation>

</xsd:enumeration>

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OUTMOD" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Output mode</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EXPRSS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Overriding in inbound processing</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TEST" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Test flag</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="IDOCTYP" type="xsd:string" fixed="MATMAS05">

- <xsd:annotation>

<xsd:documentation>Name of basic type</xsd:documentation>

</xsd:annotation>

</xsd:element>

- <xsd:element name="CIMTYP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Extension (defined by customer)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="30" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MESTYP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Message type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="30" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MESCOD" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Message code</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MESFCT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Message function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STD" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>EDI standard, flag</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STDVRS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>EDI standard, version and release</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STDMES" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>EDI message type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SNDPOR">

- <xsd:annotation>

<xsd:documentation>Sender port (SAP System, external subsystem)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SNDPRT">

- <xsd:annotation>

<xsd:documentation>Partner type of sender</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SNDPFC" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Partner Function of Sender</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SNDPRN">

- <xsd:annotation>

<xsd:documentation>Partner Number of Sender</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SNDSAD" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Sender address (SADR)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="21" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SNDLAD" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Logical address of sender</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="70" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="RCVPOR">

- <xsd:annotation>

<xsd:documentation>Receiver port</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="RCVPRT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Partner Type of receiver</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="RCVPFC" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Partner function of recipient</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="RCVPRN">

- <xsd:annotation>

<xsd:documentation>Partner number of recipient</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="RCVSAD" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Recipient address (SADR)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="21" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="RCVLAD" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Logical address of recipient</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="70" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CREDAT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Created on</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CRETIM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Time Created</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="REFINT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Transmission file (EDI Interchange)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="REFGRP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Message group (EDI Message Group)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="REFMES" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Message (EDI Message)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ARCKEY" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Key for external message archive</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="70" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SERIAL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Serialization</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="20" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1MARAM" maxOccurs="9999">

- <xsd:annotation>

<xsd:documentation>Master material general data (MARA)</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MATNR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material Number</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ERSDA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Creation date</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ERNAM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Name of Person who Created the Object</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LAEDA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Date of Last Change</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="AENAM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Name of person who changed object</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PSTAT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Maintenance status</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LVORM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Flag Material for Deletion at Client Level</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MTART" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material Type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MBRSH" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Industry Sector</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MATKL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material Group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="9" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BISMT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Old material number</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MEINS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Base Unit of Measure</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BSTME" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Order unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ZEINR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Document number (without document management system)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="22" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ZEIAR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Document type (without Document Management system)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ZEIVR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Document version (without Document Management system)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ZEIFO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Page format of document (without Document Management system)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="AESZN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Document change number (without document management system)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BLATT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Page number of document (without Document Management system)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BLANZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Number of sheets (without Document Management system)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FERTH" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Production/Inspection Memo</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FORMT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Page Format of Production Memo</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="GROES" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Size/dimensions</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="32" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="WRKST" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Basic material (basic constituent of a material) - obsolete</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="NORMT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Industry Standard Description (such as ANSI or ISO)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LABOR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Laboratory/design office</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EKWSL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Purchasing Value Key</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BRGEW" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Gross weight</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="NTGEW" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Net weight</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="GEWEI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Weight Unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VOLUM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Volume</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VOLEH" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Volume unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BEHVO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Container requirements</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="RAUBE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Storage conditions</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TEMPB" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Temperature conditions indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TRAGR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Transportation group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STOFF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Hazardous material number</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SPART" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Division</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KUNNR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Competitor</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="WESCH" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Quantity: Number of GR/GI slips to be printed</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BWVOR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Procurement rule</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BWSCL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Source of Supply</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SAISO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Season category</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ETIAR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Label type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ETIFO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Label form</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EAN11" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>International Article Number (EAN/UPC)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="NUMTP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Category of International Article Number (EAN)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LAENG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Length</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BREIT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Width</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="HOEHE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Height</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MEABM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Unit of dimension for length/width/height</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRDHA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Product hierarchy</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CADKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>CAD indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ERGEW" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Allowed packaging weight</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ERGEI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Weight Unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ERVOL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Allowed packaging volume</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ERVOE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Volume unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="GEWTO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Excess Weight Tolerance for Handling unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VOLTO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Excess Volume Tolerance of the Handling Unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VABME" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Variable order unit active</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZKFG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Configurable Material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="XCHPF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Batch management requirement indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VHART" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Packaging Material Type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FUELG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Maximum level (by volume)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STFAK" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Stacking factor</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MAGRV" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material Group: Packaging Materials</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BEGRU" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Authorization Group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="QMPUR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>QM in Procurement is Active</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="RBNRM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Catalog Profile</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="9" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MHDRZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Minimum remaining shelf life</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MHDHB" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Total shelf life</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MHDLP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Storage percentage</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VPSTA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Maintenance status of complete material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EXTWG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>External material group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MSTAE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Cross-Plant Material Status</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MSTAV" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Cross-distribution-chain material status</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MSTDE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Date from which the cross-plant material status is valid</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MSTDV" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Date from which the X-distr.-chain material status is valid</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZUMW" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: Environmentally Relevant</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KOSCH" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Product allocation determination procedure</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="NRFHG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material qualifies for discount in kind</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MFRPN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Manufacturer part number</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="40" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MFRNR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Manufacturer number</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BMATN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>To material number</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MPROF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Mfr part profile</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PROFL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Dangerous Goods Indicator Profile</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="IHIVI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: Highly Viscous</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ILOOS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: In Bulk/Liquid</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZGVH" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Packaging Material is Closed Packaging</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="XGCHP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: Approved batch record required</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="COMPL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material completion level</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZEFF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Assign effectivity parameter values/ override change numbers</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="RDMHD" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Rounding rule for calculation of SLED</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="IPRKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Period indicator for shelf life expiration date</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRZUS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: Product composition printed on packaging</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MTPOS_MARA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>General item category group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="GEWTO_NEW" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Excess Weight Tolerance for Handling unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VOLTO_NEW" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Excess Volume Tolerance of the Handling Unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="WRKST_NEW" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Basic Material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="48" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="AENNR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Change Number</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MATFI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material Is Locked</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CMREL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Relevant for Configuration Management</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SATNR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Cross-Plant Configurable Material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SLED_BBD" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Expiration Date</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="GTIN_VARIANT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Global Trade Item Number Variant</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="GENNR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material Number of the Generic Material in Prepack Materials</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SERLV" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Level of Explicitness for Serial Number</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="RMATP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Reference material for materials packed in same way</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="E1MARA1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Additional Fields for E1MARAM</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MATNR_EXTERNAL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Long material number (future development) for MATNR field</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="40" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MATNR_VERSION" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Version number (future development) for MATNR field</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MATNR_GUID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>External GUID (future development) for MATNR field</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="32" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BMATN_EXTERNAL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Long material number (future development) for field BMATN</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="40" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BMATN_VERSION" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Version number (future development) for field BMATN</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BMATN_GUID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>External GUID (future development) for field BMATN</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="32" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STOFF_EXTERNAL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Long material number (future development) for field STOFF</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="40" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STOFF_VERSION" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Version number (future development) for field STOFF</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STOFF_GUID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>External GUID (future development) for field STOFF</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="32" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1MAKTM" maxOccurs="99">

- <xsd:annotation>

<xsd:documentation>Master material short texts (MAKT)</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SPRAS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Language Key</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MAKTX" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material Description</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="40" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SPRAS_ISO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Language according to ISO 639</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1MARCM" minOccurs="0" maxOccurs="9999">

- <xsd:annotation>

<xsd:documentation>Master material C segment (MARC)</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="WERKS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Plant</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PSTAT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Maintenance status</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LVORM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Deletion Indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BWTTY" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valuation Category</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MAABC" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>ABC indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZKRI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: Critical part</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EKGRP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Purchasing Group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="AUSME" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Unit of issue</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DISPR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material: MRP profile</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DISMM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>MRP Type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DISPO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>MRP Controller</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PLIFZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Planned delivery time in days</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="WEBAZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Goods receipt processing time in days</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PERKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Period indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="AUSSS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Assembly scrap in percent</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DISLS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Lot size (materials planning)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BESKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Procurement Type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SOBSL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Special procurement type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MINBE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Reorder point</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EISBE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Safety stock</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BSTMI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Minimum lot size</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BSTMA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Maximum lot size</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BSTFE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Fixed lot size</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BSTRF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Rounding value for purchase order quantity</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MABST" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Maximum stock level</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LOSFX" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Ordering costs</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SBDKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Dependent requirements ind. for individual and coll. reqmts</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LAGPR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Storage costs indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ALTSL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Method for Selecting Alternative Bills of Material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZAUS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Discontinuation indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="AUSDT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Effective-Out Date</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="NFMAT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Follow-up material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZBED" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator for Requirements Grouping</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MISKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Mixed MRP indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FHORI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Scheduling Margin Key for Floats</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PFREI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: automatic fixing of planned orders</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FFREI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Release indicator for production orders</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="RGEKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: Backflush</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FEVOR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Production scheduler</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BEARZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Processing time</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="RUEZT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Setup and teardown time</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TRANZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Interoperation time</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BASMG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Base quantity</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DZEIT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>In-house production time</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MAXLZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Maximum storage period</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LZEIH" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Unit for maximum storage period</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZPRO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: withdrawal of stock from production bin</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="GPMKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: material included in rough-cut planning</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="UEETO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Overdelivery tolerance limit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="UEETK" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: Unlimited overdelivery allowed</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="UNETO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Underdelivery tolerance limit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="WZEIT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Total replenishment lead time (in workdays)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ATPKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Replacement part</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VZUSL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Surcharge factor for cost in percent</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="HERBL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>State of manufacture</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="INSMK" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Post to Inspection Stock</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SSQSS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>QA control key</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZDKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Documentation required indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="UMLMC" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Stock in transfer (plant to plant)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LADGR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Loading group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="XCHPF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Batch management requirement indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="USEQU" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Quota arrangement usage</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LGRAD" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Service level</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="AUFTL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Splitting Indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PLVAR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Plan Version</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OTYPE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Object Type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OBJID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Object ID</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MTVFP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Checking Group for Availability Check</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PERIV" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Fiscal Year Variant</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZKFK" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: take correction factors into account</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VRVEZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Shipping setup time</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VBAMG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Base quantity for capacity planning in shipping</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VBEAZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Shipping processing time</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LIZYK" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Delivery cycle</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BWSCL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Source of Supply</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KAUTB" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: "automatic purchase order allowed"</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KORDB" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: Source list requirement</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STAWN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Commodity code / Import code number for foreign trade</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="17" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="HERKL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Country of origin of the material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="HERKR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Region of origin of material (non-preferential origin)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EXPME" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Unit of measure for commodity code (foreign trade)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MTVER" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Export/import material group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRCTR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Profit Center</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TRAME" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Stock in transit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MRPPP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>PPC planning calendar</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SAUFT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Ind.: Repetitive mfg allowed</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FXHOR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Planning time fence</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VRMOD" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Consumption mode</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VINT1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Consumption period: backward</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VINT2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Consumption period: forward</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STLAL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Alternative BOM</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STLAN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>BOM Usage</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PLNNR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Key for Task List Group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="APLAL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Group Counter</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LOSGR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Lot Size for Product Costing</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SOBSK" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Special Procurement Type for Costing</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FRTME" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Production unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LGPRO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Issue Storage Location</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DISGR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>MRP Group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KAUSF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Component scrap in percent</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="QZGTP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Certificate Type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TAKZT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Takt time</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="RWPRO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Range of coverage profile</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="COPAM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Local field name for CO/PA link to SOP</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ABCIN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Physical inventory indicator for cycle counting</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="AWSLS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Variance Key</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SERNP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Serial Number Profile</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STDPD" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Configurable material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SFEPR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Repetitive manufacturing profile</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="XMCNG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Negative stocks allowed in plant</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="QSSYS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Required QM System for Vendor</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LFRHY" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Planning cycle</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="RDPRF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Rounding profile</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VRBMT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Reference material for consumption</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VRBWK" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Reference plant for consumption</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VRBDT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>To date of the material to be copied for consumption</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VRBFK" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Multiplier for reference material for consumption</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="AUTRU" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Reset Forecast Model Automatically</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PREFE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Preference indicator in export/import</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRENC" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Exemption certificate: Indicator for legal control</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRENO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Number of exemption certificate in export/import</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PREND" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Exemption certificate: Issue date of exemption certificate</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRENE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: Vendor declaration exists</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRENG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Validity date of vendor declaration</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ITARK" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: Military goods</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRFRQ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Character Field With Field Length 7</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="7" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZKUP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: Material can be co-product</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STRGR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Planning strategy group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LGFSB" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Default storage location for external procurement</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SCHGT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: bulk material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CCFIX" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>CC indicator is fixed</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EPRIO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Withdrawal sequence group for stocks</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="QMATA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material Authorization Group for Activities in QM</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PLNTY" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Task List Type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MMSTA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Plant-Specific Material Status</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SFCPF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Production Scheduling Profile</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SHFLG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Safety time indicator (with or without safety time)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SHZET" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Safety time (in workdays)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MDACH" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Action control: planned order processing</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZECH" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Determination of batch entry in the production/process order</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MMSTD" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Date from which the plant-specific material status is valid</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MFRGR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material freight group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FVIDK" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Production Version To Be Costed</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="INDUS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material CFOP category</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MOWNR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>CAP: Number of CAP products list</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MOGRU" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Common Agricultural Policy: CAP products group-Foreign Trade</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CASNR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>CAS number for pharmaceutical products in foreign trade</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="GPNUM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Production statistics: PRODCOM number for foreign trade</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="9" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STEUC" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Control code for consumption taxes in foreign trade</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="16" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FABKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: Item relevant to JIT delivery schedules</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MATGR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Group of materials for transition matrix</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="20" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LOGGR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Logistics handling group for workload calculation</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VSPVB" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Proposed Supply Area in Material Master Record</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DPLFS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Fair share rule</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DPLPU" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: push distribution</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DPLHO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Deployment horizon in days</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MINLS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Minimum lot size for Supply Demand Match</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MAXLS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Maximum lot size for Supply Demand Match</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FIXLS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Fixed lot size for Supply Demand Match</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LTINC" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Lot size increment for Supply Demand Match</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="COMPL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material completion level</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CONVT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Conversion types for production figures</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FPRFM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Distribution profile of material in plant</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SHPRO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Period profile for safety time</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FXPRU" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Fixed-Price Co-Product</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZPSP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator for cross-project material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OCMPF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Profile for OCM PP / PS</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="APOKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: Is material relevant for APO</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="AHDIS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>MRP relevancy for dependent requirements</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EISLO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Minimum Safety Stock</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="NCOST" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Do Not Cost</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MEGRU" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Unit of measure group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ROTATION_DATE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Strategie Materialein- und -auslagerung</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="UCHKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator for Original Batch Management</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="UCMAT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Reference Material for Original Batches</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="E1MARC1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Additional Fields for E1MARCM</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="NFMAT_EXTERNAL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Long material number (future development) for field NFMAT</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="40" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="NFMAT_VERSION" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Version number (future development) for field NFMAT</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="NFMAT_GUID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>External GUID (future development) for field NFMAT</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="32" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STDPD_EXTERNAL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Long material number(for future development) for field STDPD</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="40" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STDPD_VERSION" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Version number (future development) for field STDPD</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STDPD_GUID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>External GUID (future development) for field STDPD</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="32" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VRBMT_EXTERNAL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Long material number (future development) for field VRBMT</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="40" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VRBMT_VERSION" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Version number (future development) for field VRBMT</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VRBMT_GUID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>External GUID (future development) for field VRBMT</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="32" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1MARDM" minOccurs="0" maxOccurs="9999">

- <xsd:annotation>

<xsd:documentation>Master material warehouse/batch segment (MARD)</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LGORT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Storage Location</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PSTAT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Maintenance status</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LVORM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Flag Material for Deletion at Storage Location Level</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DISKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Storage location MRP indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LSOBS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Special procurement type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LMINB" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Reorder point for storage location MRP</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LBSTF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Replenishment quantity for storage location MRP</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="HERKL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Country of origin of the material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EXPPG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Preference indicator (deactivated)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EXVER" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Export indicator (deactivated)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LGPBE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Storage bin</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRCTL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Profit Center</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LWMKB" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Picking area for lean WM</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BSKRF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Inventory correction factor</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="24" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1MFHMM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Master material production resource/tool (MFHM)</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OBJTY" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Object types of the CIM resource</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OBJID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Object ID of the resource</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ZAEHL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Internal counter</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OBJTY_V" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Object types of the CIM resource</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OBJID_V" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Object ID of the resource</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZKBL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: Create load records for prod. resources/tools</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STEUF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Control key for management of production resources/tools</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STEUF_REF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Control key cannot be changed</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FGRU1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Grouping key 1 for production resources/tools</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FGRU2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Grouping key 2 for production resources/tools</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PLANV" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Production resource/tool usage</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KTSCH" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Standard text key for production resources/tools</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="7" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KTSCH_REF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Reference key cannot be changed.</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BZOFFB" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Reference date to start of production resource/tool usage</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BZOFFB_REF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Offset to start cannot be changed</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OFFSTB" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Offset to start of production resource/tool usage</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="7" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EHOFFB" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Offset unit for start of prod. resource/tool usage</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OFFSTB_REF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Offset to start cannot be changed</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BZOFFE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Reference date for end of production resource/tool usage</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BZOFFE_REF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>End reference date cannot be changed</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OFFSTE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Offset to finish of production resource/tool usage</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="7" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EHOFFE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Offset unit for end of production resource/tool usage</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OFFSTE_REF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Offset to end cannot be changed</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MGFORM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Formula for calculating the total quantity of PRT</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MGFORM_REF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Formula for calculating the total quantity cannot be changed</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EWFORM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Formula for calculating the total usage value of PRT</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EWFORM_REF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Formula to calculate entire usage value cannot be changed</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PAR01" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>First parameter (for formulas)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PAR02" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Second parameter (for formulas)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PAR03" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Third parameter (for formulas)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PAR04" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Fourth parameter (for formulas)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PAR05" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Fifth parameter (for formulas)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PAR06" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Sixth parameter (for formulas)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PARU1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Parameter unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PARU2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Parameter unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PARU3" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Parameter unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PARU4" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Parameter unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PARU5" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Parameter unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PARU6" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Parameter unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PARV1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Parameter value</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="11" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PARV2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Parameter value</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="11" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PARV3" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Parameter value</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="11" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PARV4" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Parameter value</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="11" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PARV5" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Parameter value</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="11" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PARV6" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Parameter value</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="11" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1MPGDM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Master material product group</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRGRP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Planning material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRWRK" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Planning plant</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="UMREF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Conv. factor f. plng material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRGRP_EXTERNAL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Long material number (future development) for field PRGRP</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="40" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRGRP_VERSION" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Version number (future development) for field PRGRP</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRGRP_GUID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>External GUID (future development) for field PRGRP</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="32" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1MPOPM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Master material forecast parameter</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VERSP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Version number of forecast parameters</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PROPR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Forecast profile</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MODAW" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Model selection indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MODAV" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Model selection procedure</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZPAR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator for parameter optimization</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OPGRA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Optimization level</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZINI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Initialization indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRMOD" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Forecast model</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ALPHA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Basic value smoothing using alpha factor</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BETA1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Trend value smoothing using the beta factor</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="GAMMA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Seasonal index smoothing using gamma factor</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DELTA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>MAD (mean absolute deviation) smoothing using delta factor</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EPSIL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Epsilon factor</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SIGGR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tracking limit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="7" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PERKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Period indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRDAT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Date of last forecast</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PERAN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Number of historical periods</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PERIN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Number of periods for initialization</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PERIO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Number of periods per seasonal cycle</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PEREX" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Number of periods for ex-post forecasting</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ANZPR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Number of forecast periods</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FIMON" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Fixed periods</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="GWERT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Basic value</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="GWER1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Basic value of the 2nd order</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="GWER2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Basic value of the 2nd order</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VMGWE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Basic value of previous period</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VMGW1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Base value of the second order in previous period</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VMGW2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Base value of the second order in previous period</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TWERT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Trend value</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VMTWE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Trend value of previous period</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRMAD" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Mean absolute deviation (MAD)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VMMAD" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Mean absolute devaition of previous period</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FSUMM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Error total</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VMFSU" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Error total for the previous period</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="GEWGR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Weighting group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="THKOF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Theil coefficient</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="7" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="AUSNA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Exception message bar</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="30" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PROAB" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Forecast flow control</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1MPRWM" minOccurs="0" maxOccurs="999999">

- <xsd:annotation>

<xsd:documentation>Master material forecast value</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ERTAG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>First day of the period to which the values refer</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRWRT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Forecast value</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KOPRW" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Corrected value for forecast</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SAIIN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Seasonal index</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="7" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FIXKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: consumption value is fixed</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EXPRW" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Ex-post forecast value</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ANTEI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Ratio of the corrected value to the original value (CV:OV)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1MVEGM" minOccurs="0" maxOccurs="999999">

- <xsd:annotation>

<xsd:documentation>Master material total consumption</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ERTAG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>First day of the period to which the values refer</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VBWRT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Consumption value</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KOVBW" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Corrected consumption value</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZEXI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Checkbox</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ANTEI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Ratio of the corrected value to the original value (CV:OV)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1MVEUM" minOccurs="0" maxOccurs="999999">

- <xsd:annotation>

<xsd:documentation>Master material unplanned consumption</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ERTAG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>First day of the period to which the values refer</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VBWRT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Consumption value</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KOVBW" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Corrected consumption value</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZEXI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Checkbox</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ANTEI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Ratio of the corrected value to the original value (CV:OV)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1MKALM" minOccurs="0" maxOccurs="999999">

- <xsd:annotation>

<xsd:documentation>Master material production version</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VERID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Production Version</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BDATU" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Run-time end: production version</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ADATU" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valid-from date of production version</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STLAL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Alternative BOM</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STLAN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>BOM Usage</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PLNTY" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Task List Type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PLNNR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Key for Task List Group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ALNAL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Group Counter</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BESKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Procurement Type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SOBSL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Special procurement type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LOSGR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Lot Size for Product Costing</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MDV01" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Aggregation field for production versions</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MDV02" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Aggregation field for production versions</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TEXT1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Short text on the production version</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="40" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EWAHR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Usage Probability with Version Control</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VERTO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Distribution key for quantity produced</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SERKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Repetitive manufacturing allowed for version</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BSTMI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Lower value of the lot-size interval</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BSTMA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Upper value of the lot-size interval</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="RGEKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: backflush for RS header</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ALORT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Receiving storage location for repetitive manufacturing</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PLTYG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Task List Type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PLNNG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Key for Task List Group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ALNAG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Group Counter</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PLTYM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Task List Type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PLNNM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Key for Task List Group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ALNAM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Group Counter</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CSPLT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Apportionment Structure</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MATKO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Other material for which BOM and task list are maintained</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ELPRO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Proposed issue storage location for components</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRVBE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Default supply area for components</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MATKO_EXTERNAL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Long material number (future development) for field MATKO</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="40" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MATKO_VERSION" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Version number (future development) for field MATKO</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MATKO_GUID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>External GUID (future development) for field MATKO</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="32" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1MARMM" minOccurs="0" maxOccurs="999">

- <xsd:annotation>

<xsd:documentation>Master material units of measure (MARM)</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MEINH" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Alternative Unit of Measure for Stockkeeping Unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="UMREZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Numerator for Conversion to Base Units of Measure</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="UMREN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Denominator for Conversion to Base Units of Measure</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EAN11" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>International Article Number (EAN/UPC)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="NUMTP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Category of International Article Number (EAN)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LAENG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Length</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BREIT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Width</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="HOEHE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Height</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MEABM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Unit of dimension for length/width/height</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VOLUM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Volume</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VOLEH" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Volume unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BRGEW" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Gross weight</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="GEWEI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Weight Unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MESUB" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Lower-Level Unit of Measure in a Packing Hierarchy</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="GTIN_VARIANT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Global Trade Item Number Variant</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="E1MEANM" minOccurs="0" maxOccurs="9999">

- <xsd:annotation>

<xsd:documentation>Master Material European Article Number (MEAN)</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MEINH" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Unit of Measure for Display</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LFNUM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Consecutive Number</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EAN11" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>International Article Number (EAN/UPC)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EANTP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Category of International Article Number (EAN)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="HPEAN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: Main EAN</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1MBEWM" minOccurs="0" maxOccurs="9999">

- <xsd:annotation>

<xsd:documentation>Master material material valuation (MBEW)</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BWKEY" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valuation area</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BWTAR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valuation Type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LVORM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Deletion Indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VPRSV" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Price Control Indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VERPR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Moving Average Price/Periodic Unit Price</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STPRS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Standard Price</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PEINH" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Price Unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BKLAS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valuation Class</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VMVPR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Price Control Indicator in Previous Period</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VMVER" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Moving Average Price/Periodic Unit Price in Previous Period</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VMSTP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Standard price in the previous period</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VMPEI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Price unit of previous period</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="5" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VMBKL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valuation Class in Previous Period</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VJVPR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Price Control Indicator in Previous Year</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VJVER" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Moving Average Price/Periodic Unit Price in Previous Year</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VJSTP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Standard price in previous year</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LFGJA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Fiscal Year of Current Period</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LFMON" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Current period (posting period)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BWTTY" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valuation Category</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ZKPRS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Future price</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ZKDAT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Date as of which the price is valid</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BWPRS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valuation price based on tax law: level 1</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BWPRH" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valuation price based on commercial law: level 1</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VJBWS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valuation price based on tax law: level 3</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VJBWH" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valuation price based on commercial law: level 3</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VVJLB" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Total valuated stock in year before last</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VVMLB" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Total valuated stock in period before last</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VVSAL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Value of total valuated stock in period before last</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ZPLPR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Future planned price</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ZPLP1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Future Planned Price 1</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ZPLP2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Future Planned Price 2</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ZPLP3" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Future Planned Price 3</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ZPLD1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Date from Which Future Planned Price 1 Is Valid</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ZPLD2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Date from Which Future Planned Price 2 Is Valid</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ZPLD3" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Date from Which Future Planned Price 3 Is Valid</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KALKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: Standard cost estimate for the period</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KALKL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Standard Cost Estimate for Current Period</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="XLIFO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>LIFO/FIFO-relevant</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MYPOL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Pool number for LIFO valuation</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BWPH1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valuation price based on commercial law: level 2</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BWPS1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valuation price based on tax law: level 2</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ABWKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Lowest value: devaluation indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PSTAT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Maintenance status</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KALN1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Cost Estimate Number - Product Costing</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KALNR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Cost Estimate Number for Cost Est. w/o Qty Structure</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BWVA1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valuation Variant for Future Standard Cost Estimate</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BWVA2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valuation Variant for Current Standard Cost Estimate</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BWVA3" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valuation Variant for Previous Standard Cost Estimate</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VERS1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Costing Version of Future Standard Cost Estimate</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VERS2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Costing Version of Current Standard Cost Estimate</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VERS3" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Costing Version of Previous Standard Cost Estimate</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="HRKFT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Origin Group as Subdivision of Cost Element</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KOSGR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Costing Overhead Group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PPRDZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Period of Future Standard Cost Estimate</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PPRDL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Period of Current Standard Cost Estimate</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PPRDV" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Period of Previous Standard Cost Estimate</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PDATZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Fiscal Year of Future Standard Cost Estimate</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PDATL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Fiscal Year of Current Standard Cost Estimate</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PDATV" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Fiscal Year of Previous Standard Cost Estimate</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EKALR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material Is Costed with Quantity Structure</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VPLPR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Previous planned price</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="12" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MLMAA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material ledger activated at material level</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MLAST" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material Price Determination: Control</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VJBKL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valuation Class in Previous Year</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VJPEI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Price unit of previous year</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="7" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="HKMAT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material Origin</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EKLAS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valuation Class for Sales Order Stock</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="QKLAS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Valuation Class for Project Stock</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MTUSE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Usage of the material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MTORG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Origin of the material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OWNPR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Produced in-house</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BWPEI" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Price unit for valuation prices based on tax/commercial law</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1MLGNM" minOccurs="0" maxOccurs="9999">

- <xsd:annotation>

<xsd:documentation>Master material material data per warehouse number (MLGN)</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LGNUM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Warehouse Number / Warehouse Complex</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LVORM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Deletion flag for all material data of a warehouse number</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LGBKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Storage section indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LTKZE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Storage type indicator for stock placement</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LTKZA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Storage type indicator for stock removal</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LHMG1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Loading equipment quantity</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LHMG2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Loading equipment quantity</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LHMG3" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Loading equipment quantity</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LHME1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Unit of measure for loading equipment quantity</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LHME2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Unit of measure for loading equipment quantity</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LHME3" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Unit of measure for loading equipment quantity</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LETY1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Storage Unit Type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LETY2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Storage Unit Type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LETY3" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Storage Unit Type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LVSME" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Warehouse Management Unit of Measure</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZZUL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: Allow addition to existing stock</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BLOCK" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Bulk storage indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KZMBF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Indicator: Message to inventory management</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BSSKZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Special movement indicator for warehouse management</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MKAPV" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Capacity usage</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="13" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BEZME" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Unit of measure for capacity consumption</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PLKPT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Picking storage type for rough-cut and detailed planning</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VOMEM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Default for unit of measure from material master record</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="L2SKR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material relevance for 2-step picking</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="E1MLGTM" minOccurs="0" maxOccurs="9999">

- <xsd:annotation>

<xsd:documentation>Material Master: Material Data for Each Storage Type (MLGT)</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LGTYP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Storage Type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LVORM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Deletion flag for all material data of a storage type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LGPLA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Storage Bin</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LPMAX" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Maximum storage bin quantity</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LPMIN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Minimum storage bin quantity</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MAMNG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Control quantity</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="NSMNG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Replenishment quantity</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KOBER" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Picking Area</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="RDMNG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Rounding qty</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1MVKEM" minOccurs="0" maxOccurs="9999">

- <xsd:annotation>

<xsd:documentation>Master material sales data (MVKE)</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VKORG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Sales Organization</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VTWEG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Distribution Channel</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LVORM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Ind.: Flag material for deletion at distribution chain level</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VERSG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material statistics group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BONUS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Volume rebate group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PROVG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Commission group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SKTOF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Cash discount indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VMSTA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Distribution-chain-specific material status</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VMSTD" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Date from which distr.-chain-spec. material status is valid</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="AUMNG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Minimum order quantity in base unit of measure</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LFMNG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Minimum delivery quantity in delivery note processing</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="EFMNG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Minimum make-to-order quantity</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SCMNG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Delivery unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="14" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SCHME" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Unit of measure of delivery unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VRKME" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Sales unit</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MTPOS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Item category group from material master</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DWERK" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Delivering Plant</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRODH" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Product hierarchy</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PMATN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Pricing reference material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KONDM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material Pricing Group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KTGRM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Account assignment group for this material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MVGR1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material group 1</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MVGR2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material group 2</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MVGR3" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material group 3</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MVGR4" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material group 4</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MVGR5" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Material group 5</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SSTUF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Assortment grade</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PFLKS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>External assortment priority</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LSTFL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Listing procedure for store or other assortment categories</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LSTVZ" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Listing procedure for distr. center assortment categories</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="LSTAK" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Listing functions (assortments) are active</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRAT1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>ID for product attribute 1</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRAT2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>ID for product attribute 2</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRAT3" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>ID for product attribute 3</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRAT4" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>ID for product attribute 4</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRAT5" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>ID for product attribute 5</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRAT6" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>ID for product attribute 6</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRAT7" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>ID for product attribute 7</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRAT8" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>ID for product attribute 8</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRAT9" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>ID for product attribute 9</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRATA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>ID for product attribute 10</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VAVME" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Variable Sales Unit Not Allowed</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="RDPRF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Rounding profile</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MEGRU" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Unit of measure group</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PMATN_EXTERNAL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Long material number (future development) for field PMATN</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="40" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PMATN_VERSION" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Version number (future development) for field PMATN</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PMATN_GUID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>External GUID (future development) for field PMATN</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="32" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1MLANM" minOccurs="0" maxOccurs="9999">

- <xsd:annotation>

<xsd:documentation>Master material tax classification (MLAN)</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ALAND" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Departure country (country from which the goods are sent)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TATY1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax category (sales tax, federal sales tax,...)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TAXM1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax classification material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TATY2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax category (sales tax, federal sales tax,...)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TAXM2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax classification material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TATY3" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax category (sales tax, federal sales tax,...)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TAXM3" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax classification material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TATY4" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax category (sales tax, federal sales tax,...)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TAXM4" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax classification material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TATY5" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax category (sales tax, federal sales tax,...)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TAXM5" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax classification material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TATY6" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax category (sales tax, federal sales tax,...)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TAXM6" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax classification material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TATY7" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax category (sales tax, federal sales tax,...)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TAXM7" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax classification material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TATY8" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax category (sales tax, federal sales tax,...)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TAXM8" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax classification material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TATY9" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax category (sales tax, federal sales tax,...)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TAXM9" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax classification material</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TAXIM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tax indicator for material (Purchasing)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1MTXHM" minOccurs="0" maxOccurs="9999">

- <xsd:annotation>

<xsd:documentation>Master material long text header</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TDOBJECT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Texts: application object</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TDNAME" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Name</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="70" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TDID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Text ID</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TDSPRAS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Language Key</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TDTEXTTYPE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>SAPscript: Format of Text</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SPRAS_ISO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Language according to ISO 639</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="E1MTXLM" minOccurs="0" maxOccurs="9999">

- <xsd:annotation>

<xsd:documentation>Master material long text line</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TDFORMAT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Tag column</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TDLINE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Text line</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="132" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1CUCFG" minOccurs="0" maxOccurs="10000">

- <xsd:annotation>

<xsd:documentation>CU: Configuration data</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="POSEX" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Character field of length 6</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CONFIG_ID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Character field of length 6</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="6" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ROOT_ID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Character field, 8 characters long</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SCE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>CU: Only Configuration Information Transferred by SCE</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KBNAME" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Knowledge-Base Object</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="30" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KBVERSION" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Runtime Version of SCE Knowledge Base</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="30" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="COMPLETE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>General indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CONSISTENT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>General indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CFGINFO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>CU: BLOB of Configuration (SCE)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="250" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KBPROFILE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Knowledge-Base Profile</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="30" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="KBLANGUAGE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Language of Configuration</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CBASE_ID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Instance Number (Persistent)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="32" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CBASE_ID_TYPE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Instance Number Type (Persistent)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="E1CUINS" minOccurs="0" maxOccurs="1000">

- <xsd:annotation>

<xsd:documentation>CU: Instance data</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="INST_ID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Character field, 8 characters long</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OBJ_TYPE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Character Field Length = 10</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CLASS_TYPE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>3-Byte field</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OBJ_KEY" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Comment</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="50" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OBJ_TXT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Character field, length 70</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="70" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="QUANTITY" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Char 15</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="15" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="AUTHOR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Statement was inferred</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="QUANTITY_UNIT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Unit of Measure</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="COMPLETE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>General indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CONSISTENT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>General indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OBJECT_GUID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>GUID for TYPE_OF Statement for Instance</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="32" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PERSIST_ID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Instance Number (Persistent)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="32" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PERSIST_ID_TYPE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Instance Number Type (Persistent)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1CUVAL" minOccurs="0" maxOccurs="100000">

- <xsd:annotation>

<xsd:documentation>CU: Characteristic valuation</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="INST_ID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Character field, 8 characters long</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="8" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CHARC" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Character field of length 40</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="40" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CHARC_TXT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Character field, length 70</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="70" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VALUE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Character field of length 40</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="40" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VALUE_TXT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Character field, length 70</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="70" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="AUTHOR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Statement was inferred</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VALUE_TO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Characteristic Value</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="40" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="VALCODE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Value Type: Interval Limits - Single Value</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1CUCOM" minOccurs="0" maxOccurs="1000">

- <xsd:annotation>

<xsd:documentation>Master configuration profile configuration parameter</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="MSGFN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Function</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="C_PROFILE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Configuration profile name</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="30" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CLASSTYPE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Class Type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ORGAREAS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Organizational Area</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="STATUS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Status of configuration profile</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BOMAPPL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Application</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="4" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FLAVAILCH" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Availability Check</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="BOMEXPL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Result of BOM explosion</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TASKLEXPL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Result of task list explosion</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="INITSCREEN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Initial screen for configuration</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FLASSEMBLY" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Configuration Structure of BOM</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FLRESULT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Configured BOM Result</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FLMDATA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Display BOM Master Data</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FLCASONLY" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Only configurable assemblies</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FLMANCHANG" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Manual changes to components allowed</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FLHOLDBOM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Automatic Fixing</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FLDELETE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Deletion indicator</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DESIGN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Design Name</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="18" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="NEUTR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Language-Independent Processing</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CHAR_VALU" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Language setting for chars and values</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="A_LAISO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Language according to ISO 639</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SCOPE_CHAR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Restriction to required and optional characteristics</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SCOPE_VALU" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Restriction to chars with and without values</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_EXCLUDE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Display Excluded Characteristics and Values</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DISPLAY" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Display options for default/values/page editing</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRICING" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Pricing on request/permanent</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CONFIGUR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Configurator active permananently/on request/on ENTER</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DEFVALU_DE" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Default Values Deleted / Entered</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_MARK" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Only selected entries</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="DEFVALU_CC" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Copy Default Values / Must Confirm</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TYPM_SEL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Type Matching Selection On Request / Permanent</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="TYPM_STRA" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Type Matching Strategy Partial / Complete Configuration</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_SC_CHAR" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Characteristics</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_SC_DEP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Display with Object Dependencies</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_SC_KN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Display Nodes Only</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_SC_CMPF" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Display All Components</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MULTIL_STRU" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Decomposition Hierarchy Multilevel / Structure Explosion</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_DPSEU" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Read Special Procurement Key</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OB_FIX" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Fixing entry/top-down/bottom-up</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OB_INST" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Instantiating entry/top-down/bottom-up</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_EOASL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Result-Oriented Order BOM</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_SAASL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Maint. in order allowed</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_OBJ_MAT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Object Type "Material"</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_OBJ_DOC" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Object Type "Document"</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_OBJ_CLS" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Object Type "Class"</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_OBJ_TXT" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Object Type "Text"</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_SDREL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Relevant to SD</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_KOREL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Relevant to Engineering</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_FEREL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Production Relevant</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_INREL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Relevant to Plant Maintenance</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_KAREL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Relevant to Costing</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="POSTYPEN" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Item categories (BOM)</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="20" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SORTF1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Sort string</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SORTF2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Sort string</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SORTF3" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Sort string</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SORTF4" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Sort string</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="SORTF5" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Sort string</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CLASSF1" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Class filter</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CLASSF2" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Class filter</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CLASSF3" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Class filter</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CLASSF4" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Class filter</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="CLASSF5" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Class filter</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="3" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRIO" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Configuration profile priority</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="2" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="PRSTL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>WBS BOM</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="UMBEW" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Characteristics without values</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FLBROWSER" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Configuration browser</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="FL_PROF_OBOM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Order BOM Profile</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

- <xsd:element name="E1UPSLINK" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Reference from Object to Superior UPS</xsd:documentation>

</xsd:annotation>

- <xsd:complexType>

- <xsd:sequence>

- <xsd:element name="UPSNAM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>ALE Distribution Package: Name</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="20" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="ORGNAM" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>ALE Distribution Packet : Original Packet Name</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="20" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="MESTYP" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>Message type</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="30" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OBJID" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>ALE Distribution Package: Object Key</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="120" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

- <xsd:element name="OBJVAL" minOccurs="0">

- <xsd:annotation>

<xsd:documentation>ALE Distribution Package: Object Validity</xsd:documentation>

</xsd:annotation>

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="20" />

</xsd:restriction>

</xsd:simpleType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="SEGMENT" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

</xsd:sequence>

- <xsd:attribute name="BEGIN" use="required">

- <xsd:simpleType>

- <xsd:restriction base="xsd:string">

<xsd:enumeration value="1" />

</xsd:restriction>

</xsd:simpleType>

</xsd:attribute>

</xsd:complexType>

</xsd:element>

</xsd:sequence>

</xsd:complexType>

</xsd:element>

</xsd:schema>

regards,

Ravi

0 Kudos

HI Ravi,

What you are talking about is the schema definition(xsd)for the IDOC and not xml.

If you have an IDoc number, the tree structure which is displayed in we09 can also be displayed in xml using the FM I mentioned already.

xsd defines the structure adn whereas xml means data.

The relation can be thought of, as structure and table in se11.

Regards,

Ravi

@Kanwarpreet Singh: Sorry for the digression from the original topic.

You don't need to do anything to convert the IDOC into xml format. XI system will convert the IDOC into xml by itself.

Regards,

Ravi

Message was edited by: Ravi Kanth Talagana

Former Member
0 Kudos

Create an XML port in transaction WE21.

Use this port in transaction WE20 to send IDOC to this port and you will receive the IDOC in XML-format.

Regards

Ib Petrich

IT-Consultant Danfoss A/S