Chuyến xe buýt
Tên loại: BusTrip
Mở rộng vô hình
Tên |
Loại |
Mô tả |
đếnBusStop |
BusStation hoặc BusStop |
Trạm dừng hoặc trạm mà xe buýt đến. |
thời gian đến |
DateTime |
Thời gian đến dự kiến. |
Tên xe buýt |
Văn bản |
Tên của xe buýt (ví dụ: Bolt Express). |
số xe buýt |
Văn bản |
Giá trị nhận dạng duy nhất của xe buýt. |
Dừng xe buýt |
BusStation hoặc BusStop |
Trạm dừng hoặc trạm mà xe buýt khởi hành. |
Giờ khởi hành |
DateTime |
Thời gian khởi hành dự kiến. |
nhà cung cấp |
Tổ chức hoặc Người |
Tổ chức cung cấp yêu cầu đặt phòng. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-09-03 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-09-03 UTC."],[[["`BusTrip` schema provides details about a bus journey, including departure and arrival times and locations."],["It includes information about the bus itself, such as the name and number."],["The schema also identifies the provider of the bus trip, which can be an organization or a person."]]],["The `BusTrip` type outlines bus travel details, extending from `Intangible`. It includes the `arrivalBusStop` and `departureBusStop`, which are either a `BusStation` or `BusStop`. The arrival and departure times are specified using `DateTime`. Key identifiers include `busName` and `busNumber`, represented by `Text`. The `provider`, which can be an `Organization` or `Person`, supplies the bus reservation.\n"]]