Stop (CI)
Field Descriptions
Field | Description | Type (Length) | Mandatory | Remark |
---|---|---|---|---|
id | Stop identifier | C1/100 | True | This identifier is only unique within the same document and may be re-used in other contexts |
index | Serial number | N4/10 | True | |
location | Location information, see below | True | ||
date_time_period | Appointment window, see below | True |
Location
Field | Description | Type (Length) | Mandatory | Remark |
---|---|---|---|---|
company_name | Company name | C1/200 | False | Â |
avis | Text Avis | C1/100 | False | |
address | Street and number | C1/100 | False | Â |
zip | Postal code | C1/20 | False | Â |
city | City | C1/100 | False | Â |
country_id | Country code | C1/2 | False | ISO 3166-1 alpha-2 |
latitude | Geospatial latitude | N4/10 | False | Both lat + long set 0.0 means not set |
longitude | Geospatial longitude | N4/10 | False | Both lat + long set 0.0 means not set |
comment | Station comment | C1/3000 | False | This is free text and may be subject of change at any time. We strongly recommend to not parse values from this field. |
Date_time_period
Field | Description | Type (Length) | Mandatory | Remark |
---|---|---|---|---|
start | Loading / Unloading start Note, this is a local timestamp without timezone information. It represents the local time at this location. | C1/100 | True | YYYY-MM-DD HH:mm:ss |
end | Loading / Unloading end Note, this is a local timestamp without timezone information. It represents the local time at this location. | C1/100 | False | YYYY-MM-DD HH:mm:ss |
timezone | Timezone of location | C1/100 | True | IANA tz database (canonical entries only) |