| schema location: | \\Mac\Home\Repositories\erpel-documents\erpel-industry-1p0\Message.xsd |
| attributeFormDefault: | qualified |
| elementFormDefault: | qualified |
| targetNamespace: | http://schemas.ecosio.com/erpel-industry-1p0/message |
| Elements | Complex types |
| ErpelIndustryMessage | ErpelIndustryMessageType |
| schema location: | \\Mac\Home\Repositories\erpel-documents\erpel-industry-1p0\EBDH.xsd |
| attributeFormDefault: | qualified |
| elementFormDefault: | qualified |
| targetNamespace: | http://schemas.ecosio.com/erpel-industry-1p0/header |
| schema location: | \\Mac\Home\Repositories\erpel-documents\erpel-industry-1p0\Document.xsd |
| attributeFormDefault: | qualified |
| elementFormDefault: | qualified |
| targetNamespace: | http://schemas.ecosio.com/erpel-industry-1p0/document |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/message | ||
| type | erpel:ErpelIndustryMessageType | ||
| properties |
|
||
| children | header:ErpelBusinessDocumentHeader Document | ||
| source | <xs:element name="ErpelIndustryMessage" type="erpel:ErpelIndustryMessageType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/message | ||
| children | header:ErpelBusinessDocumentHeader Document | ||
| used by |
|
||
| source | <xs:complexType name="ErpelIndustryMessageType"> <xs:sequence> <xs:element ref="header:ErpelBusinessDocumentHeader" minOccurs="0"> <xs:annotation> <xs:documentation>Contains meta information relevant for the identification and the routing of the document.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="document:Document" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Contains the actual ERPEL industry document</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||
| type | header:ErpelBusinessDocumentHeaderType | ||
| properties |
|
||
| children | header:MessageReceivedAt header:InterchangeHeader | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:element name="ErpelBusinessDocumentHeader" type="header:ErpelBusinessDocumentHeaderType"> <xs:annotation> <xs:documentation>Represents the header part of the message, containing all routing- and meta-information.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||
| type | header:InterchangeHeaderType | ||
| properties |
|
||
| children | header:SyntaxIdentifier header:Sender header:Recipient header:DateTime header:ControlRef header:RecipientRef header:ApplicationRef header:ProcessingPriorityCode header:AckRequest header:AgreementId header:TestIndicator | ||
| used by |
|
||
| source | <xs:element name="InterchangeHeader" type="header:InterchangeHeaderType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||
| type | xs:dateTime | ||
| properties |
|
||
| used by |
|
||
| source | <xs:element name="MessageReceivedAt" type="xs:dateTime"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||
| properties |
|
||
| children | header:date header:time | ||
| used by |
|
||
| source | <xs:complexType name="DateTimeType" mixed="false"> <xs:sequence> <xs:element name="date" type="xs:string"> <xs:annotation> <xs:documentation>Represents the date when the message was sent.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="time" type="xs:string"> <xs:annotation> <xs:documentation>Represents the time when the message was sent.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="date" type="xs:string"> <xs:annotation> <xs:documentation>Represents the date when the message was sent.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="time" type="xs:string"> <xs:annotation> <xs:documentation>Represents the time when the message was sent.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||
| children | header:MessageReceivedAt header:InterchangeHeader | ||
| used by |
|
||
| source | <xs:complexType name="ErpelBusinessDocumentHeaderType"> <xs:sequence> <xs:element ref="header:MessageReceivedAt" minOccurs="0"> <xs:annotation> <xs:documentation>Contains the date and time when the message was received at a specific location.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="header:InterchangeHeader"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||
| children | header:SyntaxIdentifier header:Sender header:Recipient header:DateTime header:ControlRef header:RecipientRef header:ApplicationRef header:ProcessingPriorityCode header:AckRequest header:AgreementId header:TestIndicator | ||
| used by |
|
||
| source | <xs:complexType name="InterchangeHeaderType"> <xs:sequence> <xs:element name="SyntaxIdentifier" type="header:SyntaxIdentifierType" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Coded identification of the agency controlling the syntax, and of the character repertoire used in an EDIFACT interchange.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Sender" type="header:SenderType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The ID of the sender. For example a GLN or another mutually agreed ID.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Recipient" type="header:RecipientType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Identification of the recipient of the interchange.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DateTime" type="header:DateTimeType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Date and time of preparation of the interchange.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ControlRef" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Unique reference assigned by the sender to an interchange.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RecipientRef" type="header:RecipientRefType" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>A reference as agreed between the communicating partners.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ApplicationRef" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Identification of the application area assigned by the sender, to which the messages in the interchange relate e.g. the message type, if all the messages in the interchange are of the same type.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ProcessingPriorityCode" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Code determined by the sender requesting processing priority for the interchange.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AckRequest" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Code requesting acknowledgement for the interchange.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AgreementId" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Identification by name or code of the type of agreement under which the interchange takes place.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TestIndicator" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>This flag is used to indicate that the message serves for test purposes.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||||||
| type | header:SyntaxIdentifierType | ||||||||
| properties |
|
||||||||
| children | header:id header:versionNum header:serviceCodeListDirVersion header:codedCharacterEncoding header:releaseNum | ||||||||
| annotation |
|
||||||||
| source | <xs:element name="SyntaxIdentifier" type="header:SyntaxIdentifierType" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Coded identification of the agency controlling the syntax, and of the character repertoire used in an EDIFACT interchange.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||
| type | header:SenderType | ||||
| properties |
|
||||
| children | header:id header:codeQualifier header:internalId header:internalSubId | ||||
| annotation |
|
||||
| source | <xs:element name="Sender" type="header:SenderType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The ID of the sender. For example a GLN or another mutually agreed ID.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||
| type | header:RecipientType | ||||
| properties |
|
||||
| children | header:id header:codeQualifier header:internalId header:internalSubId | ||||
| annotation |
|
||||
| source | <xs:element name="Recipient" type="header:RecipientType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Identification of the recipient of the interchange.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||
| type | header:DateTimeType | ||||
| properties |
|
||||
| children | header:date header:time | ||||
| annotation |
|
||||
| source | <xs:element name="DateTime" type="header:DateTimeType" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Date and time of preparation of the interchange.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ControlRef" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Unique reference assigned by the sender to an interchange.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||||
| type | header:RecipientRefType | ||||||
| properties |
|
||||||
| children | header:ref header:refQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="RecipientRef" type="header:RecipientRefType" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>A reference as agreed between the communicating partners.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ApplicationRef" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Identification of the application area assigned by the sender, to which the messages in the interchange relate e.g. the message type, if all the messages in the interchange are of the same type.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ProcessingPriorityCode" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Code determined by the sender requesting processing priority for the interchange.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="AckRequest" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Code requesting acknowledgement for the interchange.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="AgreementId" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Identification by name or code of the type of agreement under which the interchange takes place.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TestIndicator" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>This flag is used to indicate that the message serves for test purposes.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||
| children | header:ref header:refQualifier | ||
| used by |
|
||
| source | <xs:complexType name="RecipientRefType"> <xs:sequence> <xs:element name="ref" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Contains the reference from the recipient.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="refQualifier" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Quallifier related to the reference from the recipient.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="ref" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Contains the reference from the recipient.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="refQualifier" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Quallifier related to the reference from the recipient.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||
| properties |
|
||
| children | header:id header:codeQualifier header:internalId header:internalSubId | ||
| used by |
|
||
| source | <xs:complexType name="RecipientType" mixed="false"> <xs:sequence> <xs:element name="id" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The ID of the receiver. For example a GLN or another mutually agreed ID.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="codeQualifier" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Contains the code to specify what kind of ID is used,</xs:documentation> </xs:annotation> </xs:element> <xs:element name="internalId" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The internal ID of the receiver.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="internalSubId" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The internal sub ID of the receiver.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="id" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The ID of the receiver. For example a GLN or another mutually agreed ID.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="codeQualifier" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Contains the code to specify what kind of ID is used,</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="internalId" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The internal ID of the receiver.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="internalSubId" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The internal sub ID of the receiver.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||
| properties |
|
||
| children | header:id header:codeQualifier header:internalId header:internalSubId | ||
| used by |
|
||
| source | <xs:complexType name="SenderType" mixed="false"> <xs:sequence> <xs:element name="id" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The ID of the sender. For example a GLN or another mutually agreed ID.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="codeQualifier" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Contains the code to specify what kind of ID is used,</xs:documentation> </xs:annotation> </xs:element> <xs:element name="internalId" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The internal ID of the sender.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="internalSubId" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The internal sub ID of the sender.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="id" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The ID of the sender. For example a GLN or another mutually agreed ID.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="codeQualifier" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Contains the code to specify what kind of ID is used,</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="internalId" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The internal ID of the sender.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="internalSubId" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The internal sub ID of the sender.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||
| properties |
|
||
| children | header:id header:versionNum header:serviceCodeListDirVersion header:codedCharacterEncoding header:releaseNum | ||
| used by |
|
||
| source | <xs:complexType name="SyntaxIdentifierType" mixed="false"> <xs:sequence> <xs:element name="id" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Coded identification of the agency controlling the syntax, and of the character repertoire used in an interchange.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="versionNum" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The version number of the syntax.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="serviceCodeListDirVersion" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Version number of the service code list directory.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="codedCharacterEncoding" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Identification code of the character encoding used of the interchange.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="releaseNum" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The realease number of the syntax.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="id" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Coded identification of the agency controlling the syntax, and of the character repertoire used in an interchange.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="versionNum" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The version number of the syntax.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="serviceCodeListDirVersion" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Version number of the service code list directory.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="codedCharacterEncoding" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Identification code of the character encoding used of the interchange.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/header | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="releaseNum" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The realease number of the syntax.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | AdditionalInformationType | ||
| properties |
|
||
| children | ItemDescription FreeText CustomersItemMaterialNumber SuppliersItemMaterialNumber ContactName ContactEmail ContactPhone ContactFax DrawingRevisionNumber DrawingRevisionDate EngineeringChangeNumber ControlNumber ProductionNumber ModelYear BuyersInternalProductGroupCode UltimateCustomersArticleNumber UPC IdentificationOfUse SpecialConditions TransportTypeCode ProgressNumberDifference KanbanID Classification | ||
| used by |
|
||
| source | <xs:element name="AdditionalInformation" type="AdditionalInformationType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | AdjustmentType | ||
| properties |
|
||
| children | AdjustmentReasonCode AdjustmentDescription AdjustmentValues | ||
| source | <xs:element name="Adjustment" type="AdjustmentType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | xs:string | ||
| properties |
|
||
| used by |
|
||
| source | <xs:element name="AgreementOrOrderLineNumber" type="xs:string"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | xs:string | ||
| properties |
|
||
| used by |
|
||
| source | <xs:element name="AgreementOrOrderNumberReference" type="xs:string"/> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| type | AllowancesAndChargesType | ||||
| properties |
|
||||
| children | AllowanceChargeQualifier AllowanceChargeTypeCoded ChargeBaseQuantity ChargeBaseQuantityMeasureUnitQualifier PercentageOfAllowanceOrCharge AllowanceChargeAmount AllowanceChargePercentage UnitPriceBasis MeasureUnit VAT_Rate VAT_Amount AllowanceChargeComment | ||||
| used by |
|
||||
| source | <xs:element name="AllowancesAndCharges" type="AllowancesAndChargesType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | BeginningOfMessageType | ||
| properties |
|
||
| children | DocumentNameEncoded DocumentNumber MessageFunction | ||
| used by |
|
||
| source | <xs:element name="BeginningOfMessage" type="BeginningOfMessageType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | BusinessEntitiesType | ||
| properties |
|
||
| children | Buyer Supplier Consignor Consignee OriginalBuyer InvoiceRecipient NameAndAddress | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:element name="BusinessEntities" type="BusinessEntitiesType"> <xs:annotation> <xs:documentation>Business entities, related to this document</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||||||||||
| type | ClassificationType | ||||||||||||||
| properties |
|
||||||||||||||
| children | Feature | ||||||||||||||
| used by |
|
||||||||||||||
| attributes |
|
||||||||||||||
| source | <xs:element name="Classification" type="ClassificationType"/> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| type | ConsigneeType | ||||
| properties |
|
||||
| children | PartyQualifier PartyIdentification PartyIdentificationCodeListQualifier PartyIdentificationCodeListResponsibleAgency DUNS PartyName Street City PostCode Country Contact UnloadingPoint StorageLocation AdditionalInternalDestination PlaceOfTransshipment | ||||
| used by |
|
||||
| source | <xs:element name="Consignee" type="ConsigneeType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | ConsignmentPackagingSequenceType | ||
| properties |
|
||
| children | HierarchicalID HierarchicalParentID PackagingLevelCode PackagingInformation DeliveryLineItems | ||
| used by |
|
||
| source | <xs:element name="ConsignmentPackagingSequence" type="ConsignmentPackagingSequenceType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | ConsignmentPackagingSequenceRecadvType | ||
| properties |
|
||
| children | HierarchicalID PackagingLevelCode ReceiptAdviceLineItems | ||
| used by |
|
||
| source | <xs:element name="ConsignmentPackagingSequenceRecadv" type="ConsignmentPackagingSequenceRecadvType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | ContactType | ||
| properties |
|
||
| children | Name Telephone Fax Email | ||
| used by |
|
||
| source | <xs:element name="Contact" type="ContactType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | ReferencedDocumentType | ||
| properties |
|
||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||
| used by |
|
||
| source | <xs:element name="ContractReference" type="ReferencedDocumentType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | ContrlHeaderType | ||
| properties |
|
||
| children | InterchangeResponse GroupResponse | ||
| used by |
|
||
| source | <xs:element name="ContrlHeader" type="ContrlHeaderType"/> |
| diagram | ![]() |
||||||||||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||||||||||
| type | CountryType | ||||||||||||||
| properties |
|
||||||||||||||
| children | CountryName | ||||||||||||||
| used by |
|
||||||||||||||
| attributes |
|
||||||||||||||
| source | <xs:element name="Country" type="CountryType"/> |
| diagram | ![]() |
||||||||||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||||||||||
| type | CountryType | ||||||||||||||
| properties |
|
||||||||||||||
| children | CountryName | ||||||||||||||
| used by |
|
||||||||||||||
| attributes |
|
||||||||||||||
| source | <xs:element name="CountryOfOrigin" type="CountryType"/> |
| diagram | ![]() |
||||||||||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||||||||||
| type | PriceType | ||||||||||||||
| properties |
|
||||||||||||||
| used by |
|
||||||||||||||
| attributes |
|
||||||||||||||
| source | <xs:element name="CurrentItemPriceCalculationGross" type="PriceType"/> |
| diagram | ![]() |
||||||||||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||||||||||
| type | PriceType | ||||||||||||||
| properties |
|
||||||||||||||
| used by |
|
||||||||||||||
| attributes |
|
||||||||||||||
| source | <xs:element name="CurrentItemPriceCalculationNet" type="PriceType"/> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| type | xs:string | ||||
| properties |
|
||||
| used by |
|
||||
| source | <xs:element name="CustomersItemMaterialNumber" type="xs:string"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | DateType | ||
| properties |
|
||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||
| used by |
|
||
| source | <xs:element name="Date" type="DateType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | DatesType | ||
| properties |
|
||
| children | DocumentDate HorizonStartDate HorizionEndDate CalculationDate DeliveryDate EstimatedArrivalDate AppointedTimeCode ProcessingDate TaxPointDate DueDate ServiceCompletionDate Date | ||
| used by |
|
||
| source | <xs:element name="Dates" type="DatesType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | DeliveryHeaderType | ||
| properties |
|
||
| children | GrossWeight NetWeight PackagingItemQuantity LoadingMeters ExcessHandlingCharge TermsOfDeliveryOrTransport TransportChargesModeOfPayment TermsofDeliveryOrTransport DeliveryConditionsRelevantPlace TermsOfDeliveryFreeText DispatchType TransportStageQualifier MeansOfTransportIdentificationQualifier MeansOfTransportIdentification NationalityOfMeansOfTransport CarrierID TransitDirectionCoded ExcessTransportationReasonCode ExcessTransportationResponsibilityCode CustomerTransportationAuthorizationNumber TransportEquipmentQualifier TransportEquipmentID TransportSealNumber | ||
| used by |
|
||
| source | <xs:element name="DeliveryHeader" type="DeliveryHeaderType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | DeliveryLineItemsType | ||
| properties |
|
||
| children | PositionNumber CustomersItemMaterialNumber SuppliersItemMaterialNumber ItemCharacteristic ItemDescription FreeText CumulativeQuantity DispatchQuantity PreviousQuantity BatchNumber ExpirationDate EngineeringChangeNumber ModelYear ConstructionalChangeStatus CountryOfOrigin ManufacturerDUNS SerialNumber ShippingMark GrossWeight NetWeight Weight Length Height Width Roll Tube UnitPrice UnloadingPoint ManufacturingDepartment AdditionalInternalDestination IdentificationOfUse References Classification | ||
| used by |
|
||
| source | <xs:element name="DeliveryLineItems" type="DeliveryLineItemsType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | DetailsType | ||
| properties |
|
||
| children | ForecastData OrdersData DispatchData InvoiceData ReceiptAdviceData RemittanceAdviceData | ||
| used by |
|
||
| source | <xs:element name="Details" type="DetailsType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | DateType | ||
| properties |
|
||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||
| used by |
|
||
| source | <xs:element name="DispatchAdviceDate" type="DateType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | xs:string | ||
| properties |
|
||
| used by |
|
||
| source | <xs:element name="DispatchAdviceNumber" type="xs:string"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | DispatchDataType | ||
| properties |
|
||
| children | ConsignmentPackagingSequence | ||
| used by |
|
||
| source | <xs:element name="DispatchData" type="DispatchDataType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | DocumentType | ||
| properties |
|
||
| children | Header Details Footer | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:element name="Document" type="DocumentType"> <xs:annotation> <xs:documentation>The ERPEL-Industry document is the payload of an ERPEL-Industry message.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | DocumentsRemadvType | ||
| properties |
|
||
| children | RemittanceAdviceDocument MonetaryAmounts BusinessEntities RemittanceAdviceDates RemittanceAdviceReferencedDocuments | ||
| used by |
|
||
| source | <xs:element name="Documents" type="DocumentsRemadvType"/> |
| diagram | ![]() |
||||||||||||||||||||||||||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||||||||||||||||||||||||||
| type | FeatureType | ||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| source | <xs:element name="Feature" type="FeatureType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | FinancialInstitutionInformationType | ||
| properties |
|
||
| children | FinancialInstitution | ||
| used by |
|
||
| source | <xs:element name="FinancialInstitutionInformation" type="FinancialInstitutionInformationType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | FooterType | ||
| properties |
|
||
| children | InvoiceFooter RemittanceAdviceFooter MessageTrailer Attachments | ||
| used by |
|
||
| source | <xs:element name="Footer" type="FooterType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | ForecastDataType | ||
| properties |
|
||
| children | ForecastLineItem | ||
| used by |
|
||
| source | <xs:element name="ForecastData" type="ForecastDataType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | ForecastLineItemType | ||
| properties |
|
||
| children | Indicators PositionNumber LineItemActionRequest BusinessEntities ReferencedDocumentsDatesValues AdditionalInformation PackagingDetails PackagingIdentification PlanningQuantity ReferencedOrderDocument | ||
| used by |
|
||
| source | <xs:element name="ForecastLineItem" type="ForecastLineItemType"/> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| type | FreeTextType | ||||
| properties |
|
||||
| children | TextQualifier TextFunction TextLanguage Text | ||||
| used by |
|
||||
| source | <xs:element name="FreeText" type="FreeTextType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | xs:decimal | ||
| properties |
|
||
| used by |
|
||
| source | <xs:element name="GrossWeight" type="xs:decimal"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | HeaderType | ||
| properties |
|
||
| children | MessageHeader BeginningOfMessage Dates FreeText ReferenceCurrency DeliveryHeader InvoiceHeader OrdersHeader ContrlHeader RemittanceAdviceHeader ReferencedDocuments BusinessEntities | ||
| used by |
|
||
| source | <xs:element name="Header" type="HeaderType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | IdentificationType | ||
| properties |
|
||
| children | IdentityNumber IdentityNumberQualifier ParentReference | ||
| used by |
|
||
| source | <xs:element name="Identification" type="IdentificationType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | IndicatorsType | ||
| properties |
|
||
| children | ProcessingIndicator CriticalStockCode | ||
| used by |
|
||
| source | <xs:element name="Indicators" type="IndicatorsType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | InvoiceDataType | ||
| properties |
|
||
| children | InvoiceLineItem | ||
| used by |
|
||
| source | <xs:element name="InvoiceData" type="InvoiceDataType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | InvoiceFooterType | ||
| properties |
|
||
| children | VAT_Rates InvoiceTotals | ||
| used by |
|
||
| source | <xs:element name="InvoiceFooter" type="InvoiceFooterType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | InvoiceHeaderType | ||
| properties |
|
||
| children | PaymentFormCoded PaymentTermsTypeCoded ApplicationReferenceNumber TargetCurrency ExchangeRate ExchangeRateDate PeriodCountQuantity PaymentDiscountPercentage PaymentDiscountAmount PriceAdjustmentReasonCode PriceAdjustmentReasonFreeText AllowancesAndCharges FinancialInstitutionInformation | ||
| used by |
|
||
| source | <xs:element name="InvoiceHeader" type="InvoiceHeaderType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | InvoiceLineItemType | ||
| properties |
|
||
| children | PositionNumber CustomersItemMaterialNumber SuppliersItemMaterialNumber ItemDescription ItemCategory FreeText DeliveredQuantity ReceivedQuantity InvoicedQuantity QuantityUnit CountryOfOrigin GoodsReceiptDate ServiceCompletionDate CurrentItemPriceCalculationGross CurrentItemPriceCalculationNet UnitPriceBasis NewItemPriceCalculationNet UnitPriceBasisNewItemPrice MeasureUnit VAT_Rate VAT_Amount LineItemAmount References Consignee AllowancesAndCharges Classification | ||
| used by |
|
||
| source | <xs:element name="InvoiceLineItem" type="InvoiceLineItemType"/> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| type | xs:string | ||||
| properties |
|
||||
| used by |
|
||||
| source | <xs:element name="ItemCategory" type="xs:string"/> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| type | xs:string | ||||
| properties |
|
||||
| used by |
|
||||
| source | <xs:element name="ItemDescription" type="xs:string"/> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| type | xs:decimal | ||||
| properties |
|
||||
| used by |
|
||||
| source | <xs:element name="LineItemAmount" type="xs:decimal"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | MessageHeaderType | ||
| properties |
|
||
| children | MessageReferenceNumber MessageType | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:element name="MessageHeader" type="MessageHeaderType"> <xs:annotation> <xs:documentation>Header information - UNH</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | MessageTrailerType | ||
| properties |
|
||
| children | SegmentCount | ||
| used by |
|
||
| source | <xs:element name="MessageTrailer" type="MessageTrailerType"/> |
| diagram | ![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | MessageTypeType | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xs:element name="MessageType" type="MessageTypeType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | NameAndAddressType | ||
| properties |
|
||
| children | PartyQualifier PartyIdentification PartyIdentificationCodeListQualifier PartyIdentificationCodeListResponsibleAgency DUNS PartyName Street City PostCode Country Contact | ||
| used by |
|
||
| source | <xs:element name="NameAndAddress" type="NameAndAddressType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | xs:decimal | ||
| properties |
|
||
| used by |
|
||
| source | <xs:element name="NetWeight" type="xs:decimal"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | OrdersDataType | ||
| properties |
|
||
| children | OrdersLineItem | ||
| used by |
|
||
| source | <xs:element name="OrdersData" type="OrdersDataType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | OrdersHeaderType | ||
| properties |
|
||
| children | TransportationChargesMethodOfPayment IncotermsDescription IncotermsCode ShippingMarks | ||
| used by |
|
||
| source | <xs:element name="OrdersHeader" type="OrdersHeaderType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | OrdersScheduleLineType | ||
| properties |
|
||
| children | ScheduledQuantity ScheduledQuantityDate PreviousScheduledQuantity PreviousScheduledQuantityDate ActionCode | ||
| used by |
|
||
| source | <xs:element name="OrdersScheduleLine" type="OrdersScheduleLineType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | PackagingDetailsType | ||
| properties |
|
||
| children | NumberOfPackages CustomersPackagingNumber SuppliersPackagingNumber PackagingCapacity | ||
| used by |
|
||
| source | <xs:element name="PackagingDetails" type="PackagingDetailsType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | PackagingIdentificationType | ||
| properties |
|
||
| children | StorageLocation PlantCode StorageBin PlantName PlantCity DeliverTo ProductionDescription KanbanCardNumberRange1Start KanbanCardNumberRange1End | ||
| used by |
|
||
| source | <xs:element name="PackagingIdentification" type="PackagingIdentificationType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | PackagingInformationType | ||
| properties |
|
||
| children | NumberOfPackages PackageTypeCustomer PackageTypeSupplier PackageProtection PackagingTermsAndConditions QuantityPerPack QuantityLanded MaximumStackability ShippingMark ShippingMarkType CarriersReference PackageReferenceNumber SealNumber GrossWeight NetWeight Identification | ||
| used by |
|
||
| source | <xs:element name="PackagingInformation" type="PackagingInformationType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | PlanningQuantityType | ||
| properties |
|
||
| children | PlanningQuantity QuantityUnitOfMeasure BackorderQuantity ImmediateRequestQuantity RequestedShipmentDate EarliestShipmentDate LatestShipmentDate WeeklyPeriodEndDate DeliveryPlanStatusIdentifier FrequencyIdentifier DeliveryRequirements DespatchPattern CumulativeQuantity | ||
| used by |
|
||
| source | <xs:element name="PlanningQuantity" type="PlanningQuantityType"/> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| type | xs:integer | ||||
| properties |
|
||||
| used by |
|
||||
| source | <xs:element name="PositionNumber" type="xs:integer"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | ReceiptAdviceDataType | ||
| properties |
|
||
| children | ConsignmentPackagingSequenceRecadv | ||
| used by |
|
||
| source | <xs:element name="ReceiptAdviceData" type="ReceiptAdviceDataType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | ReceiptAdviceLineItemsType | ||
| properties |
|
||
| children | PositionNumber CustomersItemMaterialNumber SuppliersItemMaterialNumber ItemDescription FreeText DespatchQuantity ReceivedQuantity DescrepancyQuantity DescrepancyQuantityQualifier | ||
| used by |
|
||
| source | <xs:element name="ReceiptAdviceLineItems" type="ReceiptAdviceLineItemsType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | ReferencedDocumentType | ||
| properties |
|
||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||
| used by |
|
||
| source | <xs:element name="ReferencedDocument" type="ReferencedDocumentType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | ReferencedDocumentsType | ||
| properties |
|
||
| children | SchedulingAgreement PreviouslyReceivedDocument CarrierReferenceNumber MasterBillOfLading AirwayBillNumber FreightBillNumber IntegratedLogisticsCrossReferenceNumber CustomerReferenceNumber CustomerJITReferenceNumber ShipmentLoadingReferenceNumber PurchaseOrderReferenceNumber ContractReferenceNumber ReferencedDocument | ||
| used by |
|
||
| source | <xs:element name="ReferencedDocuments" type="ReferencedDocumentsType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | ReferencedDocumentsDatesValuesType | ||
| properties |
|
||
| children | CallOffNumber CallOffDate PreviousCallOfNumber PreviousCallOffDate CumulativeReceivedQuantity CumulativeScheduledQuantity LastReceivedQuantity CumulativeQuantityLastYear ReleaseNumber ReleaseDate AgreementNumber AgreementDate LastASNNumber LastASNDate LastASNDeliveryDate CRQStartDate CRQEndDate PlanningHorizionStartDate PlanningHorizionEndDate MaterialAuthorization ProductionAuthorization | ||
| used by |
|
||
| source | <xs:element name="ReferencedDocumentsDatesValues" type="ReferencedDocumentsDatesValuesType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | RemittanceAdviceDataType | ||
| properties |
|
||
| children | Documents | ||
| used by |
|
||
| source | <xs:element name="RemittanceAdviceData" type="RemittanceAdviceDataType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | RemittanceAdviceHeaderType | ||
| properties |
|
||
| children | PaymentFormCoded PaymentTermsTypeCoded FinancialInstitutionInformation | ||
| used by |
|
||
| source | <xs:element name="RemittanceAdviceHeader" type="RemittanceAdviceHeaderType"/> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| type | DateType | ||||
| properties |
|
||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||
| used by |
|
||||
| source | <xs:element name="RequestedShipmentDate" type="DateType"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | DateType | ||
| properties |
|
||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||
| used by |
|
||
| source | <xs:element name="ServiceCompletionDate" type="DateType"/> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| type | xs:string | ||||
| properties |
|
||||
| used by |
|
||||
| source | <xs:element name="SuppliersItemMaterialNumber" type="xs:string"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | xs:decimal | ||
| properties |
|
||
| used by |
|
||
| source | <xs:element name="UnitPriceBasis" type="xs:decimal"/> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| type | xs:decimal | ||||
| properties |
|
||||
| used by |
|
||||
| source | <xs:element name="VAT_Amount" type="xs:decimal"/> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| type | xs:decimal | ||||
| properties |
|
||||
| used by |
|
||||
| source | <xs:element name="VAT_Rate" type="xs:decimal"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | ItemDescription FreeText CustomersItemMaterialNumber SuppliersItemMaterialNumber ContactName ContactEmail ContactPhone ContactFax DrawingRevisionNumber DrawingRevisionDate EngineeringChangeNumber ControlNumber ProductionNumber ModelYear BuyersInternalProductGroupCode UltimateCustomersArticleNumber UPC IdentificationOfUse SpecialConditions TransportTypeCode ProgressNumberDifference KanbanID Classification | ||
| used by |
|
||
| source | <xs:complexType name="AdditionalInformationType"> <xs:sequence> <!-- Free-text description of the item --> <xs:element name="ItemDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Free-text description of the item</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="FreeText" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Arbitrary free text, which is sent with the forecast - e.g., "Factory closed due to holidays between 20.06. and 01.07."</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CustomersItemMaterialNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The customer's material number of the item</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SuppliersItemMaterialNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The supplier's material number of the item</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ContactName" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Contact person, responsible for the call-off at buyer's side</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ContactEmail" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Email of contact person, responsible for the call-off at buyer's side</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ContactPhone" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Phone of contact person, responsible for the call-off at buyer's side</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ContactFax" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Fax of contact person, responsible for the call-off at buyer's side</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DrawingRevisionNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Revision number of the underlying drawing of the product</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DrawingRevisionDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>Date when the underlying drawing of the product has been change</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EngineeringChangeNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A control number indicating the engineering change</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ControlNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A control number which is assigned to the forecasted product</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ProductionNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A production number to which the forecasted product is assigned to</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ModelYear" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>And indicator for the model year to which the forecasted product belongs to</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BuyersInternalProductGroupCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>An internal code of the buyer, identifying the product group to which the forecasted product belongs to</xs:documentation> </xs:annotation> </xs:element> <xs:element name="UltimateCustomersArticleNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The product number of the final (ultimate) customer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="UPC" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The Universal Product Code - typcially the coded printed below the bar code</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IdentificationOfUse" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Identifies what the requested product is used for - e.g. pilot, additional request, specimem, etc. Contains a coded value. Has been introduced due to a requirements from the VDA 4905 document</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SpecialConditions" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator showing whether this is an article with special conditions, which is requested here. If no BLANK is provided here, the article is an article with special coniditions</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TransportTypeCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Encoded information about the type of transport (sea, air, land, etc.)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ProgressNumberDifference" type="xs:integer" minOccurs="0"> <xs:annotation> <xs:documentation>Difference between the continuous entry number and the continuous demand number</xs:documentation> </xs:annotation> </xs:element> <xs:element name="KanbanID" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A set of kanban IDs, issued by the customer. These Kanban IDs can be taken over to the dispatch advice as well.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Classification" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The classification of the product/service in free-text form.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| used by |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ItemDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Free-text description of the item</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| used by |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="CustomersItemMaterialNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The customer's material number of the item</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| used by |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="SuppliersItemMaterialNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The supplier's material number of the item</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ContactName" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Contact person, responsible for the call-off at buyer's side</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ContactEmail" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Email of contact person, responsible for the call-off at buyer's side</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ContactPhone" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Phone of contact person, responsible for the call-off at buyer's side</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ContactFax" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Fax of contact person, responsible for the call-off at buyer's side</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DrawingRevisionNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Revision number of the underlying drawing of the product</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="DrawingRevisionDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>Date when the underlying drawing of the product has been change</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="EngineeringChangeNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A control number indicating the engineering change</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ControlNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A control number which is assigned to the forecasted product</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ProductionNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A production number to which the forecasted product is assigned to</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ModelYear" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>And indicator for the model year to which the forecasted product belongs to</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="BuyersInternalProductGroupCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>An internal code of the buyer, identifying the product group to which the forecasted product belongs to</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="UltimateCustomersArticleNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The product number of the final (ultimate) customer</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="UPC" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The Universal Product Code - typcially the coded printed below the bar code</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="IdentificationOfUse" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Identifies what the requested product is used for - e.g. pilot, additional request, specimem, etc. Contains a coded value. Has been introduced due to a requirements from the VDA 4905 document</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="SpecialConditions" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator showing whether this is an article with special conditions, which is requested here. If no BLANK is provided here, the article is an article with special coniditions</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TransportTypeCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Encoded information about the type of transport (sea, air, land, etc.)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:integer | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ProgressNumberDifference" type="xs:integer" minOccurs="0"> <xs:annotation> <xs:documentation>Difference between the continuous entry number and the continuous demand number</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="KanbanID" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A set of kanban IDs, issued by the customer. These Kanban IDs can be taken over to the dispatch advice as well.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | AdjustmentReasonCode AdjustmentDescription AdjustmentValues | ||
| used by |
|
||
| source | <xs:complexType name="AdjustmentType"> <xs:sequence> <xs:element name="AdjustmentReasonCode" minOccurs="0"> <xs:annotation> <xs:documentation>Code to specify the reason for the adjustment.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AdjustmentDescription" minOccurs="0"> <xs:annotation> <xs:documentation>Reason of the adjustment as free text.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AdjustmentValues" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="CommissionAmount" type="MonetaryAmountType" minOccurs="0"/> <xs:element name="TaxRate" type="xs:decimal" minOccurs="0"/> <xs:element name="TaxCode" type="xs:string" minOccurs="0"/> <xs:element name="TaxableAmount" type="xs:decimal" minOccurs="0"/> <xs:element name="TaxAmount" type="xs:decimal" minOccurs="0"/> <xs:element name="AdjustmentAmount" type="MonetaryAmountType" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="AdjustmentReasonCode" minOccurs="0"> <xs:annotation> <xs:documentation>Code to specify the reason for the adjustment.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="AdjustmentDescription" minOccurs="0"> <xs:annotation> <xs:documentation>Reason of the adjustment as free text.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | CommissionAmount TaxRate TaxCode TaxableAmount TaxAmount AdjustmentAmount | ||||||
| source | <xs:element name="AdjustmentValues" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="CommissionAmount" type="MonetaryAmountType" minOccurs="0"/> <xs:element name="TaxRate" type="xs:decimal" minOccurs="0"/> <xs:element name="TaxCode" type="xs:string" minOccurs="0"/> <xs:element name="TaxableAmount" type="xs:decimal" minOccurs="0"/> <xs:element name="TaxAmount" type="xs:decimal" minOccurs="0"/> <xs:element name="AdjustmentAmount" type="MonetaryAmountType" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | MonetaryAmountType | ||||||
| properties |
|
||||||
| children | MonetaryAmountCoded MonetaryAmount | ||||||
| source | <xs:element name="CommissionAmount" type="MonetaryAmountType" minOccurs="0"/> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| source | <xs:element name="TaxRate" type="xs:decimal" minOccurs="0"/> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| source | <xs:element name="TaxCode" type="xs:string" minOccurs="0"/> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| source | <xs:element name="TaxableAmount" type="xs:decimal" minOccurs="0"/> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| source | <xs:element name="TaxAmount" type="xs:decimal" minOccurs="0"/> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | MonetaryAmountType | ||||||
| properties |
|
||||||
| children | MonetaryAmountCoded MonetaryAmount | ||||||
| source | <xs:element name="AdjustmentAmount" type="MonetaryAmountType" minOccurs="0"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | AllowanceChargeQualifier AllowanceChargeTypeCoded ChargeBaseQuantity ChargeBaseQuantityMeasureUnitQualifier PercentageOfAllowanceOrCharge AllowanceChargeAmount AllowanceChargePercentage UnitPriceBasis MeasureUnit VAT_Rate VAT_Amount AllowanceChargeComment | ||
| used by |
|
||
| source | <xs:complexType name="AllowancesAndChargesType"> <xs:sequence> <xs:element name="AllowanceChargeQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Qualifier, indicating whether it is a surcharge or an allowance.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AllowanceChargeTypeCoded" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The type of allowance or surcharge - encoded.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ChargeBaseQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The base quanity, used for the calculation of the allowance or surcharge.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ChargeBaseQuantityMeasureUnitQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The measure unit of the base quantity, used for the calculation of the allowance or surcharge.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PercentageOfAllowanceOrCharge" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Percentage of the allowance or surcharge.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AllowanceChargeAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The amount of allowance or surcharge.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AllowanceChargePercentage" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The percentage of allowance or surcharge - this is essentially a duplicate of PercentageOfAllowanceOrCharge, but the VDA standard (e.g. from BMW) also contains this duplicate definition. We keep it for consistency reasons.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="UnitPriceBasis" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The base unit price basis for the allowance/charge.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MeasureUnit" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The measure unit.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="VAT_Rate" minOccurs="0"> <xs:annotation> <xs:documentation>The VAT rate.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="VAT_Amount" minOccurs="0"> <xs:annotation> <xs:documentation>The VAT amount.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AllowanceChargeComment" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A comment for the allowance or surcharge.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="AllowanceChargeQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Qualifier, indicating whether it is a surcharge or an allowance.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="AllowanceChargeTypeCoded" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The type of allowance or surcharge - encoded.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ChargeBaseQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The base quanity, used for the calculation of the allowance or surcharge.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ChargeBaseQuantityMeasureUnitQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The measure unit of the base quantity, used for the calculation of the allowance or surcharge.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PercentageOfAllowanceOrCharge" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Percentage of the allowance or surcharge.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="AllowanceChargeAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The amount of allowance or surcharge.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="AllowanceChargePercentage" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The percentage of allowance or surcharge - this is essentially a duplicate of PercentageOfAllowanceOrCharge, but the VDA standard (e.g. from BMW) also contains this duplicate definition. We keep it for consistency reasons.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| used by |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="UnitPriceBasis" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The base unit price basis for the allowance/charge.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="MeasureUnit" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The measure unit.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="AllowanceChargeComment" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A comment for the allowance or surcharge.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | FileAttachment | ||
| used by |
|
||
| source | <xs:complexType name="AttachmentsType"> <xs:sequence> <xs:element name="FileAttachment" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>If a file needs to be attached to a document FileAttachment can be used. At least a file content has to be provided.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Name/ID of the file</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MimeType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>MimeType of the attached file</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Encoding" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Encoding used for the file</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Content" type="xs:string"> <xs:annotation> <xs:documentation>Encoded file</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | Name MimeType Encoding Content | ||||||
| annotation |
|
||||||
| source | <xs:element name="FileAttachment" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>If a file needs to be attached to a document FileAttachment can be used. At least a file content has to be provided.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Name/ID of the file</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MimeType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>MimeType of the attached file</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Encoding" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Encoding used for the file</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Content" type="xs:string"> <xs:annotation> <xs:documentation>Encoded file</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Name" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Name/ID of the file</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="MimeType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>MimeType of the attached file</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Encoding" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Encoding used for the file</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="Content" type="xs:string"> <xs:annotation> <xs:documentation>Encoded file</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | AuthorizationQuantity AuthorizationStartDate AuthorizationEndDate | ||
| used by |
|
||
| source | <xs:complexType name="AuthorizationType"> <xs:sequence> <xs:element name="AuthorizationQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The material/production authorization quantity</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AuthorizationStartDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The start date of the material/production authorization by the buyer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AuthorizationEndDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The end date of the material/production authorization by the buyer</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="AuthorizationQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The material/production authorization quantity</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="AuthorizationStartDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The start date of the material/production authorization by the buyer</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="AuthorizationEndDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The end date of the material/production authorization by the buyer</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | DocumentNameEncoded DocumentNumber MessageFunction | ||
| used by |
|
||
| source | <xs:complexType name="BeginningOfMessageType"> <xs:sequence> <xs:element name="DocumentNameEncoded" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The encoded name of the document. Typically to be found in the BGM segment of an EDI document.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DocumentNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The number of the document - typcially to be found in the BGM segment of an EDI document. (e.g. a forecast number)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MessageFunction" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The message function of the document. Typically used with order responses or order changes.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DocumentNameEncoded" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The encoded name of the document. Typically to be found in the BGM segment of an EDI document.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DocumentNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The number of the document - typcially to be found in the BGM segment of an EDI document. (e.g. a forecast number)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="MessageFunction" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The message function of the document. Typically used with order responses or order changes.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | Buyer Supplier Consignor Consignee OriginalBuyer InvoiceRecipient NameAndAddress | ||
| used by |
|
||
| source | <xs:complexType name="BusinessEntitiesType"> <xs:sequence> <xs:element name="Buyer" type="BuyerType" minOccurs="0"> <xs:annotation> <xs:documentation>The buyer in the given business relation</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Supplier" type="SupplierType" minOccurs="0"> <xs:annotation> <xs:documentation>The supplier in the given business relation</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Consignor" type="ConsignorType" minOccurs="0"> <xs:annotation> <xs:documentation>The consignor (=ship from) in the given business relation</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Consignee" minOccurs="0"> <xs:annotation> <xs:documentation>The consignee (=ship to) in the given business relation</xs:documentation> </xs:annotation> </xs:element> <xs:element name="OriginalBuyer" type="NameAndAddressType" minOccurs="0"> <xs:annotation> <xs:documentation>The original buyer in the given business relation</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InvoiceRecipient" type="InvoiceRecipientType" minOccurs="0"> <xs:annotation> <xs:documentation>The recipient of the invoice document</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="NameAndAddress" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Generic name and address, for which no dedicated strongly typed business entity exists</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | BuyerType | ||||||
| properties |
|
||||||
| children | PartyQualifier PartyIdentification PartyIdentificationCodeListQualifier PartyIdentificationCodeListResponsibleAgency DUNS PartyName Street City PostCode Country Contact BuyersAccountNumber BuyersCaseReference VAT_ID FiscalNumber AccountingDepartment PurchasingDepartment InformationContact RegisteredOfficeOfCompany | ||||||
| annotation |
|
||||||
| source | <xs:element name="Buyer" type="BuyerType" minOccurs="0"> <xs:annotation> <xs:documentation>The buyer in the given business relation</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | SupplierType | ||||||
| properties |
|
||||||
| children | PartyQualifier PartyIdentification PartyIdentificationCodeListQualifier PartyIdentificationCodeListResponsibleAgency DUNS PartyName Street City PostCode Country Contact SuppliersAccountNumber VAT_ID FiscalNumber AccountingDepartment PurchasingDepartment InformationContact FinancialInstitutionBranchNumber FinancialInstitutionName RegisteredOfficeOfCompany | ||||||
| annotation |
|
||||||
| source | <xs:element name="Supplier" type="SupplierType" minOccurs="0"> <xs:annotation> <xs:documentation>The supplier in the given business relation</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | ConsignorType | ||||||
| properties |
|
||||||
| children | PartyQualifier PartyIdentification PartyIdentificationCodeListQualifier PartyIdentificationCodeListResponsibleAgency DUNS PartyName Street City PostCode Country Contact PlaceOfLoading | ||||||
| annotation |
|
||||||
| source | <xs:element name="Consignor" type="ConsignorType" minOccurs="0"> <xs:annotation> <xs:documentation>The consignor (=ship from) in the given business relation</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | NameAndAddressType | ||||||
| properties |
|
||||||
| children | PartyQualifier PartyIdentification PartyIdentificationCodeListQualifier PartyIdentificationCodeListResponsibleAgency DUNS PartyName Street City PostCode Country Contact | ||||||
| annotation |
|
||||||
| source | <xs:element name="OriginalBuyer" type="NameAndAddressType" minOccurs="0"> <xs:annotation> <xs:documentation>The original buyer in the given business relation</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | InvoiceRecipientType | ||||||
| properties |
|
||||||
| children | PartyQualifier PartyIdentification PartyIdentificationCodeListQualifier PartyIdentificationCodeListResponsibleAgency DUNS PartyName Street City PostCode Country Contact VAT_ID | ||||||
| annotation |
|
||||||
| source | <xs:element name="InvoiceRecipient" type="InvoiceRecipientType" minOccurs="0"> <xs:annotation> <xs:documentation>The recipient of the invoice document</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | extension of NameAndAddressType | ||
| properties |
|
||
| children | PartyQualifier PartyIdentification PartyIdentificationCodeListQualifier PartyIdentificationCodeListResponsibleAgency DUNS PartyName Street City PostCode Country Contact BuyersAccountNumber BuyersCaseReference VAT_ID FiscalNumber AccountingDepartment PurchasingDepartment InformationContact RegisteredOfficeOfCompany | ||
| used by |
|
||
| source | <xs:complexType name="BuyerType"> <xs:complexContent> <xs:extension base="NameAndAddressType"> <xs:sequence> <xs:element name="BuyersAccountNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The account number of the buyer, associated to the given business case</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BuyersCaseReference" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>An internal ID of the buyer which is associated to the given business case</xs:documentation> </xs:annotation> </xs:element> <xs:element name="VAT_ID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The VAT-ID of the buyer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="FiscalNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The fiscal number of the buyer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AccountingDepartment" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The responsible accounting department at the buyer's side</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PurchasingDepartment" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The responsible purchasing department at the buyer's side</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InformationContact" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The information contact at the buyer's side</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RegisteredOfficeOfCompany" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Registered office of the company</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="BuyersAccountNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The account number of the buyer, associated to the given business case</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="BuyersCaseReference" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>An internal ID of the buyer which is associated to the given business case</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="VAT_ID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The VAT-ID of the buyer</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="FiscalNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The fiscal number of the buyer</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="AccountingDepartment" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The responsible accounting department at the buyer's side</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PurchasingDepartment" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The responsible purchasing department at the buyer's side</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="InformationContact" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The information contact at the buyer's side</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="RegisteredOfficeOfCompany" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Registered office of the company</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||||||||||
| properties |
|
||||||||||||||
| children | Feature | ||||||||||||||
| used by |
|
||||||||||||||
| attributes |
|
||||||||||||||
| source | <xs:complexType name="ClassificationType" mixed="true"> <xs:sequence> <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A feature of the given classification.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute ref="ClassificationSchema" use="optional"> <xs:annotation> <xs:documentation>The schema of the classification - e.g. eCl@ss.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | extension of NameAndAddressType | ||
| properties |
|
||
| children | PartyQualifier PartyIdentification PartyIdentificationCodeListQualifier PartyIdentificationCodeListResponsibleAgency DUNS PartyName Street City PostCode Country Contact UnloadingPoint StorageLocation AdditionalInternalDestination PlaceOfTransshipment | ||
| used by |
|
||
| source | <xs:complexType name="ConsigneeType"> <xs:complexContent> <xs:extension base="NameAndAddressType"> <xs:sequence> <xs:element name="UnloadingPoint" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The unloading point in the destination factory</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StorageLocation" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The storage location, where the delivered item will be stored. This is an additional and optional information to the UnloadingPoint</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AdditionalInternalDestination" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The place where the delivered good will be used. This is an additional and optional information</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PlaceOfTransshipment" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>For shipments divided into preliminary and main shipment, this location identifies the point of transfer between these shipment steps. The date/time (requested delivery date) refers however to the final unloading point.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="UnloadingPoint" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The unloading point in the destination factory</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="StorageLocation" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The storage location, where the delivered item will be stored. This is an additional and optional information to the UnloadingPoint</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="AdditionalInternalDestination" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The place where the delivered good will be used. This is an additional and optional information</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PlaceOfTransshipment" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>For shipments divided into preliminary and main shipment, this location identifies the point of transfer between these shipment steps. The date/time (requested delivery date) refers however to the final unloading point.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | HierarchicalID PackagingLevelCode ReceiptAdviceLineItems | ||
| used by |
|
||
| source | <xs:complexType name="ConsignmentPackagingSequenceRecadvType"> <xs:sequence> <xs:element name="HierarchicalID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The hierarchival ID of this CPS</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PackagingLevelCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The packaging level code of this CPS</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ReceiptAdviceLineItems" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Line items of the given consignment packaging sequence</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="HierarchicalID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The hierarchival ID of this CPS</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PackagingLevelCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The packaging level code of this CPS</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | HierarchicalID HierarchicalParentID PackagingLevelCode PackagingInformation DeliveryLineItems | ||
| used by |
|
||
| source | <xs:complexType name="ConsignmentPackagingSequenceType"> <xs:sequence> <xs:element name="HierarchicalID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The hierarchival ID of this CPS</xs:documentation> </xs:annotation> </xs:element> <xs:element name="HierarchicalParentID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The ID of the parent CPS of this CPS</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PackagingLevelCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The packaging level code of this CPS</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="PackagingInformation" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Wrapper element for packaging related information</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="DeliveryLineItems" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Line items of the given consignment packaging sequence</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="HierarchicalID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The hierarchival ID of this CPS</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="HierarchicalParentID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The ID of the parent CPS of this CPS</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PackagingLevelCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The packaging level code of this CPS</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | extension of NameAndAddressType | ||
| properties |
|
||
| children | PartyQualifier PartyIdentification PartyIdentificationCodeListQualifier PartyIdentificationCodeListResponsibleAgency DUNS PartyName Street City PostCode Country Contact PlaceOfLoading | ||
| used by |
|
||
| source | <xs:complexType name="ConsignorType"> <xs:complexContent> <xs:extension base="NameAndAddressType"> <xs:sequence> <xs:element name="PlaceOfLoading" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The place or port wher the loading takes place</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PlaceOfLoading" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The place or port wher the loading takes place</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | Name Telephone Fax Email | ||
| used by |
|
||
| source | <xs:complexType name="ContactType"> <xs:sequence> <xs:element name="Name" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The name of the contact.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Telephone" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The telephone number of the contact.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Fax" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The fax number of the contact.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Email" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The email address of the contact.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Name" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The name of the contact.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Telephone" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The telephone number of the contact.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Fax" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The fax number of the contact.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Email" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The email address of the contact.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | InterchangeResponse GroupResponse | ||
| used by |
|
||
| source | <xs:complexType name="ContrlHeaderType"> <xs:sequence> <xs:element name="InterchangeResponse" minOccurs="0"> <xs:annotation> <xs:documentation> Provides information about the original interchange, to which the CONTRL corresponds to. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="ReferenceNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Interchange reference number </xs:documentation> </xs:annotation> </xs:element> <xs:element name="SenderID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The sender's ID </xs:documentation> </xs:annotation> </xs:element> <xs:element name="SenderQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Qualifier for identifying the type of sender ID. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="RecipientID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The recipient's ID </xs:documentation> </xs:annotation> </xs:element> <xs:element name="RecipientQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Qualifier for identifying the type of recipient ID. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating acknowledgement or rejection of the interchange. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the action. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="GroupResponse" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation> Sent in response to a group in the subject interchange </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="GroupResponse" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="ReferenceNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Unique reference number for the group. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="SenderID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The sender's ID </xs:documentation> </xs:annotation> </xs:element> <xs:element name="SenderQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Qualifier for identifying the type of sender ID. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="RecipientID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The recipient's ID </xs:documentation> </xs:annotation> </xs:element> <xs:element name="RecipientQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Qualifier for identifying the type of recipient ID. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating acknowledgement or rejection of the group. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the action. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="MessageResponse" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation> Response to a message or package in the interchange. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="MessageResponse" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="MessageReferenceNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Unique message reference. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="MessageType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Type of message. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating acknowledgement or rejection of the interchange. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the action. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="SegmentTag" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Code, identifying a service segment. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="SegmentErrorIndication" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="SegmentErrorIndication" minOccurs="0"> <xs:annotation> <xs:documentation> A group of segments sent in response to a segment containing one or more errors. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="SegmentPosition" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The numerical count position of a specific segment. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="DataElementErrorIndication" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation> A segment identifying an erroneous stand-alone, composite or component data element in the segment. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="SegmentPosition" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The numerical count position of the stand-alone or composite data element in error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | ReferenceNumber SenderID SenderQualifier RecipientID RecipientQualifier ActionCode ActionDescription ErrorCode ErrorDescription | ||||||
| annotation |
|
||||||
| source | <xs:element name="InterchangeResponse" minOccurs="0"> <xs:annotation> <xs:documentation> Provides information about the original interchange, to which the CONTRL corresponds to. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="ReferenceNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Interchange reference number </xs:documentation> </xs:annotation> </xs:element> <xs:element name="SenderID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The sender's ID </xs:documentation> </xs:annotation> </xs:element> <xs:element name="SenderQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Qualifier for identifying the type of sender ID. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="RecipientID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The recipient's ID </xs:documentation> </xs:annotation> </xs:element> <xs:element name="RecipientQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Qualifier for identifying the type of recipient ID. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating acknowledgement or rejection of the interchange. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the action. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ReferenceNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Interchange reference number </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="SenderID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The sender's ID </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="SenderQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Qualifier for identifying the type of sender ID. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="RecipientID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The recipient's ID </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="RecipientQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Qualifier for identifying the type of recipient ID. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ActionCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating acknowledgement or rejection of the interchange. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ActionDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the action. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | GroupResponse MessageResponse | ||||||
| annotation |
|
||||||
| source | <xs:element name="GroupResponse" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation> Sent in response to a group in the subject interchange </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="GroupResponse" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="ReferenceNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Unique reference number for the group. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="SenderID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The sender's ID </xs:documentation> </xs:annotation> </xs:element> <xs:element name="SenderQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Qualifier for identifying the type of sender ID. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="RecipientID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The recipient's ID </xs:documentation> </xs:annotation> </xs:element> <xs:element name="RecipientQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Qualifier for identifying the type of recipient ID. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating acknowledgement or rejection of the group. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the action. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="MessageResponse" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation> Response to a message or package in the interchange. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="MessageResponse" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="MessageReferenceNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Unique message reference. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="MessageType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Type of message. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating acknowledgement or rejection of the interchange. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the action. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="SegmentTag" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Code, identifying a service segment. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="SegmentErrorIndication" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="SegmentErrorIndication" minOccurs="0"> <xs:annotation> <xs:documentation> A group of segments sent in response to a segment containing one or more errors. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="SegmentPosition" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The numerical count position of a specific segment. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="DataElementErrorIndication" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation> A segment identifying an erroneous stand-alone, composite or component data element in the segment. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="SegmentPosition" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The numerical count position of the stand-alone or composite data element in error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | ReferenceNumber SenderID SenderQualifier RecipientID RecipientQualifier ActionCode ActionDescription ErrorCode ErrorDescription | ||||||
| source | <xs:element name="GroupResponse" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="ReferenceNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Unique reference number for the group. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="SenderID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The sender's ID </xs:documentation> </xs:annotation> </xs:element> <xs:element name="SenderQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Qualifier for identifying the type of sender ID. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="RecipientID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The recipient's ID </xs:documentation> </xs:annotation> </xs:element> <xs:element name="RecipientQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Qualifier for identifying the type of recipient ID. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating acknowledgement or rejection of the group. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the action. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ReferenceNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Unique reference number for the group. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="SenderID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The sender's ID </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="SenderQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Qualifier for identifying the type of sender ID. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="RecipientID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The recipient's ID </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="RecipientQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Qualifier for identifying the type of recipient ID. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ActionCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating acknowledgement or rejection of the group. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ActionDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the action. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | MessageResponse SegmentErrorIndication | ||||||
| annotation |
|
||||||
| source | <xs:element name="MessageResponse" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation> Response to a message or package in the interchange. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="MessageResponse" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="MessageReferenceNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Unique message reference. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="MessageType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Type of message. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating acknowledgement or rejection of the interchange. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the action. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="SegmentTag" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Code, identifying a service segment. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="SegmentErrorIndication" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="SegmentErrorIndication" minOccurs="0"> <xs:annotation> <xs:documentation> A group of segments sent in response to a segment containing one or more errors. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="SegmentPosition" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The numerical count position of a specific segment. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="DataElementErrorIndication" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation> A segment identifying an erroneous stand-alone, composite or component data element in the segment. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="SegmentPosition" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The numerical count position of the stand-alone or composite data element in error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | MessageReferenceNumber MessageType ActionCode ActionDescription ErrorCode ErrorDescription SegmentTag | ||||||
| source | <xs:element name="MessageResponse" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="MessageReferenceNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Unique message reference. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="MessageType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Type of message. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating acknowledgement or rejection of the interchange. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the action. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="SegmentTag" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Code, identifying a service segment. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="MessageReferenceNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Unique message reference. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| used by |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="MessageType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Type of message. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ActionCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating acknowledgement or rejection of the interchange. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ActionDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the action. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="SegmentTag" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Code, identifying a service segment. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | SegmentErrorIndication DataElementErrorIndication | ||||||
| source | <xs:element name="SegmentErrorIndication" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="SegmentErrorIndication" minOccurs="0"> <xs:annotation> <xs:documentation> A group of segments sent in response to a segment containing one or more errors. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="SegmentPosition" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The numerical count position of a specific segment. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="DataElementErrorIndication" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation> A segment identifying an erroneous stand-alone, composite or component data element in the segment. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="SegmentPosition" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The numerical count position of the stand-alone or composite data element in error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | SegmentPosition ErrorCode ErrorDescription | ||||||
| annotation |
|
||||||
| source | <xs:element name="SegmentErrorIndication" minOccurs="0"> <xs:annotation> <xs:documentation> A group of segments sent in response to a segment containing one or more errors. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="SegmentPosition" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The numerical count position of a specific segment. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="SegmentPosition" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The numerical count position of a specific segment. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | SegmentPosition ErrorCode ErrorDescription | ||||||
| annotation |
|
||||||
| source | <xs:element name="DataElementErrorIndication" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation> A segment identifying an erroneous stand-alone, composite or component data element in the segment. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="SegmentPosition" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The numerical count position of the stand-alone or composite data element in error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="SegmentPosition" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> The numerical count position of the stand-alone or composite data element in error. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ErrorCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> A code indicating the detected error. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ErrorDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation> Free form description of the error. </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||||||||||
| children | CountryName | ||||||||||||||
| used by |
|
||||||||||||||
| attributes |
|
||||||||||||||
| source | <xs:complexType name="CountryType"> <xs:sequence> <xs:element name="CountryName" type="xs:string"> <xs:annotation> <xs:documentation>The name of the country.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute ref="CountryCode" use="optional"> <xs:annotation> <xs:documentation>The country as coded value.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="CountryName" type="xs:string"> <xs:annotation> <xs:documentation>The name of the country.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | DocumentDate HorizonStartDate HorizionEndDate CalculationDate DeliveryDate EstimatedArrivalDate AppointedTimeCode ProcessingDate TaxPointDate DueDate ServiceCompletionDate Date | ||
| used by |
|
||
| source | <xs:complexType name="DatesType"> <xs:sequence> <xs:element name="DocumentDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The document date - if no specific date has been assigned in the EDIFACT, this is usually the date, when the document has been issued.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="HorizonStartDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The start date of a scheduling agreement, which is the underlying contract of a forecast. Also used for invoices, where it denotes the beginning of the invoiced period.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="HorizionEndDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The end date of a scheduling agreement, which is the underlying contract of a forecast. Also used for invoices, where it denotes the end of the invoiced period.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CalculationDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>Caluclation date of the underlying forecast.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DeliveryDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date, when the delivery takes place.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EstimatedArrivalDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The estimated date, when the goods shall arrive.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AppointedTimeCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Appointed time - encoded. According to VDA 4905 specification.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ProcessingDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>Processing date - refers to the date when the invoice is created and booked in the system of the issuer.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TaxPointDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The tax point date of the invoice. In Germany this date equals the invoice date. However, the field is required in the U.K.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DueDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date, when the invoice is due.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ServiceCompletionDate" minOccurs="0"> <xs:annotation> <xs:documentation>The date, when the service was completed.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Date" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>General date, which may be used for date values, where to strong typed date type is available.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="DocumentDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The document date - if no specific date has been assigned in the EDIFACT, this is usually the date, when the document has been issued.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="HorizonStartDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The start date of a scheduling agreement, which is the underlying contract of a forecast. Also used for invoices, where it denotes the beginning of the invoiced period.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="HorizionEndDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The end date of a scheduling agreement, which is the underlying contract of a forecast. Also used for invoices, where it denotes the end of the invoiced period.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="CalculationDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>Caluclation date of the underlying forecast.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="DeliveryDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date, when the delivery takes place.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="EstimatedArrivalDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The estimated date, when the goods shall arrive.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="AppointedTimeCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Appointed time - encoded. According to VDA 4905 specification.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="ProcessingDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>Processing date - refers to the date when the invoice is created and booked in the system of the issuer.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="TaxPointDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The tax point date of the invoice. In Germany this date equals the invoice date. However, the field is required in the U.K.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="DueDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date, when the invoice is due.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DateQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Qualifier, identifying the type of date.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:dateTime | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DateTime" type="xs:dateTime" minOccurs="0"> <xs:annotation> <xs:documentation>The actual date.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DateTimeFormatQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Qualifier, identifying the date format.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | GrossWeight NetWeight PackagingItemQuantity LoadingMeters ExcessHandlingCharge TermsOfDeliveryOrTransport TransportChargesModeOfPayment TermsofDeliveryOrTransport DeliveryConditionsRelevantPlace TermsOfDeliveryFreeText DispatchType TransportStageQualifier MeansOfTransportIdentificationQualifier MeansOfTransportIdentification NationalityOfMeansOfTransport CarrierID TransitDirectionCoded ExcessTransportationReasonCode ExcessTransportationResponsibilityCode CustomerTransportationAuthorizationNumber TransportEquipmentQualifier TransportEquipmentID TransportSealNumber | ||
| used by |
|
||
| source | <xs:complexType name="DeliveryHeaderType"> <xs:sequence> <xs:element name="GrossWeight" type="UnitType" minOccurs="0"> <xs:annotation> <xs:documentation>The gross weight of the shipment, including packaging items and any other auxilliary means</xs:documentation> </xs:annotation> </xs:element> <xs:element name="NetWeight" type="UnitType" minOccurs="0"> <xs:annotation> <xs:documentation>The net weight of the shipment including packaging but without other auxilliary means</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PackagingItemQuantity" type="UnitType" minOccurs="0"> <xs:annotation> <xs:documentation>The number of packaging items in the shipment</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LoadingMeters" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The meters required on the loading space (e.g., the truck)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ExcessHandlingCharge" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>A monetary amount which is in incurred due to excess handling of the shipment</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TermsOfDeliveryOrTransport" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The terms of delivery or transport - coded information</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TransportChargesModeOfPayment" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates who is paying for the transport charges - coded information</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TermsofDeliveryOrTransport" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The terms of delivery or transport</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DeliveryConditionsRelevantPlace" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The place which is relevant for the delivery conditions</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TermsOfDeliveryFreeText" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Free text information for the terms of delivery</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DispatchType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The type of dispatch, e.g. truck, train, air</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TransportStageQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Qualifier for the transport stage</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MeansOfTransportIdentificationQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A qualifier for the means of transport, e.g., license plate number, bordero number, etc.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MeansOfTransportIdentification" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Identifier for the means of transport, e.g., the actual license plate number, bordero number etc.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="NationalityOfMeansOfTransport" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The nationality of the means of transport</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CarrierID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>ID identifying the carrier</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TransitDirectionCoded" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Coded transit direction</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ExcessTransportationReasonCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Reason for the excess transportation</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ExcessTransportationResponsibilityCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Responisble business entity for the excess transportation</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CustomerTransportationAuthorizationNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Authorization number for the transport - assigned by the customer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TransportEquipmentQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Qualifier for the transport equipment</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TransportEquipmentID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>ID of the transport equipment</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TransportSealNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Number of the transport seal</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||||||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||||||||||
| type | UnitType | ||||||||||||||
| properties |
|
||||||||||||||
| used by |
|
||||||||||||||
| attributes |
|
||||||||||||||
| annotation |
|
||||||||||||||
| source | <xs:element name="GrossWeight" type="UnitType" minOccurs="0"> <xs:annotation> <xs:documentation>The gross weight of the shipment, including packaging items and any other auxilliary means</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||||||||||
| type | UnitType | ||||||||||||||
| properties |
|
||||||||||||||
| used by |
|
||||||||||||||
| attributes |
|
||||||||||||||
| annotation |
|
||||||||||||||
| source | <xs:element name="NetWeight" type="UnitType" minOccurs="0"> <xs:annotation> <xs:documentation>The net weight of the shipment including packaging but without other auxilliary means</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||||||||||
| type | UnitType | ||||||||||||||
| properties |
|
||||||||||||||
| attributes |
|
||||||||||||||
| annotation |
|
||||||||||||||
| source | <xs:element name="PackagingItemQuantity" type="UnitType" minOccurs="0"> <xs:annotation> <xs:documentation>The number of packaging items in the shipment</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="LoadingMeters" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The meters required on the loading space (e.g., the truck)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ExcessHandlingCharge" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>A monetary amount which is in incurred due to excess handling of the shipment</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TermsOfDeliveryOrTransport" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The terms of delivery or transport - coded information</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TransportChargesModeOfPayment" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates who is paying for the transport charges - coded information</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TermsofDeliveryOrTransport" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The terms of delivery or transport</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DeliveryConditionsRelevantPlace" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The place which is relevant for the delivery conditions</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TermsOfDeliveryFreeText" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Free text information for the terms of delivery</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DispatchType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The type of dispatch, e.g. truck, train, air</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TransportStageQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Qualifier for the transport stage</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="MeansOfTransportIdentificationQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A qualifier for the means of transport, e.g., license plate number, bordero number, etc.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="MeansOfTransportIdentification" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Identifier for the means of transport, e.g., the actual license plate number, bordero number etc.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="NationalityOfMeansOfTransport" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The nationality of the means of transport</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="CarrierID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>ID identifying the carrier</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TransitDirectionCoded" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Coded transit direction</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ExcessTransportationReasonCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Reason for the excess transportation</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ExcessTransportationResponsibilityCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Responisble business entity for the excess transportation</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="CustomerTransportationAuthorizationNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Authorization number for the transport - assigned by the customer</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TransportEquipmentQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Qualifier for the transport equipment</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TransportEquipmentID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>ID of the transport equipment</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TransportSealNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Number of the transport seal</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | PositionNumber CustomersItemMaterialNumber SuppliersItemMaterialNumber ItemCharacteristic ItemDescription FreeText CumulativeQuantity DispatchQuantity PreviousQuantity BatchNumber ExpirationDate EngineeringChangeNumber ModelYear ConstructionalChangeStatus CountryOfOrigin ManufacturerDUNS SerialNumber ShippingMark GrossWeight NetWeight Weight Length Height Width Roll Tube UnitPrice UnloadingPoint ManufacturingDepartment AdditionalInternalDestination IdentificationOfUse References Classification | ||
| used by |
|
||
| source | <xs:complexType name="DeliveryLineItemsType"> <xs:sequence> <xs:element name="PositionNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Position number of the product</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="CustomersItemMaterialNumber" minOccurs="0"> <xs:annotation> <xs:documentation>Material number of customer</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="SuppliersItemMaterialNumber" minOccurs="0"> <xs:annotation> <xs:documentation>Material number of supplier</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ItemCharacteristic" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Item characteristics - e.g., sample, servce, production, etc.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ItemDescription" minOccurs="0"> <xs:annotation> <xs:documentation>Item description</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="FreeText" minOccurs="0"> <xs:annotation> <xs:documentation>Free text information for the item</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CumulativeQuantity" type="UnitType" minOccurs="0"> <xs:annotation> <xs:documentation>The cumulative delivered quantity of the given product until yesterday</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DispatchQuantity" type="UnitType" minOccurs="0"> <xs:annotation> <xs:documentation>The currently dispatched quantity</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PreviousQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The dispatched quantity of the previous delivery</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BatchNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The batch/lot number</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ExpirationDate" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The expiration date/best before date/shelf life/MHD </xs:documentation> </xs:annotation> </xs:element> <xs:element name="EngineeringChangeNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The engineering change number</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ModelYear" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the model year of the car, where the product is used</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ConstructionalChangeStatus" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The status of the constructional changes</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="CountryOfOrigin" minOccurs="0"> <xs:annotation> <xs:documentation>Country of origin</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ManufacturerDUNS" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>DUNS numbers of the manufacturer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SerialNumber" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Serial number of the traded material</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ShippingMark" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Shipping mark information, such as label marks, etc.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="GrossWeight" minOccurs="0"> <xs:annotation> <xs:documentation>The gross weight of the product</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="NetWeight" minOccurs="0"> <xs:annotation> <xs:documentation>The net weight of the product</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Weight" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The weight of the product</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Length" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The length of the product</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Height" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The height of the product</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Width" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The width of the product</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Roll" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates if the product is a roll</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Tube" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates if the product is a tube</xs:documentation> </xs:annotation> </xs:element> <xs:element name="UnitPrice" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The unit price of the product</xs:documentation> </xs:annotation> </xs:element> <xs:element name="UnloadingPoint" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The unloading point of the product</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ManufacturingDepartment" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The manufacturing department, where the product will be used</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AdditionalInternalDestination" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Additional information about the destination of the product in the factory</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IdentificationOfUse" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A code for the use of the product</xs:documentation> </xs:annotation> </xs:element> <xs:element name="References" minOccurs="0"> <xs:annotation> <xs:documentation>Additional references for the given product</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="AgreementOrOrderNumberReference" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the underlying scheduling agreement or order</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="AgreementOrOrderLineNumber" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the line number in the scheduling agreement or order</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="DispatchAdviceNumber" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the dispatch advice</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DispatchAdviceLineNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the line number in the dispatch advice</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="DispatchAdviceDate" minOccurs="0"> <xs:annotation> <xs:documentation>The date of the dispatch advice</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CallOffReference" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the relevant forecast of JIT call-off</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ConsigneesReference" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A reference of the consignee</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PackagingListNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The packaging list number</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element ref="Classification" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The classification of the product/service in free-text form.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| used by |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PositionNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Position number of the product</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ItemCharacteristic" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Item characteristics - e.g., sample, servce, production, etc.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||||||||||
| type | UnitType | ||||||||||||||
| properties |
|
||||||||||||||
| attributes |
|
||||||||||||||
| annotation |
|
||||||||||||||
| source | <xs:element name="CumulativeQuantity" type="UnitType" minOccurs="0"> <xs:annotation> <xs:documentation>The cumulative delivered quantity of the given product until yesterday</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||||||||||
| type | UnitType | ||||||||||||||
| properties |
|
||||||||||||||
| attributes |
|
||||||||||||||
| annotation |
|
||||||||||||||
| source | <xs:element name="DispatchQuantity" type="UnitType" minOccurs="0"> <xs:annotation> <xs:documentation>The currently dispatched quantity</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PreviousQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The dispatched quantity of the previous delivery</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="BatchNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The batch/lot number</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ExpirationDate" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The expiration date/best before date/shelf life/MHD </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="EngineeringChangeNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The engineering change number</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ModelYear" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the model year of the car, where the product is used</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ConstructionalChangeStatus" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The status of the constructional changes</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ManufacturerDUNS" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>DUNS numbers of the manufacturer</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="SerialNumber" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Serial number of the traded material</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ShippingMark" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Shipping mark information, such as label marks, etc.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Weight" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The weight of the product</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Length" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The length of the product</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Height" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The height of the product</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Width" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The width of the product</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Roll" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates if the product is a roll</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Tube" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates if the product is a tube</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="UnitPrice" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The unit price of the product</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="UnloadingPoint" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The unloading point of the product</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ManufacturingDepartment" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The manufacturing department, where the product will be used</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="AdditionalInternalDestination" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Additional information about the destination of the product in the factory</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="IdentificationOfUse" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A code for the use of the product</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | AgreementOrOrderNumberReference AgreementOrOrderLineNumber DispatchAdviceNumber DispatchAdviceLineNumber DispatchAdviceDate CallOffReference ConsigneesReference PackagingListNumber | ||||||
| annotation |
|
||||||
| source | <xs:element name="References" minOccurs="0"> <xs:annotation> <xs:documentation>Additional references for the given product</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="AgreementOrOrderNumberReference" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the underlying scheduling agreement or order</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="AgreementOrOrderLineNumber" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the line number in the scheduling agreement or order</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="DispatchAdviceNumber" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the dispatch advice</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DispatchAdviceLineNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the line number in the dispatch advice</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="DispatchAdviceDate" minOccurs="0"> <xs:annotation> <xs:documentation>The date of the dispatch advice</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CallOffReference" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the relevant forecast of JIT call-off</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ConsigneesReference" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A reference of the consignee</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PackagingListNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The packaging list number</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DispatchAdviceLineNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the line number in the dispatch advice</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="CallOffReference" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the relevant forecast of JIT call-off</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ConsigneesReference" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A reference of the consignee</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PackagingListNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The packaging list number</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | ForecastData OrdersData DispatchData InvoiceData ReceiptAdviceData RemittanceAdviceData | ||
| used by |
|
||
| source | <xs:complexType name="DetailsType"> <xs:sequence> <xs:element ref="ForecastData" minOccurs="0"> <xs:annotation> <xs:documentation>A wrapper for holding forecast data which is to be found in DELFOR and VDA 4905 documents</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="OrdersData" minOccurs="0"> <xs:annotation> <xs:documentation>A wrapper for orders data</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="DispatchData" minOccurs="0"> <xs:annotation> <xs:documentation>A wrapper for holding dispatch advice related data</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="InvoiceData" minOccurs="0"> <xs:annotation> <xs:documentation>A wrapper for holding invoice related data</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ReceiptAdviceData" minOccurs="0"> <xs:annotation> <xs:documentation>A wrapper for holding receipt advice related data</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="RemittanceAdviceData" minOccurs="0"> <xs:annotation> <xs:documentation>A wrapper for holding remittance advice related data</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | ConsignmentPackagingSequence | ||
| used by |
|
||
| source | <xs:complexType name="DispatchDataType"> <xs:sequence> <xs:element ref="ConsignmentPackagingSequence" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Wrapper for a specific consignment packaging sequence, containing materials, handling units, etc.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | RemittanceAdviceDocument MonetaryAmounts BusinessEntities RemittanceAdviceDates RemittanceAdviceReferencedDocuments | ||
| used by |
|
||
| source | <xs:complexType name="DocumentsRemadvType"> <xs:sequence> <xs:element name="RemittanceAdviceDocument" type="RemittanceAdviceDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Identification and information related to the document.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MonetaryAmounts" type="MonetaryAmountsType" minOccurs="0"> <xs:annotation> <xs:documentation>Monetary amounts related to the document.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="BusinessEntities" minOccurs="0"/> <xs:element name="RemittanceAdviceDates" type="RemittanceAdviceDatesType" minOccurs="0"> <xs:annotation> <xs:documentation>Dates related to the document.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RemittanceAdviceReferencedDocuments" type="RemittanceAdviceReferencedDocumentsType" minOccurs="0"> <xs:annotation> <xs:documentation>Referenced documents related to this document.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | RemittanceAdviceDocumentType | ||||||
| properties |
|
||||||
| children | DocumentNameEncoded DocumentNumber | ||||||
| annotation |
|
||||||
| source | <xs:element name="RemittanceAdviceDocument" type="RemittanceAdviceDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Identification and information related to the document.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | MonetaryAmountsType | ||||||
| properties |
|
||||||
| children | AmountRemitted InvoiceTotalAmount ComissionAmount PaymentDiscountAmount Adjustment MonetaryAmount | ||||||
| annotation |
|
||||||
| source | <xs:element name="MonetaryAmounts" type="MonetaryAmountsType" minOccurs="0"> <xs:annotation> <xs:documentation>Monetary amounts related to the document.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | RemittanceAdviceDatesType | ||||||
| properties |
|
||||||
| children | DocumentDate DueDate PaymentDueDate BookingDate Date | ||||||
| annotation |
|
||||||
| source | <xs:element name="RemittanceAdviceDates" type="RemittanceAdviceDatesType" minOccurs="0"> <xs:annotation> <xs:documentation>Dates related to the document.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | RemittanceAdviceReferencedDocumentsType | ||||||
| properties |
|
||||||
| children | ContractReferenceNumber DebtorsReferenceNumber RelatedReferenceNumbers | ||||||
| annotation |
|
||||||
| source | <xs:element name="RemittanceAdviceReferencedDocuments" type="RemittanceAdviceReferencedDocumentsType" minOccurs="0"> <xs:annotation> <xs:documentation>Referenced documents related to this document.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | Header Details Footer | ||
| used by |
|
||
| source | <xs:complexType name="DocumentType"> <xs:sequence> <xs:element ref="Header"> <xs:annotation> <xs:documentation>Contain header information of the ERPEL industry document.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Details"> <xs:annotation> <xs:documentation>Contains the details of the ERPEL industry document.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Footer"> <xs:annotation> <xs:documentation>Footer section of the ERPEL industry document.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||||||||||||||||||||||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||||||||||||||||||||||||||
| type | extension of xs:string | ||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| source | <xs:complexType name="FeatureType"> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="Code" type="xs:string"> <xs:annotation> <xs:documentation>A code, identifying the feature.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Description" type="xs:string"> <xs:annotation> <xs:documentation>A description of the feature.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Unit" type="xs:string"> <xs:annotation> <xs:documentation>The unit of the feature.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> |
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | xs:string | ||
| annotation |
|
||
| source | <xs:attribute name="Code" type="xs:string"> <xs:annotation> <xs:documentation>A code, identifying the feature.</xs:documentation> </xs:annotation> </xs:attribute> |
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | xs:string | ||
| annotation |
|
||
| source | <xs:attribute name="Description" type="xs:string"> <xs:annotation> <xs:documentation>A description of the feature.</xs:documentation> </xs:annotation> </xs:attribute> |
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | xs:string | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:attribute name="Unit" type="xs:string"> <xs:annotation> <xs:documentation>The unit of the feature.</xs:documentation> </xs:annotation> </xs:attribute> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | FinancialInstitution | ||
| used by |
|
||
| source | <xs:complexType name="FinancialInstitutionInformationType"> <xs:sequence> <xs:element name="FinancialInstitution" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Information about financial institution.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:sequence> <xs:element name="PartyQualifier" type="xs:string"> <xs:annotation> <xs:documentation>Code giving specific meaning to a financial institution.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AccountHolderNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Account number of the account holder.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AccountHolderName" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Name of the account holder.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InstitutionIdentification" minOccurs="0"> <xs:annotation> <xs:documentation>Further information about the financial institution.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Identification" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Identification of the financial institution.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IdentificationCodeListQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code identifying a user or association maintained code list.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IdentificationCodeListResponsibleAgency" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code specifying the agency responsible for a code list.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BranchIdentification" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The branch number of the financial institution.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BranchIdentificationCodeListQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code identifying a user or association maintained code list.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BranchIdentificationCodeListResponsibleAgency" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code specifying the agency responsible for a code list.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InstitutionName" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Name of the financial institution.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LocationName" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Branch location name.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Country" minOccurs="0"> <xs:annotation> <xs:documentation>Information about the country of the financial institution.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | PartyQualifier AccountHolderNumber AccountHolderName InstitutionIdentification | ||||||
| annotation |
|
||||||
| source | <xs:element name="FinancialInstitution" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Information about financial institution.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:sequence> <xs:element name="PartyQualifier" type="xs:string"> <xs:annotation> <xs:documentation>Code giving specific meaning to a financial institution.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AccountHolderNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Account number of the account holder.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AccountHolderName" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Name of the account holder.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InstitutionIdentification" minOccurs="0"> <xs:annotation> <xs:documentation>Further information about the financial institution.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Identification" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Identification of the financial institution.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IdentificationCodeListQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code identifying a user or association maintained code list.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IdentificationCodeListResponsibleAgency" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code specifying the agency responsible for a code list.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BranchIdentification" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The branch number of the financial institution.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BranchIdentificationCodeListQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code identifying a user or association maintained code list.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BranchIdentificationCodeListResponsibleAgency" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code specifying the agency responsible for a code list.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InstitutionName" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Name of the financial institution.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LocationName" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Branch location name.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Country" minOccurs="0"> <xs:annotation> <xs:documentation>Information about the country of the financial institution.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="PartyQualifier" type="xs:string"> <xs:annotation> <xs:documentation>Code giving specific meaning to a financial institution.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="AccountHolderNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Account number of the account holder.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="AccountHolderName" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Name of the account holder.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | Identification IdentificationCodeListQualifier IdentificationCodeListResponsibleAgency BranchIdentification BranchIdentificationCodeListQualifier BranchIdentificationCodeListResponsibleAgency InstitutionName LocationName Country | ||||||
| annotation |
|
||||||
| source | <xs:element name="InstitutionIdentification" minOccurs="0"> <xs:annotation> <xs:documentation>Further information about the financial institution.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Identification" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Identification of the financial institution.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IdentificationCodeListQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code identifying a user or association maintained code list.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IdentificationCodeListResponsibleAgency" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code specifying the agency responsible for a code list.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BranchIdentification" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The branch number of the financial institution.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BranchIdentificationCodeListQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code identifying a user or association maintained code list.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BranchIdentificationCodeListResponsibleAgency" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code specifying the agency responsible for a code list.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InstitutionName" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Name of the financial institution.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LocationName" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Branch location name.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Country" minOccurs="0"> <xs:annotation> <xs:documentation>Information about the country of the financial institution.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| used by |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Identification" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Identification of the financial institution.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="IdentificationCodeListQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code identifying a user or association maintained code list.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="IdentificationCodeListResponsibleAgency" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code specifying the agency responsible for a code list.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="BranchIdentification" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The branch number of the financial institution.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="BranchIdentificationCodeListQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code identifying a user or association maintained code list.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="BranchIdentificationCodeListResponsibleAgency" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code specifying the agency responsible for a code list.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="InstitutionName" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Name of the financial institution.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="LocationName" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Branch location name.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | InvoiceFooter RemittanceAdviceFooter MessageTrailer Attachments | ||
| used by |
|
||
| source | <xs:complexType name="FooterType"> <xs:sequence> <xs:element ref="InvoiceFooter" minOccurs="0"> <xs:annotation> <xs:documentation>Footer with invoice related details</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RemittanceAdviceFooter" type="RemittanceAdviceFooterType" minOccurs="0"> <xs:annotation> <xs:documentation>Footer with remittance advice related details.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="MessageTrailer" minOccurs="0"> <xs:annotation> <xs:documentation>General message trailer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Attachments" type="AttachmentsType" minOccurs="0"> <xs:annotation> <xs:documentation>Attachmens included in the message</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | RemittanceAdviceFooterType | ||||||
| properties |
|
||||||
| children | VAT_Rates RemmitanceAdviceTotals | ||||||
| annotation |
|
||||||
| source | <xs:element name="RemittanceAdviceFooter" type="RemittanceAdviceFooterType" minOccurs="0"> <xs:annotation> <xs:documentation>Footer with remittance advice related details.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | AttachmentsType | ||||||
| properties |
|
||||||
| children | FileAttachment | ||||||
| annotation |
|
||||||
| source | <xs:element name="Attachments" type="AttachmentsType" minOccurs="0"> <xs:annotation> <xs:documentation>Attachmens included in the message</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | ForecastLineItem | ||
| used by |
|
||
| source | <xs:complexType name="ForecastDataType"> <xs:sequence> <xs:element ref="ForecastLineItem" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>One ForcastLineItem corresponds to a specific part and holds its associated delivery details and scheduled delivery dates and quanities</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | Indicators PositionNumber LineItemActionRequest BusinessEntities ReferencedDocumentsDatesValues AdditionalInformation PackagingDetails PackagingIdentification PlanningQuantity ReferencedOrderDocument | ||
| used by |
|
||
| source | <xs:complexType name="ForecastLineItemType"> <xs:sequence> <xs:element ref="Indicators" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator about the purpose of the forecast message - taken from the GIS segment</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="PositionNumber" minOccurs="0"> <xs:annotation> <xs:documentation>Position number of the entry</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LineItemActionRequest" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A coded request action for the line item</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="BusinessEntities" minOccurs="0"> <xs:annotation> <xs:documentation>Information about the ship-to-location</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ReferencedDocumentsDatesValues" minOccurs="0"> <xs:annotation> <xs:documentation>Referenced documents and date</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="AdditionalInformation" minOccurs="0"> <xs:annotation> <xs:documentation>Additional information about the forecasted item</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="PackagingDetails" minOccurs="0"> <xs:annotation> <xs:documentation>Packaging details, related to the forecasted item</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="PackagingIdentification" minOccurs="0"> <xs:annotation> <xs:documentation>Packaging identification - details about the packaging items</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="PlanningQuantity" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Planning Quantity</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReferencedOrderDocument" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Referenced order document</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="LineItemActionRequest" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A coded request action for the line item</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | ReferencedDocumentType | ||||||
| properties |
|
||||||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||||||
| annotation |
|
||||||
| source | <xs:element name="ReferencedOrderDocument" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Referenced order document</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | TextQualifier TextFunction TextLanguage Text | ||
| used by |
|
||
| source | <xs:complexType name="FreeTextType"> <xs:sequence> <xs:element name="TextQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation/> </xs:annotation> </xs:element> <xs:element name="TextFunction" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code specifying the function of free text.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TextLanguage" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Language in which the text is provided.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Text" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The actual text.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| source | <xs:element name="TextQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation/> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TextFunction" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code specifying the function of free text.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TextLanguage" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Language in which the text is provided.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Text" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The actual text.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | MessageHeader BeginningOfMessage Dates FreeText ReferenceCurrency DeliveryHeader InvoiceHeader OrdersHeader ContrlHeader RemittanceAdviceHeader ReferencedDocuments BusinessEntities | ||
| used by |
|
||
| source | <xs:complexType name="HeaderType"> <xs:sequence> <xs:element ref="MessageHeader" minOccurs="0"> <xs:annotation> <xs:documentation>Contains details about the message header.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="BeginningOfMessage" minOccurs="0"> <xs:annotation> <xs:documentation>Information about the document - BGM</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Dates" minOccurs="0"> <xs:annotation> <xs:documentation>Dates specific to this document</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="FreeText" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Date information about the document - FTX</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReferenceCurrency" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The currency of the document (reference currency)</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="DeliveryHeader" minOccurs="0"> <xs:annotation> <xs:documentation>Delivery specific header information</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="InvoiceHeader" minOccurs="0"> <xs:annotation> <xs:documentation>Invoice specific header information</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="OrdersHeader" minOccurs="0"> <xs:annotation> <xs:documentation>Orders specific header information</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ContrlHeader" minOccurs="0"> <xs:annotation> <xs:documentation>CONTRL specific header information</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="RemittanceAdviceHeader" minOccurs="0"> <xs:annotation> <xs:documentation>REMADV specific header information</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ReferencedDocuments" minOccurs="0"> <xs:annotation> <xs:documentation>Information about document, referenced from this document</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="BusinessEntities" minOccurs="0"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ReferenceCurrency" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The currency of the document (reference currency)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | IdentityNumber IdentityNumberQualifier ParentReference | ||
| used by |
|
||
| source | <xs:complexType name="IdentificationType"> <xs:sequence> <xs:element name="IdentityNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>An identity number</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IdentityNumberQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A qualifier for the identity number</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ParentReference" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to a parent element - e..g, a master label</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="IdentityNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>An identity number</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="IdentityNumberQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A qualifier for the identity number</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ParentReference" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to a parent element - e..g, a master label</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | ProcessingIndicator CriticalStockCode | ||
| used by |
|
||
| source | <xs:complexType name="IndicatorsType"> <xs:sequence> <xs:element name="ProcessingIndicator" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Provides coded information about the forecast item E.g. 36 Changed information (used for Ship Direct suppliers) 37 Complete information or in case of Plastic Omnium 1 = Firm 4 = Planning/forecast</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CriticalStockCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Identifies an item with a critical stock amount. These items must be treated with high priority.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ProcessingIndicator" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Provides coded information about the forecast item E.g. 36 Changed information (used for Ship Direct suppliers) 37 Complete information or in case of Plastic Omnium 1 = Firm 4 = Planning/forecast</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="CriticalStockCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Identifies an item with a critical stock amount. These items must be treated with high priority.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | InvoiceLineItem | ||
| used by |
|
||
| source | <xs:complexType name="InvoiceDataType"> <xs:sequence> <xs:element ref="InvoiceLineItem" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Details about an invoice line item.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | VAT_Rates InvoiceTotals | ||
| used by |
|
||
| source | <xs:complexType name="InvoiceFooterType"> <xs:sequence> <xs:element name="VAT_Rates" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="TaxableAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The taxable amount, to which the VAT rate refers to</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="VAT_Rate" minOccurs="0"> <xs:annotation> <xs:documentation>The VAT rate</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="VAT_Amount" minOccurs="0"> <xs:annotation> <xs:documentation>The VAT amount</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="InvoiceTotals" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="TotalLineItemAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Total amount of all line items</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TotalTaxableAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The total taxable amount of the invoice</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TotalVATAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The total VAT amount of the invoice</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PaymentDiscountAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The total payment discount amount</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TotalAllowanceAndSurchargesAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The total amount of all allowances and surcharges</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TotalPrepaidAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The total prepaid amount</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InvoiceAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The overall invoice amount</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CurrencyQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A qualifier for the used currency</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | TaxableAmount VAT_Rate VAT_Amount | ||||||
| source | <xs:element name="VAT_Rates" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="TaxableAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The taxable amount, to which the VAT rate refers to</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="VAT_Rate" minOccurs="0"> <xs:annotation> <xs:documentation>The VAT rate</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="VAT_Amount" minOccurs="0"> <xs:annotation> <xs:documentation>The VAT amount</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TaxableAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The taxable amount, to which the VAT rate refers to</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | TotalLineItemAmount TotalTaxableAmount TotalVATAmount PaymentDiscountAmount TotalAllowanceAndSurchargesAmount TotalPrepaidAmount InvoiceAmount CurrencyQualifier | ||||||
| source | <xs:element name="InvoiceTotals" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="TotalLineItemAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Total amount of all line items</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TotalTaxableAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The total taxable amount of the invoice</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TotalVATAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The total VAT amount of the invoice</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PaymentDiscountAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The total payment discount amount</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TotalAllowanceAndSurchargesAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The total amount of all allowances and surcharges</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TotalPrepaidAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The total prepaid amount</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InvoiceAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The overall invoice amount</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CurrencyQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A qualifier for the used currency</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TotalLineItemAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Total amount of all line items</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TotalTaxableAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The total taxable amount of the invoice</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TotalVATAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The total VAT amount of the invoice</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PaymentDiscountAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The total payment discount amount</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TotalAllowanceAndSurchargesAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The total amount of all allowances and surcharges</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TotalPrepaidAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The total prepaid amount</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="InvoiceAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The overall invoice amount</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="CurrencyQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A qualifier for the used currency</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | PaymentFormCoded PaymentTermsTypeCoded ApplicationReferenceNumber TargetCurrency ExchangeRate ExchangeRateDate PeriodCountQuantity PaymentDiscountPercentage PaymentDiscountAmount PriceAdjustmentReasonCode PriceAdjustmentReasonFreeText AllowancesAndCharges FinancialInstitutionInformation | ||
| used by |
|
||
| source | <xs:complexType name="InvoiceHeaderType"> <xs:sequence> <xs:element name="PaymentFormCoded" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Payment conditions of the invoice in a coded form, e.g. 1’=Instrument not defined, ‘20’=Cheque‘, 21’=Transfer, ‘31’=Electronic bank transfer ‘55’=Direct Debit, etc.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PaymentTermsTypeCoded" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Payment terms in a coded manner (e.g., 1 = general, 22 = discount, etc.)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ApplicationReferenceNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>EU-Invoice number; this field refers to a sequential invoice number that is unique for each supplier. It states the Land code, Year, Supplier code and a Sequential Invoice Range. Volvo specific</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TargetCurrency" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The target currency</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ExchangeRate" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The exchange rate</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ExchangeRateDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date when the exchange rate was captured</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PeriodCountQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The amount of periods to which a certain payment condition belongs to (e.g. 3 weeks for a discount)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PaymentDiscountPercentage" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Discount percentage</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PaymentDiscountAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Discount amount</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PriceAdjustmentReasonCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The reason for a price adjustment in a coded form</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PriceAdjustmentReasonFreeText" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Free text for a price adjustment</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="AllowancesAndCharges" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Contains information about allowances and charges on document level</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="FinancialInstitutionInformation" minOccurs="0"> <xs:annotation> <xs:documentation>Information about financial institutions.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PaymentFormCoded" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Payment conditions of the invoice in a coded form, e.g. 1’=Instrument not defined, ‘20’=Cheque‘, 21’=Transfer, ‘31’=Electronic bank transfer ‘55’=Direct Debit, etc.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PaymentTermsTypeCoded" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Payment terms in a coded manner (e.g., 1 = general, 22 = discount, etc.)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ApplicationReferenceNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>EU-Invoice number; this field refers to a sequential invoice number that is unique for each supplier. It states the Land code, Year, Supplier code and a Sequential Invoice Range. Volvo specific</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TargetCurrency" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The target currency</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ExchangeRate" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The exchange rate</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="ExchangeRateDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date when the exchange rate was captured</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PeriodCountQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The amount of periods to which a certain payment condition belongs to (e.g. 3 weeks for a discount)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PaymentDiscountPercentage" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Discount percentage</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PaymentDiscountAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Discount amount</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PriceAdjustmentReasonCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The reason for a price adjustment in a coded form</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PriceAdjustmentReasonFreeText" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Free text for a price adjustment</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | PositionNumber CustomersItemMaterialNumber SuppliersItemMaterialNumber ItemDescription ItemCategory FreeText DeliveredQuantity ReceivedQuantity InvoicedQuantity QuantityUnit CountryOfOrigin GoodsReceiptDate ServiceCompletionDate CurrentItemPriceCalculationGross CurrentItemPriceCalculationNet UnitPriceBasis NewItemPriceCalculationNet UnitPriceBasisNewItemPrice MeasureUnit VAT_Rate VAT_Amount LineItemAmount References Consignee AllowancesAndCharges Classification | ||
| used by |
|
||
| source | <xs:complexType name="InvoiceLineItemType"> <xs:sequence> <xs:element ref="PositionNumber" minOccurs="0"> <xs:annotation> <xs:documentation>The position number of the invoice line item</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="CustomersItemMaterialNumber" minOccurs="0"> <xs:annotation> <xs:documentation>Material number of customer</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="SuppliersItemMaterialNumber" minOccurs="0"> <xs:annotation> <xs:documentation>Material number of supplier</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ItemDescription" minOccurs="0"> <xs:annotation> <xs:documentation>The description of the billed item</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ItemCategory" minOccurs="0"> <xs:annotation> <xs:documentation>The item category (e.g., normal, provision of material, consignment, subcontracting, etc.)</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="FreeText" minOccurs="0"> <xs:annotation> <xs:documentation>Free text on line item level</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DeliveredQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The delivered quantity</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReceivedQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The received quantity</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InvoicedQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The invoiced quantity</xs:documentation> </xs:annotation> </xs:element> <xs:element name="QuantityUnit" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The quantity unit used for delivered, received, and invoiced quantity</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="CountryOfOrigin" minOccurs="0"> <xs:annotation> <xs:documentation>The country of origin of the good</xs:documentation> </xs:annotation> </xs:element> <xs:element name="GoodsReceiptDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date, when the goods have been received</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ServiceCompletionDate" minOccurs="0"> <xs:annotation> <xs:documentation>The date when the service was completed</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="CurrentItemPriceCalculationGross" minOccurs="0"> <xs:annotation> <xs:documentation>The current gross calculation item price</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="CurrentItemPriceCalculationNet" minOccurs="0"> <xs:annotation> <xs:documentation>The current net calculation item price</xs:documentation> </xs:annotation> </xs:element> <xs:element name="UnitPriceBasis" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The price basis for the net and gross calculation price</xs:documentation> </xs:annotation> </xs:element> <xs:element name="NewItemPriceCalculationNet" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The new net calculation item price</xs:documentation> </xs:annotation> </xs:element> <xs:element name="UnitPriceBasisNewItemPrice" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The unit for the new net calculation item price</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MeasureUnit" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The used measure unit</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="VAT_Rate" minOccurs="0"> <xs:annotation> <xs:documentation>VAT rate</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="VAT_Amount" minOccurs="0"> <xs:annotation> <xs:documentation>VAT amount</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="LineItemAmount" minOccurs="0"> <xs:annotation> <xs:documentation>Line item amount</xs:documentation> </xs:annotation> </xs:element> <xs:element name="References" minOccurs="0"> <xs:annotation> <xs:documentation>References to other documents</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="DispatchAdviceNumber" minOccurs="0"> <xs:annotation> <xs:documentation>Reference to the related dispatch advice</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="DispatchAdviceDate" minOccurs="0"> <xs:annotation> <xs:documentation>The date of the related dispatch advice</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="AgreementOrOrderNumberReference" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the related scheduling agreement or order number</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CreditorBookingNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The booking number of the creditor</xs:documentation> </xs:annotation> </xs:element> <xs:element name="GoodsReceiptNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The goods receipt number</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PrecedingMessageNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The number of the message which was previously sent</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element ref="Consignee" minOccurs="0"> <xs:annotation> <xs:documentation>The recipient of the goods</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="AllowancesAndCharges" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Allowances and Surcharges on line item level</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Classification" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The classification of the product/service in free-text form.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DeliveredQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The delivered quantity</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ReceivedQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The received quantity</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="InvoicedQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The invoiced quantity</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="QuantityUnit" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The quantity unit used for delivered, received, and invoiced quantity</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="GoodsReceiptDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date, when the goods have been received</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| used by |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="UnitPriceBasis" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The price basis for the net and gross calculation price</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="NewItemPriceCalculationNet" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The new net calculation item price</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="UnitPriceBasisNewItemPrice" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The unit for the new net calculation item price</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="MeasureUnit" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The used measure unit</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | DispatchAdviceNumber DispatchAdviceDate AgreementOrOrderNumberReference CreditorBookingNumber GoodsReceiptNumber PrecedingMessageNumber | ||||||
| annotation |
|
||||||
| source | <xs:element name="References" minOccurs="0"> <xs:annotation> <xs:documentation>References to other documents</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="DispatchAdviceNumber" minOccurs="0"> <xs:annotation> <xs:documentation>Reference to the related dispatch advice</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="DispatchAdviceDate" minOccurs="0"> <xs:annotation> <xs:documentation>The date of the related dispatch advice</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="AgreementOrOrderNumberReference" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the related scheduling agreement or order number</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CreditorBookingNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The booking number of the creditor</xs:documentation> </xs:annotation> </xs:element> <xs:element name="GoodsReceiptNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The goods receipt number</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PrecedingMessageNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The number of the message which was previously sent</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="CreditorBookingNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The booking number of the creditor</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="GoodsReceiptNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The goods receipt number</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PrecedingMessageNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The number of the message which was previously sent</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | extension of NameAndAddressType | ||
| properties |
|
||
| children | PartyQualifier PartyIdentification PartyIdentificationCodeListQualifier PartyIdentificationCodeListResponsibleAgency DUNS PartyName Street City PostCode Country Contact VAT_ID | ||
| used by |
|
||
| source | <xs:complexType name="InvoiceRecipientType"> <xs:complexContent> <xs:extension base="NameAndAddressType"> <xs:sequence> <xs:element name="VAT_ID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The VAT-ID of the invoice recipient</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="VAT_ID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The VAT-ID of the invoice recipient</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | MessageReferenceNumber MessageType | ||
| used by |
|
||
| source | <xs:complexType name="MessageHeaderType"> <xs:sequence> <xs:element name="MessageReferenceNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The message reference number - typcially to be found in the UNH segment and again repeated in the UNT segment</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="MessageType" minOccurs="0"> <xs:annotation> <xs:documentation>The current type of message. Must be one of the message types currently supported by the ERPEL industry schema</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="MessageReferenceNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The message reference number - typcially to be found in the UNH segment and again repeated in the UNT segment</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | SegmentCount | ||
| used by |
|
||
| source | <xs:complexType name="MessageTrailerType"> <xs:sequence> <xs:element name="SegmentCount" type="xs:integer" minOccurs="0"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:integer | ||||||
| properties |
|
||||||
| source | <xs:element name="SegmentCount" type="xs:integer" minOccurs="0"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | AmountRemitted InvoiceTotalAmount ComissionAmount PaymentDiscountAmount Adjustment MonetaryAmount | ||
| used by |
|
||
| source | <xs:complexType name="MonetaryAmountsType"> <xs:sequence> <xs:element name="AmountRemitted" type="MonetaryAmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Amount that is remitted.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InvoiceTotalAmount" type="MonetaryAmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Invoice total amount.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ComissionAmount" type="MonetaryAmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Comission amount.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PaymentDiscountAmount" type="MonetaryAmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Payment discount amount.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Adjustment" type="AdjustmentType" minOccurs="0"> <xs:annotation> <xs:documentation>Adjustment details.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MonetaryAmount" type="MonetaryAmountType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Other relevant monetary amounts.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | MonetaryAmountType | ||||||
| properties |
|
||||||
| children | MonetaryAmountCoded MonetaryAmount | ||||||
| annotation |
|
||||||
| source | <xs:element name="AmountRemitted" type="MonetaryAmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Amount that is remitted.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | MonetaryAmountType | ||||||
| properties |
|
||||||
| children | MonetaryAmountCoded MonetaryAmount | ||||||
| annotation |
|
||||||
| source | <xs:element name="InvoiceTotalAmount" type="MonetaryAmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Invoice total amount.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | MonetaryAmountType | ||||||
| properties |
|
||||||
| children | MonetaryAmountCoded MonetaryAmount | ||||||
| annotation |
|
||||||
| source | <xs:element name="ComissionAmount" type="MonetaryAmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Comission amount.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | MonetaryAmountType | ||||||
| properties |
|
||||||
| children | MonetaryAmountCoded MonetaryAmount | ||||||
| annotation |
|
||||||
| source | <xs:element name="PaymentDiscountAmount" type="MonetaryAmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Payment discount amount.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | AdjustmentType | ||||||
| properties |
|
||||||
| children | AdjustmentReasonCode AdjustmentDescription AdjustmentValues | ||||||
| annotation |
|
||||||
| source | <xs:element name="Adjustment" type="AdjustmentType" minOccurs="0"> <xs:annotation> <xs:documentation>Adjustment details.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | MonetaryAmountType | ||||||
| properties |
|
||||||
| children | MonetaryAmountCoded MonetaryAmount | ||||||
| annotation |
|
||||||
| source | <xs:element name="MonetaryAmount" type="MonetaryAmountType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Other relevant monetary amounts.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | MonetaryAmountCoded MonetaryAmount | ||
| used by |
|
||
| source | <xs:complexType name="MonetaryAmountType"> <xs:sequence> <xs:element name="MonetaryAmountCoded" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Code providing specific meaning to the monetary amount.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MonetaryAmount" type="xs:decimal" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Monetary amount.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="MonetaryAmountCoded" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Code providing specific meaning to the monetary amount.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="MonetaryAmount" type="xs:decimal" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Monetary amount.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| children | PartyQualifier PartyIdentification PartyIdentificationCodeListQualifier PartyIdentificationCodeListResponsibleAgency DUNS PartyName Street City PostCode Country Contact | ||||
| used by |
|
||||
| source | <xs:complexType name="NameAndAddressType"> <xs:sequence> <xs:element name="PartyQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code giving specific meaning to a party.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PartyIdentification" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code specifying the identity of a party.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PartyIdentificationCodeListQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code identifying a user or association maintained code list.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PartyIdentificationCodeListResponsibleAgency" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code specifying the agency responsible for a code list.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DUNS" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The DUNS number</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PartyName" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Name of party</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Street" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Street address of party</xs:documentation> </xs:annotation> </xs:element> <xs:element name="City" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>City of party</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PostCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Postal code of party.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Country" minOccurs="0"> <xs:annotation> <xs:documentation>Information about the country of the party.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Contact" minOccurs="0"> <xs:annotation> <xs:documentation>Further contact information of the party.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PartyQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code giving specific meaning to a party.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PartyIdentification" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code specifying the identity of a party.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PartyIdentificationCodeListQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code identifying a user or association maintained code list.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PartyIdentificationCodeListResponsibleAgency" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code specifying the agency responsible for a code list.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DUNS" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The DUNS number</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PartyName" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Name of party</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Street" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Street address of party</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="City" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>City of party</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PostCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Postal code of party.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | OrdersLineItem | ||
| used by |
|
||
| source | <xs:complexType name="OrdersDataType"> <xs:sequence> <xs:element name="OrdersLineItem" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element ref="PositionNumber" minOccurs="0"> <xs:annotation> <xs:documentation>Order position number</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="CustomersItemMaterialNumber" minOccurs="0"> <xs:annotation> <xs:documentation>The item material number of the customer</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="SuppliersItemMaterialNumber" minOccurs="0"> <xs:annotation> <xs:documentation>The item material number of the supplier</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ItemDescription" minOccurs="0"> <xs:annotation> <xs:documentation>The description of the item</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ItemCategory" minOccurs="0"> <xs:annotation> <xs:documentation>The item category (e.g., normal, provision of material, consignment, subcontracting, etc.)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="OrderedQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The ordered quantity</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReceivedQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The received quantity</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PreviouslyScheduledQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The quantity, which was previously scheduled (e.g., in case of an ORDCHG)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MeasureUnitQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Measure unit qualifier</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="CurrentItemPriceCalculationNet" minOccurs="0"> <xs:annotation> <xs:documentation>The current net calculation item price</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="CurrentItemPriceCalculationGross" minOccurs="0"> <xs:annotation> <xs:documentation>The current gross calculation item price</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="UnitPriceBasis" minOccurs="0"> <xs:annotation> <xs:documentation>The price basis of the net calculation item price</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="VAT_Rate" minOccurs="0"> <xs:annotation> <xs:documentation>VAT rate</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="VAT_Amount" minOccurs="0"> <xs:annotation> <xs:documentation>VAT amount</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="LineItemAmount" minOccurs="0"> <xs:annotation> <xs:documentation>Line item amount</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="RequestedShipmentDate" minOccurs="0"> <xs:annotation> <xs:documentation>The requested shipment date of the item</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LineItemActionRequest" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A coded request action for the line item</xs:documentation> </xs:annotation> </xs:element> <xs:element name="UltimateSoldToCustomerPartNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The part number of the ultimate sold to customer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="UltimateSoldToCustomerPurchaseOrderLineItemNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The purchase order line item number of the ultimate sold to customer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="UltimateShipToCustomerPartNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The part number of the ultimate ship to customer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="UltimateShipToCustomerUPCNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The UPC number of the ultimate ship to customer</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="FreeText" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Free text on line item level</xs:documentation> </xs:annotation> </xs:element> <xs:element name="References" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>References to other documents</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="ContractReference" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the underlying contract</xs:documentation> </xs:annotation> </xs:element> <xs:element name="OrderReference" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the underlying order (typcially used in case of an order response document here)</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element ref="OrdersScheduleLine" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Used to indicate combinations of scheduled quantities and delivery dates for a certain order line item. E.g., 200 pieces are ordered in total. 100 shall be delivered in 2 weeks and 100 shall be delivered in 5 weeks. The latter information is represented two elemeents of type OrderScheduleLine</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Consignee" minOccurs="0"> <xs:annotation> <xs:documentation>The recipient of the goods</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="AllowancesAndCharges" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Allowances and Surcharges on line item level</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Classification" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The classification of the product/service in free-text form.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | PositionNumber CustomersItemMaterialNumber SuppliersItemMaterialNumber ItemDescription ItemCategory OrderedQuantity ReceivedQuantity PreviouslyScheduledQuantity MeasureUnitQualifier CurrentItemPriceCalculationNet CurrentItemPriceCalculationGross UnitPriceBasis VAT_Rate VAT_Amount LineItemAmount RequestedShipmentDate LineItemActionRequest UltimateSoldToCustomerPartNumber UltimateSoldToCustomerPurchaseOrderLineItemNumber UltimateShipToCustomerPartNumber UltimateShipToCustomerUPCNumber FreeText References OrdersScheduleLine Consignee AllowancesAndCharges Classification | ||||||
| source | <xs:element name="OrdersLineItem" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element ref="PositionNumber" minOccurs="0"> <xs:annotation> <xs:documentation>Order position number</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="CustomersItemMaterialNumber" minOccurs="0"> <xs:annotation> <xs:documentation>The item material number of the customer</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="SuppliersItemMaterialNumber" minOccurs="0"> <xs:annotation> <xs:documentation>The item material number of the supplier</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ItemDescription" minOccurs="0"> <xs:annotation> <xs:documentation>The description of the item</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ItemCategory" minOccurs="0"> <xs:annotation> <xs:documentation>The item category (e.g., normal, provision of material, consignment, subcontracting, etc.)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="OrderedQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The ordered quantity</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReceivedQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The received quantity</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PreviouslyScheduledQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The quantity, which was previously scheduled (e.g., in case of an ORDCHG)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MeasureUnitQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Measure unit qualifier</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="CurrentItemPriceCalculationNet" minOccurs="0"> <xs:annotation> <xs:documentation>The current net calculation item price</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="CurrentItemPriceCalculationGross" minOccurs="0"> <xs:annotation> <xs:documentation>The current gross calculation item price</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="UnitPriceBasis" minOccurs="0"> <xs:annotation> <xs:documentation>The price basis of the net calculation item price</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="VAT_Rate" minOccurs="0"> <xs:annotation> <xs:documentation>VAT rate</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="VAT_Amount" minOccurs="0"> <xs:annotation> <xs:documentation>VAT amount</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="LineItemAmount" minOccurs="0"> <xs:annotation> <xs:documentation>Line item amount</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="RequestedShipmentDate" minOccurs="0"> <xs:annotation> <xs:documentation>The requested shipment date of the item</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LineItemActionRequest" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A coded request action for the line item</xs:documentation> </xs:annotation> </xs:element> <xs:element name="UltimateSoldToCustomerPartNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The part number of the ultimate sold to customer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="UltimateSoldToCustomerPurchaseOrderLineItemNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The purchase order line item number of the ultimate sold to customer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="UltimateShipToCustomerPartNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The part number of the ultimate ship to customer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="UltimateShipToCustomerUPCNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The UPC number of the ultimate ship to customer</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="FreeText" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Free text on line item level</xs:documentation> </xs:annotation> </xs:element> <xs:element name="References" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>References to other documents</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="ContractReference" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the underlying contract</xs:documentation> </xs:annotation> </xs:element> <xs:element name="OrderReference" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the underlying order (typcially used in case of an order response document here)</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element ref="OrdersScheduleLine" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Used to indicate combinations of scheduled quantities and delivery dates for a certain order line item. E.g., 200 pieces are ordered in total. 100 shall be delivered in 2 weeks and 100 shall be delivered in 5 weeks. The latter information is represented two elemeents of type OrderScheduleLine</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Consignee" minOccurs="0"> <xs:annotation> <xs:documentation>The recipient of the goods</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="AllowancesAndCharges" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Allowances and Surcharges on line item level</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Classification" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The classification of the product/service in free-text form.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="OrderedQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The ordered quantity</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ReceivedQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The received quantity</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PreviouslyScheduledQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The quantity, which was previously scheduled (e.g., in case of an ORDCHG)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="MeasureUnitQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Measure unit qualifier</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="LineItemActionRequest" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A coded request action for the line item</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="UltimateSoldToCustomerPartNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The part number of the ultimate sold to customer</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="UltimateSoldToCustomerPurchaseOrderLineItemNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The purchase order line item number of the ultimate sold to customer</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="UltimateShipToCustomerPartNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The part number of the ultimate ship to customer</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="UltimateShipToCustomerUPCNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The UPC number of the ultimate ship to customer</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | ContractReference OrderReference | ||||||
| annotation |
|
||||||
| source | <xs:element name="References" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>References to other documents</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="ContractReference" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the underlying contract</xs:documentation> </xs:annotation> </xs:element> <xs:element name="OrderReference" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the underlying order (typcially used in case of an order response document here)</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | ReferencedDocumentType | ||||||
| properties |
|
||||||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||||||
| annotation |
|
||||||
| source | <xs:element name="OrderReference" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the underlying order (typcially used in case of an order response document here)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | TransportationChargesMethodOfPayment IncotermsDescription IncotermsCode ShippingMarks | ||
| used by |
|
||
| source | <xs:complexType name="OrdersHeaderType"> <xs:sequence> <xs:element name="TransportationChargesMethodOfPayment" minOccurs="0"> <xs:annotation> <xs:documentation>Coded information on how the transport charges are handled</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IncotermsDescription" minOccurs="0"> <xs:annotation> <xs:documentation>Description of the Incoterms, which shall apply</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IncotermsCode" minOccurs="0"> <xs:annotation> <xs:documentation>Incoterms coded</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ShippingMarks" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Shipping marks of the ultimate consignee, which have been provided on the original purchase order</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="TransportationChargesMethodOfPayment" minOccurs="0"> <xs:annotation> <xs:documentation>Coded information on how the transport charges are handled</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="IncotermsDescription" minOccurs="0"> <xs:annotation> <xs:documentation>Description of the Incoterms, which shall apply</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="IncotermsCode" minOccurs="0"> <xs:annotation> <xs:documentation>Incoterms coded</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="ShippingMarks" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Shipping marks of the ultimate consignee, which have been provided on the original purchase order</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | ScheduledQuantity ScheduledQuantityDate PreviousScheduledQuantity PreviousScheduledQuantityDate ActionCode | ||
| used by |
|
||
| source | <xs:complexType name="OrdersScheduleLineType"> <xs:sequence> <xs:element name="ScheduledQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Quantity to be delivered by the vendor at the scheduled date and time.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ScheduledQuantityDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date and time, when the scheduled quantity shall be delivered.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PreviousScheduledQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The previously scheduled quantity, which is replaced by the current scheduled quantity.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PreviousScheduledQuantityDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date and time of the previously scheduled quantity.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ActionCode" minOccurs="0"> <xs:annotation> <xs:documentation>Used to provide a coded action, which is usually to be found in SAP environments. E.g., 001 for item added, 002 for item changed, etc.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ScheduledQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Quantity to be delivered by the vendor at the scheduled date and time.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="ScheduledQuantityDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date and time, when the scheduled quantity shall be delivered.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PreviousScheduledQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The previously scheduled quantity, which is replaced by the current scheduled quantity.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="PreviousScheduledQuantityDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date and time of the previously scheduled quantity.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="ActionCode" minOccurs="0"> <xs:annotation> <xs:documentation>Used to provide a coded action, which is usually to be found in SAP environments. E.g., 001 for item added, 002 for item changed, etc.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | NumberOfPackages CustomersPackagingNumber SuppliersPackagingNumber PackagingCapacity | ||
| used by |
|
||
| source | <xs:complexType name="PackagingDetailsType"> <xs:sequence> <xs:element name="NumberOfPackages" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Number of packages</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CustomersPackagingNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>An identification number for the packaging item, assigned by the customer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SuppliersPackagingNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>An identification number for the packaging item, assigned by the supplier</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PackagingCapacity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Capacity of packaging item</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="NumberOfPackages" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Number of packages</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="CustomersPackagingNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>An identification number for the packaging item, assigned by the customer</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="SuppliersPackagingNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>An identification number for the packaging item, assigned by the supplier</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PackagingCapacity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Capacity of packaging item</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | StorageLocation PlantCode StorageBin PlantName PlantCity DeliverTo ProductionDescription KanbanCardNumberRange1Start KanbanCardNumberRange1End | ||
| used by |
|
||
| source | <xs:complexType name="PackagingIdentificationType"> <xs:sequence> <xs:element name="StorageLocation" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Storage location of the packaging item at the plant</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PlantCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Plant code, where the packaging item is located</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StorageBin" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Storage bin of the packaging item</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PlantName" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Name of the plan</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PlantCity" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>City of the plant</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DeliverTo" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The delivery location of the packaging item</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ProductionDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A plain text description of the product in the packaging item</xs:documentation> </xs:annotation> </xs:element> <xs:element name="KanbanCardNumberRange1Start" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Start of the Kanban number range 1 - Delphi only</xs:documentation> </xs:annotation> </xs:element> <xs:element name="KanbanCardNumberRange1End" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>End of the Kanban number range 1 - Delphi only</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="StorageLocation" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Storage location of the packaging item at the plant</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PlantCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Plant code, where the packaging item is located</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="StorageBin" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Storage bin of the packaging item</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PlantName" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Name of the plan</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PlantCity" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>City of the plant</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DeliverTo" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The delivery location of the packaging item</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ProductionDescription" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A plain text description of the product in the packaging item</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="KanbanCardNumberRange1Start" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Start of the Kanban number range 1 - Delphi only</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="KanbanCardNumberRange1End" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>End of the Kanban number range 1 - Delphi only</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | NumberOfPackages PackageTypeCustomer PackageTypeSupplier PackageProtection PackagingTermsAndConditions QuantityPerPack QuantityLanded MaximumStackability ShippingMark ShippingMarkType CarriersReference PackageReferenceNumber SealNumber GrossWeight NetWeight Identification | ||
| used by |
|
||
| source | <xs:complexType name="PackagingInformationType"> <xs:sequence> <xs:element name="NumberOfPackages" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The number of packages in the consignment</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PackageTypeCustomer" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The package type identification, assigned by the customer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PackageTypeSupplier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The package type identification, assigned by the supplier</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PackageProtection" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Package protection indicator</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PackagingTermsAndConditions" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The packaging terms and conditions</xs:documentation> </xs:annotation> </xs:element> <xs:element name="QuantityPerPack" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The quantity of prodcuts per pack</xs:documentation> </xs:annotation> </xs:element> <xs:element name="QuantityLanded" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The overall landed quantity of a given packaging type (e.g. container or transport unit)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MaximumStackability" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The maximum stackability of the given packaging type</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ShippingMark" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The shipping mark of the transport unit. Usually a bar code number</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ShippingMarkType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>An identifier for the type of shipping mark - e.g. which label type (master label, etc.)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CarriersReference" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A reference number for the shipment - assigned by the carrier</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PackageReferenceNumber" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A reference number for the identification of a packaging or carton</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SealNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>An identification number which is attached to a transport unit</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="GrossWeight" minOccurs="0"> <xs:annotation> <xs:documentation>Gross weight of the packaging items</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="NetWeight" minOccurs="0"> <xs:annotation> <xs:documentation>Net weight of the packaging items</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Identification" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Additional identification numbers for the packaging item</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="NumberOfPackages" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The number of packages in the consignment</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PackageTypeCustomer" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The package type identification, assigned by the customer</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PackageTypeSupplier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The package type identification, assigned by the supplier</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PackageProtection" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Package protection indicator</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PackagingTermsAndConditions" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The packaging terms and conditions</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="QuantityPerPack" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The quantity of prodcuts per pack</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="QuantityLanded" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The overall landed quantity of a given packaging type (e.g. container or transport unit)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="MaximumStackability" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The maximum stackability of the given packaging type</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ShippingMark" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The shipping mark of the transport unit. Usually a bar code number</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ShippingMarkType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>An identifier for the type of shipping mark - e.g. which label type (master label, etc.)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="CarriersReference" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A reference number for the shipment - assigned by the carrier</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PackageReferenceNumber" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A reference number for the identification of a packaging or carton</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="SealNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>An identification number which is attached to a transport unit</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | PlanningQuantity QuantityUnitOfMeasure BackorderQuantity ImmediateRequestQuantity RequestedShipmentDate EarliestShipmentDate LatestShipmentDate WeeklyPeriodEndDate DeliveryPlanStatusIdentifier FrequencyIdentifier DeliveryRequirements DespatchPattern CumulativeQuantity | ||
| used by |
|
||
| source | <xs:complexType name="PlanningQuantityType"> <xs:sequence> <xs:element name="PlanningQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The actual quantity, which is forecasted</xs:documentation> </xs:annotation> </xs:element> <xs:element name="QuantityUnitOfMeasure" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Unit of measure</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BackorderQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>A negative or positive amount indicating whether at the current moment too many or too little components have been delivered</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ImmediateRequestQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>An immediate amount which shall be delivered promptly and which as not been communicated earlier</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="RequestedShipmentDate" minOccurs="0"> <xs:annotation> <xs:documentation>The date, when the shipment shall take place</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EarliestShipmentDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date, when the shipment may take place the earliest</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LatestShipmentDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date, when the shipment may take place the latest</xs:documentation> </xs:annotation> </xs:element> <xs:element name="WeeklyPeriodEndDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The end date of the requested weekly delivery amounts</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DeliveryPlanStatusIdentifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Status code, indicating whether the forecast is firm (i.e., items must be delivered) or a foreast</xs:documentation> </xs:annotation> </xs:element> <xs:element name="FrequencyIdentifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Identifier, which indicates the frequency - discrete, flexible intervall (from, to), or weekly</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DeliveryRequirements" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A status code, indicating the delivery requirements. E.g. deliver on date or ship complete order</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DespatchPattern" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Encoded representation of the desired dispatch pattern. E.g. 1 = first week of month, 2 = second week of month, etc.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CumulativeQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The cumulative requested quantity to the given date.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| used by |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PlanningQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The actual quantity, which is forecasted</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="QuantityUnitOfMeasure" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Unit of measure</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="BackorderQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>A negative or positive amount indicating whether at the current moment too many or too little components have been delivered</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ImmediateRequestQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>An immediate amount which shall be delivered promptly and which as not been communicated earlier</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="EarliestShipmentDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date, when the shipment may take place the earliest</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="LatestShipmentDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date, when the shipment may take place the latest</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="WeeklyPeriodEndDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The end date of the requested weekly delivery amounts</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DeliveryPlanStatusIdentifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Status code, indicating whether the forecast is firm (i.e., items must be delivered) or a foreast</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="FrequencyIdentifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Identifier, which indicates the frequency - discrete, flexible intervall (from, to), or weekly</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DeliveryRequirements" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A status code, indicating the delivery requirements. E.g. deliver on date or ship complete order</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DespatchPattern" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Encoded representation of the desired dispatch pattern. E.g. 1 = first week of month, 2 = second week of month, etc.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="CumulativeQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The cumulative requested quantity to the given date.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||||||||||
| type | extension of xs:decimal | ||||||||||||||
| properties |
|
||||||||||||||
| used by |
|
||||||||||||||
| attributes |
|
||||||||||||||
| source | <xs:complexType name="PriceType"> <xs:simpleContent> <xs:extension base="xs:decimal"> <xs:attribute ref="Unit" use="optional"> <xs:annotation> <xs:documentation>The unit to which the price refers to. ERPEL recommends the use of code list UN/ECE recommendation 20. Note, that ERPEL supports both representations for piece: PCE and C62. A list of valid codes may be found under https://docs.ecosio.com/files/Measure_Unit_Qualifiers_6411.pdf</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | ConsignmentPackagingSequenceRecadv | ||
| used by |
|
||
| source | <xs:complexType name="ReceiptAdviceDataType"> <xs:sequence> <xs:element ref="ConsignmentPackagingSequenceRecadv" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Consignment sequence of a receipt advice, containing information about materials, handling units, etc.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | PositionNumber CustomersItemMaterialNumber SuppliersItemMaterialNumber ItemDescription FreeText DespatchQuantity ReceivedQuantity DescrepancyQuantity DescrepancyQuantityQualifier | ||
| used by |
|
||
| source | <xs:complexType name="ReceiptAdviceLineItemsType"> <xs:sequence> <xs:element ref="PositionNumber" minOccurs="0"> <xs:annotation> <xs:documentation>Position number of the receipt advice line item</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="CustomersItemMaterialNumber" minOccurs="0"> <xs:annotation> <xs:documentation>The item material number of the customer</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="SuppliersItemMaterialNumber" minOccurs="0"> <xs:annotation> <xs:documentation>The item material number of the supplier</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ItemDescription" minOccurs="0"> <xs:annotation> <xs:documentation>The description of the item</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="FreeText" minOccurs="0"> <xs:annotation> <xs:documentation>The free text of the item</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DespatchQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The despatched quantity</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReceivedQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The received quantity</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DescrepancyQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The descrepancy quantity</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DescrepancyQuantityQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The qualifier for the descrepancy</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DespatchQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The despatched quantity</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ReceivedQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The received quantity</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DescrepancyQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The descrepancy quantity</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DescrepancyQuantityQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The qualifier for the descrepancy</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | CallOffNumber CallOffDate PreviousCallOfNumber PreviousCallOffDate CumulativeReceivedQuantity CumulativeScheduledQuantity LastReceivedQuantity CumulativeQuantityLastYear ReleaseNumber ReleaseDate AgreementNumber AgreementDate LastASNNumber LastASNDate LastASNDeliveryDate CRQStartDate CRQEndDate PlanningHorizionStartDate PlanningHorizionEndDate MaterialAuthorization ProductionAuthorization | ||
| used by |
|
||
| source | <xs:complexType name="ReferencedDocumentsDatesValuesType"> <xs:sequence> <xs:element name="CallOffNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The number of the current call-off</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CallOffDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date of the current call-off</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PreviousCallOfNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The number of the previous call-off</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PreviousCallOffDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date of the previous call-off</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CumulativeReceivedQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Cumulative Received Quantity, counted from a given date. Typcially the date, when the CRQDate as resetted the last time</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CumulativeScheduledQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Cumulative Scheduled Quantity. This amount is based on plan data and not on data based on shipped or received amounts</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LastReceivedQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The quantity received at the customers side with the last delivery</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CumulativeQuantityLastYear" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The cumulative quantity received in the last year. Must not necessarily be a calendar year</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReleaseNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Release number of the forecast</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReleaseDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>Release date of the forecast</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AgreementNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Agreement number of the forecast</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AgreementDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>Agreement date of the forecast</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LastASNNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Last ASN number</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LastASNDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>Last ASN date (= the date when the goods have been shipped on the supplier's side)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LastASNDeliveryDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date when the goods of the last delivery have been received at the customer's side</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CRQStartDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date, when the continuous entry number has been reseted the last time. This equals the date, when the cumulative received quantity (CRQ) starts to count</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CRQEndDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date when the current continuous entry number counter is going to end</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PlanningHorizionStartDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The start date of the planning horizon</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PlanningHorizionEndDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The end date of the planning horizon</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MaterialAuthorization" type="AuthorizationType" minOccurs="0"> <xs:annotation> <xs:documentation>Details about the material authorization</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ProductionAuthorization" type="AuthorizationType" minOccurs="0"> <xs:annotation> <xs:documentation>Details about the production authorization</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="CallOffNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The number of the current call-off</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="CallOffDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date of the current call-off</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PreviousCallOfNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The number of the previous call-off</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="PreviousCallOffDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date of the previous call-off</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="CumulativeReceivedQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Cumulative Received Quantity, counted from a given date. Typcially the date, when the CRQDate as resetted the last time</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="CumulativeScheduledQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Cumulative Scheduled Quantity. This amount is based on plan data and not on data based on shipped or received amounts</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="LastReceivedQuantity" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The quantity received at the customers side with the last delivery</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="CumulativeQuantityLastYear" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The cumulative quantity received in the last year. Must not necessarily be a calendar year</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ReleaseNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Release number of the forecast</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="ReleaseDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>Release date of the forecast</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="AgreementNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Agreement number of the forecast</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="AgreementDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>Agreement date of the forecast</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="LastASNNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Last ASN number</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="LastASNDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>Last ASN date (= the date when the goods have been shipped on the supplier's side)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="LastASNDeliveryDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date when the goods of the last delivery have been received at the customer's side</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="CRQStartDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date, when the continuous entry number has been reseted the last time. This equals the date, when the cumulative received quantity (CRQ) starts to count</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="CRQEndDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date when the current continuous entry number counter is going to end</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="PlanningHorizionStartDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The start date of the planning horizon</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="PlanningHorizionEndDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The end date of the planning horizon</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | AuthorizationType | ||||||
| properties |
|
||||||
| children | AuthorizationQuantity AuthorizationStartDate AuthorizationEndDate | ||||||
| annotation |
|
||||||
| source | <xs:element name="MaterialAuthorization" type="AuthorizationType" minOccurs="0"> <xs:annotation> <xs:documentation>Details about the material authorization</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | AuthorizationType | ||||||
| properties |
|
||||||
| children | AuthorizationQuantity AuthorizationStartDate AuthorizationEndDate | ||||||
| annotation |
|
||||||
| source | <xs:element name="ProductionAuthorization" type="AuthorizationType" minOccurs="0"> <xs:annotation> <xs:documentation>Details about the production authorization</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | SchedulingAgreement PreviouslyReceivedDocument CarrierReferenceNumber MasterBillOfLading AirwayBillNumber FreightBillNumber IntegratedLogisticsCrossReferenceNumber CustomerReferenceNumber CustomerJITReferenceNumber ShipmentLoadingReferenceNumber PurchaseOrderReferenceNumber ContractReferenceNumber ReferencedDocument | ||
| used by |
|
||
| source | <xs:complexType name="ReferencedDocumentsType"> <xs:sequence> <xs:element name="SchedulingAgreement" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the underlying scheduling agreement, which is the basis for the forecasting in DELFORs. Also referenced in DESADVs</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PreviouslyReceivedDocument" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the previously received document - usually refers to the same type as the current type. E.g. in case of a DELFOR this document refers to the number of the previously received DELFOR</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CarrierReferenceNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Unique number, assigned to a shipment by the shipper/carrier</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MasterBillOfLading" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Master bill of lading number</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AirwayBillNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Airway bill number</xs:documentation> </xs:annotation> </xs:element> <xs:element name="FreightBillNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Freight bill number</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IntegratedLogisticsCrossReferenceNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Integrated logistics cross reference number - used by Delphi</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CustomerReferenceNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Reference number, assigned by the customer. Is usually taken from the call-off</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CustomerJITReferenceNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Reference number, assigned by the customer. Is usually taken from the JIT call-off</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ShipmentLoadingReferenceNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Shipment loading reference number - assigned by the sender of the goods</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PurchaseOrderReferenceNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Reference to the purchase order</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ContractReferenceNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Reference to contract number</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ReferencedDocument" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Referenced document - RFF</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | ReferencedDocumentType | ||||||
| properties |
|
||||||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||||||
| annotation |
|
||||||
| source | <xs:element name="SchedulingAgreement" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the underlying scheduling agreement, which is the basis for the forecasting in DELFORs. Also referenced in DESADVs</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | ReferencedDocumentType | ||||||
| properties |
|
||||||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||||||
| annotation |
|
||||||
| source | <xs:element name="PreviouslyReceivedDocument" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>A reference to the previously received document - usually refers to the same type as the current type. E.g. in case of a DELFOR this document refers to the number of the previously received DELFOR</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | ReferencedDocumentType | ||||||
| properties |
|
||||||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||||||
| annotation |
|
||||||
| source | <xs:element name="CarrierReferenceNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Unique number, assigned to a shipment by the shipper/carrier</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | ReferencedDocumentType | ||||||
| properties |
|
||||||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||||||
| annotation |
|
||||||
| source | <xs:element name="MasterBillOfLading" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Master bill of lading number</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | ReferencedDocumentType | ||||||
| properties |
|
||||||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||||||
| annotation |
|
||||||
| source | <xs:element name="AirwayBillNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Airway bill number</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | ReferencedDocumentType | ||||||
| properties |
|
||||||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||||||
| annotation |
|
||||||
| source | <xs:element name="FreightBillNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Freight bill number</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | ReferencedDocumentType | ||||||
| properties |
|
||||||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||||||
| annotation |
|
||||||
| source | <xs:element name="IntegratedLogisticsCrossReferenceNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Integrated logistics cross reference number - used by Delphi</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | ReferencedDocumentType | ||||||
| properties |
|
||||||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||||||
| annotation |
|
||||||
| source | <xs:element name="CustomerReferenceNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Reference number, assigned by the customer. Is usually taken from the call-off</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | ReferencedDocumentType | ||||||
| properties |
|
||||||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||||||
| annotation |
|
||||||
| source | <xs:element name="CustomerJITReferenceNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Reference number, assigned by the customer. Is usually taken from the JIT call-off</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | ReferencedDocumentType | ||||||
| properties |
|
||||||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||||||
| annotation |
|
||||||
| source | <xs:element name="ShipmentLoadingReferenceNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Shipment loading reference number - assigned by the sender of the goods</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | ReferencedDocumentType | ||||||
| properties |
|
||||||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||||||
| annotation |
|
||||||
| source | <xs:element name="PurchaseOrderReferenceNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Reference to the purchase order</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | ReferencedDocumentType | ||||||
| properties |
|
||||||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||||||
| annotation |
|
||||||
| source | <xs:element name="ContractReferenceNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Reference to contract number</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||
| used by |
|
||
| source | <xs:complexType name="ReferencedDocumentType"> <xs:sequence> <xs:element name="ReferenceQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Qualifier identifiying the type of reference.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReferenceNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The number of the referenced document.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LineNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The relevant line number in the referenced document.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReferenceVersionNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A version number of the reference.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="Date" minOccurs="0"> <xs:annotation> <xs:documentation>Document date of the referenced document.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ReferenceQualifier" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Qualifier identifiying the type of reference.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ReferenceNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The number of the referenced document.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="LineNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The relevant line number in the referenced document.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ReferenceVersionNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>A version number of the reference.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | Documents | ||
| used by |
|
||
| source | <xs:complexType name="RemittanceAdviceDataType"> <xs:sequence> <xs:element ref="Documents" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Sequence of documents contained in the REMADV.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | DocumentDate DueDate PaymentDueDate BookingDate Date | ||
| used by |
|
||
| source | <xs:complexType name="RemittanceAdviceDatesType"> <xs:sequence> <xs:element name="DocumentDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>Date of the document.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DueDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date on which some action should occur.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PaymentDueDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>Payment is due at this date</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BookingDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date on which the booking was made.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Date" type="DateType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Other relevant dates.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="DocumentDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>Date of the document.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="DueDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date on which some action should occur.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="PaymentDueDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>Payment is due at this date</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| annotation |
|
||||||
| source | <xs:element name="BookingDate" type="DateType" minOccurs="0"> <xs:annotation> <xs:documentation>The date on which the booking was made.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | DateType | ||||||
| properties |
|
||||||
| children | DateQualifier DateTime DateTimeFormatQualifier | ||||||
| used by |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Date" type="DateType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Other relevant dates.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | DocumentNameEncoded DocumentNumber | ||
| used by |
|
||
| source | <xs:complexType name="RemittanceAdviceDocumentType"> <xs:sequence> <xs:element name="DocumentNameEncoded" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The encoded name of the document.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DocumentNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The number of the document.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DocumentNameEncoded" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The encoded name of the document.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DocumentNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The number of the document.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | VAT_Rates RemmitanceAdviceTotals | ||
| used by |
|
||
| source | <xs:complexType name="RemittanceAdviceFooterType"> <xs:sequence> <xs:element name="VAT_Rates" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="TaxableAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The taxable amount, to which the VAT rate refers to</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="VAT_Rate" minOccurs="0"> <xs:annotation> <xs:documentation>The VAT rate</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="VAT_Amount" minOccurs="0"> <xs:annotation> <xs:documentation>The VAT amount</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="RemmitanceAdviceTotals" type="MonetaryAmountsType" minOccurs="0"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| properties |
|
||||||
| children | TaxableAmount VAT_Rate VAT_Amount | ||||||
| source | <xs:element name="VAT_Rates" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="TaxableAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The taxable amount, to which the VAT rate refers to</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="VAT_Rate" minOccurs="0"> <xs:annotation> <xs:documentation>The VAT rate</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="VAT_Amount" minOccurs="0"> <xs:annotation> <xs:documentation>The VAT amount</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TaxableAmount" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>The taxable amount, to which the VAT rate refers to</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | MonetaryAmountsType | ||||||
| properties |
|
||||||
| children | AmountRemitted InvoiceTotalAmount ComissionAmount PaymentDiscountAmount Adjustment MonetaryAmount | ||||||
| source | <xs:element name="RemmitanceAdviceTotals" type="MonetaryAmountsType" minOccurs="0"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | PaymentFormCoded PaymentTermsTypeCoded FinancialInstitutionInformation | ||
| used by |
|
||
| source | <xs:complexType name="RemittanceAdviceHeaderType"> <xs:sequence> <xs:element name="PaymentFormCoded" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Payment conditions of the invoice in a coded form, e.g. 1’=Instrument not defined, ‘20’=Cheque‘, 21’=Transfer, ‘31’=Electronic bank transfer ‘55’=Direct Debit, etc.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PaymentTermsTypeCoded" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Payment terms in a coded manner (e.g., 1 = general, 22 = discount, etc.)</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="FinancialInstitutionInformation" minOccurs="0"> <xs:annotation> <xs:documentation>Information about financial institutions.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PaymentFormCoded" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Payment conditions of the invoice in a coded form, e.g. 1’=Instrument not defined, ‘20’=Cheque‘, 21’=Transfer, ‘31’=Electronic bank transfer ‘55’=Direct Debit, etc.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PaymentTermsTypeCoded" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Payment terms in a coded manner (e.g., 1 = general, 22 = discount, etc.)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| children | ContractReferenceNumber DebtorsReferenceNumber RelatedReferenceNumbers | ||
| used by |
|
||
| source | <xs:complexType name="RemittanceAdviceReferencedDocumentsType"> <xs:sequence> <xs:element name="ContractReferenceNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Reference to contract number.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DebtorsReferenceNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Reference number of the debtor.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RelatedReferenceNumbers" type="ReferencedDocumentType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | ReferencedDocumentType | ||||||
| properties |
|
||||||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||||||
| annotation |
|
||||||
| source | <xs:element name="ContractReferenceNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Reference to contract number.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | ReferencedDocumentType | ||||||
| properties |
|
||||||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||||||
| annotation |
|
||||||
| source | <xs:element name="DebtorsReferenceNumber" type="ReferencedDocumentType" minOccurs="0"> <xs:annotation> <xs:documentation>Reference number of the debtor.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | ReferencedDocumentType | ||||||
| properties |
|
||||||
| children | ReferenceQualifier ReferenceNumber LineNumber ReferenceVersionNumber Date | ||||||
| source | <xs:element name="RelatedReferenceNumbers" type="ReferencedDocumentType" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | extension of NameAndAddressType | ||
| properties |
|
||
| children | PartyQualifier PartyIdentification PartyIdentificationCodeListQualifier PartyIdentificationCodeListResponsibleAgency DUNS PartyName Street City PostCode Country Contact SuppliersAccountNumber VAT_ID FiscalNumber AccountingDepartment PurchasingDepartment InformationContact FinancialInstitutionBranchNumber FinancialInstitutionName RegisteredOfficeOfCompany | ||
| used by |
|
||
| source | <xs:complexType name="SupplierType"> <xs:complexContent> <xs:extension base="NameAndAddressType"> <xs:sequence> <xs:element name="SuppliersAccountNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The account number of the supplier</xs:documentation> </xs:annotation> </xs:element> <xs:element name="VAT_ID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The VAT-ID of the supplier</xs:documentation> </xs:annotation> </xs:element> <xs:element name="FiscalNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The fiscal number of the supplier</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AccountingDepartment" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The responsible accounting department at the supplier's side</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PurchasingDepartment" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The responsible purchasing department at the supplier's side</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InformationContact" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The information contact at the buyer's side</xs:documentation> </xs:annotation> </xs:element> <xs:element name="FinancialInstitutionBranchNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The branch number of the financial institution</xs:documentation> </xs:annotation> </xs:element> <xs:element name="FinancialInstitutionName" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The name of the financial institution</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RegisteredOfficeOfCompany" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Registered office of the company</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="SuppliersAccountNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The account number of the supplier</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="VAT_ID" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The VAT-ID of the supplier</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="FiscalNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The fiscal number of the supplier</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="AccountingDepartment" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The responsible accounting department at the supplier's side</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PurchasingDepartment" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The responsible purchasing department at the supplier's side</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="InformationContact" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The information contact at the buyer's side</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="FinancialInstitutionBranchNumber" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The branch number of the financial institution</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="FinancialInstitutionName" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>The name of the financial institution</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="RegisteredOfficeOfCompany" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Registered office of the company</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||||
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||||||||||||||
| type | extension of xs:decimal | ||||||||||||||
| properties |
|
||||||||||||||
| used by |
|
||||||||||||||
| attributes |
|
||||||||||||||
| source | <xs:complexType name="UnitType"> <xs:simpleContent> <xs:extension base="xs:decimal"> <xs:attribute ref="Unit" use="required"> <xs:annotation> <xs:documentation>The type of unit. ERPEL recommends the use of code list UN/ECE recommendation 20. Note, that ERPEL supports both representations for piece: PCE and C62. A list of valid codes may be found under https://docs.ecosio.com/files/Measure_Unit_Qualifiers_6411.pdf</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> |
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | restriction of xs:string | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xs:simpleType name="MessageTypeType"> <xs:restriction base="xs:string"> <xs:enumeration value="DELFOR"> <xs:annotation> <xs:documentation>A delivery forecast - the input/output may for instance be VDA 4905 or an EDIFACT DELFOR</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DELJIT"> <xs:annotation> <xs:documentation>A JIT/JIS forecast - the input/output may for instance be VDA 4915 or an EDIFACT DELJIT</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DESADV"> <xs:annotation> <xs:documentation>A despatch advice - the input/output may for instance be VDA 4913 or EDIFACT DESADV</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RECADV"> <xs:annotation> <xs:documentation>A receipt advice - the input/output may for instance be EDIFACT RECADV</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ORDERS"> <xs:annotation> <xs:documentation>A order document - the input/output may for instance be EDIFACT ORDERS</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ORDCHG"> <xs:annotation> <xs:documentation>A order change document - the input/output may for instance be EDIFACT ORDCHG</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ORDRSP"> <xs:annotation> <xs:documentation>An order response document - the input/output may for instance be EDIFACT ORDRSP</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="APERAK"> <xs:annotation> <xs:documentation>An application acknowledgement document - the input/output may for instance be EDIFACT APERAK</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GENRAL"> <xs:annotation> <xs:documentation>A general message document - the input/output may for instance be EDIFACT GENRAL</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CONTRL"> <xs:annotation> <xs:documentation>A control message document - the input/output may for instance be EDIFACT CONTRL</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="INVOIC"> <xs:annotation> <xs:documentation>An invoice or credit note document - the input/output may for instance be EDIFACT INVOIC or a VDA invoice.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="REMADV"> <xs:annotation> <xs:documentation>A remittance advice document - the input/output may for instance be EDIFACT REMADV.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | xs:string | ||
| used by |
|
||
| source | <xs:attribute name="ClassificationSchema" type="xs:string"/> |
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | xs:string | ||
| used by |
|
||
| source | <xs:attribute name="CountryCode" type="xs:string"/> |
| namespace | http://schemas.ecosio.com/erpel-industry-1p0/document | ||
| type | xs:string | ||
| used by |
|
||
| source | <xs:attribute name="Unit" type="xs:string"/> |