TB.One > Order Data and Order Processing > Order Processing via XML > Files and Naming Conventions for Order Processing via XML
Tradebyte's XML standard for the transfer of order data and order messages is called TB.Order. Regardless of the interface you use, any XML files that are transmitted to TB.One must be validated against the XML schema.
1. ORDER DATA
The order files that you receive from TB.One are structured according to the XML schema file found at:
The name of order files is structured in the following way:
ORDERS_yyyymmdd_hhmmss.xml |
|
|---|---|
ORDERS_ |
Identification as an order file |
yyyymmdd_hhmmss |
Timestamp: YearMonthDay_HourMinuteSecond |
.xml |
File extension |
2. MESSAGES
Message files you send to TB.One (dispatch advices, return or cancellation messages) must be validated against the current schema file found at:
The name of message files is structured in the following way:
MESSAGES_yyyymmdd_hhmmss.xml |
|
|---|---|
MESSAGES_ |
Identification as a message file |
yyyymmdd_hhmmss |
Timestamp: YearMonthDay_HourMinuteSecond |
.xml |
File extension |
ATTENTION: |
For further information, see also: