元件:ConceptInfo
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
命名空間 |
http://schemas.google.com/dspl/2010 |
註解 |
用於指稱
(例如「State」的複數名稱)
「州/省」)。 |
圖表 |
 |
類型 |
值 |
屬性 |
|
型號 |
值* |conceptValue{0,1} |
子項 |
conceptValue、value |
執行個體 |
<pluralName>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</pluralName>
|
來源 |
<xs:element name="pluralName" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>A name used to refer to a collection of instances of
the concept (e.g., pluralName of "State" is "States").</xs:documentation>
</xs:annotation>
</xs:element>
|
命名空間 |
http://schemas.google.com/dspl/2010 |
註解 |
用於指稱所有概念的名稱 (例如
「州」的 totalName則為「美國全美」)。 |
圖表 |
 |
類型 |
值 |
屬性 |
|
型號 |
值* |conceptValue{0,1} |
子項 |
conceptValue、value |
執行個體 |
<totalName>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</totalName>
|
來源 |
<xs:element name="totalName" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>A name used to refer to all the instances of the
concept (e.g., totalName for "State" is "All US").</xs:documentation>
</xs:annotation>
</xs:element>
|
命名空間 |
http://schemas.google.com/dspl/2010 |
註解 |
可用來指稱此同義詞的同義詞
概念。 |
圖表 |
 |
類型 |
值 |
屬性 |
content: |
複雜 |
分鐘數: |
0 |
maxOccurs: |
無界限 |
|
型號 |
值* |conceptValue{0,1} |
子項 |
conceptValue、value |
執行個體 |
<synonym>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</synonym>
|
來源 |
<xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
</xs:annotation>
</xs:element>
|
複雜類型:ConceptInfo
命名空間 |
http://schemas.google.com/dspl/2010 |
註解 |
關於資料集內概念的文字資訊。這個
擴充了基礎資訊類型的額外欄位
實際適用的模型 |
圖表 |
 |
類型 |
Info 的擴充功能 |
類型階層 |
|
使用這項素材資源的廣告 |
|
型號 |
name、description{0,1}、url{0,1}、pluralName{0,1}、totalName{0,1}、同義詞* |
子項 |
description、name、pluralName、
同義詞、totalName、url |
來源 |
<xs:complexType name="ConceptInfo">
<xs:annotation>
<xs:documentation>Textual information about a concept in the dataset. This extension of
the base Info type adds a few additional fields that only apply to
concepts.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="Info">
<xs:sequence>
<xs:element name="pluralName" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>A name used to refer to a collection of instances of
the concept (e.g., pluralName of "State" is "States").</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="totalName" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>A name used to refer to all the instances of the
concept (e.g., totalName for "State" is "All US").</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
使用
oXygen XML 編輯器。
除非另有註明,否則本頁面中的內容是採用創用 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 (世界標準時間)。"],[],["The core content describes the \"ConceptInfo\" element, which extends the base \"Info\" type and provides textual information about a concept. Key actions involve defining names for collections of concept instances using `pluralName` (e.g., \"States\"), referring to all instances with `totalName` (e.g., \"All US\"), and specifying `synonym` for alternative concept names. `pluralName`, `totalName`, and `synonym` use complex `value` or `conceptValue`. ConceptInfo also contains `name`, `description` and `url`.\n"]]