コンポーネント: トピック
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
要素: トピック / 情報
名前空間 |
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 |
アノテーション |
子トピックは親トピック内にインライン化できます。もしそうならば、
子の順序に意味があり、その順序に従って
いくつか取り上げます。 |
図 |
 |
タイプ |
トピック |
プロパティ |
コンテンツ: |
複雑 |
minOccurs: |
0 |
maxOccurs: |
制限なし |
|
モデル |
info、topic* |
子供 |
info、topic |
インスタンス |
<topic id="" parentTopic="">
<info>{1,1}</info>
<topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
|
属性 |
QName |
タイプ |
固定 |
デフォルト |
使用 |
Annotation |
id |
ID |
|
|
必須 |
トピックの一意の識別子は、
説明します。 |
parentTopic |
xs:QName |
|
|
省略可 |
このトピックの親トピックの ID(ある場合)。
内部にインライン化されているトピックには parentTopic を指定できません。
その他のトピックをご覧ください。 |
|
ソース |
<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* |
子供 |
info、topic |
属性 |
QName |
タイプ |
固定 |
デフォルト |
使用 |
Annotation |
id |
ID |
|
|
必須 |
トピックの一意の識別子は、
説明します。 |
parentTopic |
xs:QName |
|
|
省略可 |
このトピックの親トピックの ID(ある場合)。
内部にインライン化されているトピックには parentTopic を指定できません。
その他のトピックをご覧ください。 |
|
ソース |
<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 |
プロパティ |
|
ファセット |
|
使用者 |
|
ソース |
<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(ある場合)。
他の親トピック内にインライン化されたトピックに対して、parentTopic は指定できません。
説明します。 |
タイプ |
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 エディタを使用して作成。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-14 UTC。
[[["わかりやすい","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"]],["最終更新日 2024-10-14 UTC。"],[[["Topics are labels attached to concepts and are hierarchically organized, containing textual information and potentially child topics."],["Each topic has a unique identifier (\"id\") and an optional parent topic identifier (\"parentTopic\")."],["Child topics can be nested within their parent topic, with their order signifying importance for display."],["The \"info\" element provides textual information about the topic, including name, description, and URL."]]],["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"]]