Komponen: Topik
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Elemen: Topik / info
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Informasi tekstual tentang topik. |
Diagram |
 |
Jenis |
Info |
Properti |
|
Model |
name , description{0,1} , url{0,1} |
Anak-Anak |
description, name, url |
Instance |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
Sumber |
<xs:element name="info" type="Info">
<xs:annotation>
<xs:documentation>Textual information about the topic.</xs:documentation>
</xs:annotation>
</xs:element>
|
Elemen: Topik / topik
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Topik turunan dapat disisipkan dalam topik induknya. Jika demikian,
urutan anak-anak memiliki arti
dan harus dihormati oleh
aplikasi yang menampilkan topik tersebut. |
Diagram |
 |
Jenis |
Topik |
Properti |
konten: |
kompleks |
minimum: |
0 |
maxOccurs: |
tanpa batas |
|
Model |
info , topik* |
Anak-Anak |
info, topik |
Instance |
<topic id="" parentTopic="">
<info>{1,1}</info>
<topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
|
Atribut |
QName |
Jenis |
Tetap |
Default |
Gunakan |
Annotation |
id |
ID |
|
|
wajib diisi |
ID unik topik di
set data. |
parentTopic |
xs:QName |
|
|
opsional |
ID topik induk topik ini, jika ada.
parentTopic tidak dapat ditentukan untuk topik yang disisipkan di dalam
topik lainnya. |
|
Sumber |
<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>
|
Jenis Kompleks: Topik
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Topik adalah label yang dapat dilampirkan ke konsep. Topiknya adalah
terorganisir secara hierarkis. |
Diagram |
 |
Digunakan oleh |
|
Model |
info , topik* |
Anak-Anak |
info, topik |
Atribut |
QName |
Jenis |
Tetap |
Default |
Gunakan |
Annotation |
id |
ID |
|
|
wajib diisi |
ID unik topik di
set data. |
parentTopic |
xs:QName |
|
|
opsional |
ID topik induk topik ini, jika ada.
parentTopic tidak dapat ditentukan untuk topik yang disisipkan di dalam
topik lainnya. |
|
Sumber |
<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>
|
Atribut: Topic / @id
Namespace |
Tidak ada namespace |
Anotasi |
ID unik topik dalam set data. |
Jenis |
ID |
Properti |
|
{i>Facet<i} |
|
Digunakan oleh |
|
Sumber |
<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>
|
Atribut: Topic / @parentTopic
Namespace |
Tidak ada namespace |
Anotasi |
ID topik induk topik ini, jika ada.
parentTopic tidak dapat ditentukan untuk topik yang disisipkan dalam
topik. |
Jenis |
xs:QName |
Properti |
|
Digunakan oleh |
|
Sumber |
<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>
|
Dibuat menggunakan
Editor XML Oksigen.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-07-25 UTC."],[],["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"]]