# 檢核項目與代碼說明

| Error Code | 檢核類型   | 內容                                        | 建議檢核頻率 |
| ---------- | ------ | ----------------------------------------- | ------ |
| E101       | 完整性檢核  | 必填欄位內容不可為空值                               | 每月     |
| W102       | 完整性檢核  | 選填欄位內容部分有值部分空值                            | 每月     |
| E201       | 重複性檢核  | 資料主代碼不可重複                                 | 每月     |
| E202       | 重複性檢核  | 順序不可重複                                    | 每月     |
| E301       | 合理性檢核  | 經緯度落在合理範圍                                 | 每月     |
| E302       | 合理性檢核  | 資料不可皆為0，至少有一天營運                           | 每月     |
| E303       | 合理性檢核  | 資料為遞增的整數                                  | 每月     |
| E304       | 合理性檢核  | 資料為整數型態                                   | 每月     |
| W305       | 合理性檢核  | 空格排除                                      | 每月     |
| W306       | 合理性檢核  | 特殊字元排除與全形半形轉換                             | 每月     |
| E401       | 格式檢核   | 日期時間格式符合ISO8601格式(yyyy-MM-ddTHH:mm:sszzz) | 每月     |
| E402       | 格式檢核   | 線型資料格式符合WKT格式                             | 每月     |
| E403       | 格式檢核   | 日期格式符合YYYY-MM-DD                          | 每月     |
| E501       | 邏輯性檢核  | 跨資料項內容一致性                                 | 每月     |
| W502       | 邏輯性檢核  | 站牌名稱在同站位一致                                | 每月     |
| E601       | 空間屬性檢核 | 站牌與站位座標相距<20公尺                            | 每月     |
| E602       | 空間屬性檢核 | 站牌座標離路線線型最近距離<20公尺                        | 每月     |
| E603       | 空間屬性檢核 | 站位座標離路線線型最近距離<20公尺                        | 每月     |
| E604       | 空間屬性檢核 | 路線線型與實體道路路網的匹配度>95%                       | 每月     |
| E605       | 空間屬性檢核 | 站牌座標離實體道路路網最近距離<20公尺                      | 每月     |
| E606       | 空間屬性檢核 | 站位座標離實體道路路網最近距離<20公尺                      | 每月     |
| E607       | 空間屬性檢核 | 路線線型資料完整性                                 | 每月     |
| E608       | 空間屬性檢核 | 站牌與站位的方位(Bearing)一致                       | 每月     |
| E609       | 空間屬性檢核 | 站牌的方位(Bearing)與最近路線線型路段一致                 | 每月     |
| E610       | 空間屬性檢核 | 站位的方位(Bearing)與最近路線線型路段一致                 | 每月     |
| E611       | 空間屬性檢核 | 站牌的方位(Bearing)與所臨實體道路圖資一致                 | 每月     |
| E612       | 空間屬性檢核 | 站位的方位(Bearing)與所臨實體道路圖資一致                 | 每月     |
| E613       | 空間屬性檢核 | 位置資料之經緯度位於邊界範圍內                           | 每月     |
| E701       | 值域檢核   | 資料為特定類別數值                                 | 每月     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://motc-ptx-api-documentation.gitbook.io/motc-ptx-api-documentation/gong-gong-yun-shu-zi-liao-jian-he-gui-fan/jian-he-xiang-mu-yu-dai-ma-shuo-ming.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
