元件:主題
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
命名空間 |
http://schemas.google.com/dspl/2010 |
註解 |
主題的相關文字資訊。 |
圖表 |
 |
類型 |
資訊 |
屬性 |
|
型號 |
name、description{0,1}、url{0,1} |
子項 |
description、name、url |
執行個體 |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
來源 |
<xs:element name="info" type="Info">
<xs:annotation>
<xs:documentation>Textual information about the topic.</xs:documentation>
</xs:annotation>
</xs:element>
|
命名空間 |
http://schemas.google.com/dspl/2010 |
註解 |
子項主題可內嵌在父項主題中。如果是,
子項的順序有意義,並應遵循
顯示這些主題的應用程式。 |
圖表 |
 |
類型 |
主題 |
屬性 |
content: |
複雜 |
分鐘數: |
0 |
maxOccurs: |
無界限 |
|
型號 |
資訊、主題* |
子項 |
info、topic |
執行個體 |
<topic id="" parentTopic="">
<info>{1,1}</info>
<topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
|
屬性 |
QName |
類型 |
固定 |
預設 |
使用 |
註解 |
id |
ID |
|
|
必填 |
資料集。 |
parentTopic |
xs:QName |
|
|
選用 |
此主題的父項主題 ID (如果有的話)。
在內嵌主題中,無法指定父項主題
其他主題。 |
|
來源 |
<xs:element name="topic" type="Topic" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Child topics can be inlined inside their parent topic. If
so, the order of children is meaningful and should be
respected by applications that display these topics.</xs:documentation>
</xs:annotation>
</xs:element>
|
複雜類型:主題
命名空間 |
http://schemas.google.com/dspl/2010 |
註解 |
主題是可附加至概念的標籤,主題是
按階層整理。 |
圖表 |
 |
使用這項素材資源的廣告 |
|
型號 |
資訊、主題* |
子項 |
info、topic |
屬性 |
QName |
類型 |
固定 |
預設 |
使用 |
註解 |
id |
ID |
|
|
必填 |
資料集。 |
parentTopic |
xs:QName |
|
|
選用 |
此主題的父項主題 ID (如果有的話)。
在內嵌主題中,無法指定父項主題
其他主題。 |
|
來源 |
<xs:complexType name="Topic">
<xs:annotation>
<xs:documentation>A topic is a label that can be attached to concepts. Topics
are organized hierarchically.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="info" type="Info">
<xs:annotation>
<xs:documentation>Textual information about the topic.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="topic" type="Topic" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Child topics can be inlined inside their parent topic. If
so, the order of children is meaningful and should be
respected by applications that display these topics.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="Id" use="required">
<xs:annotation>
<xs:documentation>The unique identifier of the topic in the dataset.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="parentTopic" type="xs:QName" use="optional">
<xs:annotation>
<xs:documentation>The id of the parent topic of this topic, if it has one. parentTopic
cannot be specified for topics that are inlined inside other topics.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|
命名空間 |
沒有命名空間 |
註解 |
資料集中主題的專屬 ID。 |
類型 |
ID |
屬性 |
|
facet |
|
使用這項素材資源的廣告 |
|
來源 |
<xs:attribute name="id" type="Id" use="required">
<xs:annotation>
<xs:documentation>The unique identifier of the topic in the dataset.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
屬性:Topic / @parentTopic
命名空間 |
沒有命名空間 |
註解 |
此主題的父項主題 ID (如果有的話)。
內嵌在其他主題中的主題無法指定父項主題
主題。 |
類型 |
xs:QName |
屬性 |
|
使用這項素材資源的廣告 |
|
來源 |
<xs:attribute name="parentTopic" type="xs:QName" use="optional">
<xs:annotation>
<xs:documentation>The id of the parent topic of this topic, if it has one. parentTopic
cannot be specified for topics that are inlined inside other topics.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
使用
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 \"Topic\" element and its \"Info\" component within a data structure. A topic has an `id` for unique identification and an optional `parentTopic` to establish hierarchy. Topics contain `info` (textual information), and can have child `topic` elements, respecting their order. The `info` includes `name`, `description`, and `url`. Applications should maintain this hierarchical structure. `id` is required, `parentTopic` is optional, and child topics are inlined.\n"]]