單位
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
本頁面說明 unit 標準化概念資料集。
你也可以查看完整的 XML 檔案。
基本資訊
供應商
匯入的命名空間
主題
未定義任何主題。
概念
概念:單位
單位 [XML] |
單位 |
entity:entity |
指定與指標概念相關聯的單位。範例: <concept id="area_unit" extends="unit:unit">
<info>
<name>
<value>Area in square kilometers</value>
</name>
</info>
<table ref="area_unit_table"/>
</concept>
資料表包含單一資料列,當中包含屬性值:
symbol,symbol_position,unit_text
km²,END,square kilometers
接著,您就可以使用這個單元來定義指標概念:
<concept id="country_area" extends="quantity:magnitude">
<info>
<name>
<value>Country area in square kilometers</value>
</name>
</info>
<attribute id="unit" concept="area_unit"/>
<table ref="country_area_table"/>
</concept>
|
沒有店面屬性。 |
單位文字 [XML] |
單位文字 |
字串 |
可以顯示在值旁的說明文字。 |
|
概念:sym_position
概念:貨幣
貨幣 [XML] |
貨幣單位 |
單位 |
currency_table |
指定與指標概念相關聯的貨幣。每種貨幣
是以 3 個字母的貨幣代碼 (ISO 4217) 識別。 |
沒有店面屬性。 |
沒有本機資源。 |
Slice
未定義 Slice。
表格
資料表:unit_symbol_position_table
unit_symbol_position_table [XML] |
unit_symbol_positions.csv [CSV] |
|
表格:currency_table
currency_table [XML] |
Currency.csv [CSV] |
名稱 |
類型 |
currency |
字串 |
unit_text |
字串 |
符號 |
字串 |
symbol_position |
字串 |
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[],["This dataset defines unit concepts, including `unit`, `symbol_position`, and `currency`. The `unit` concept, extending `entity:entity`, specifies units associated with metrics. It includes properties like `symbol`, `symbol_position`, and `unit_text`. `symbol_position` describes the placement of the unit symbol. The `currency` concept, extending `unit`, specifies currencies identified by ISO 4217 codes. Data is stored in tables like `unit_symbol_position_table` and `currency_table`, accessible as XML and CSV files.\n"]]