Komponent: temat
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Element: Temat / informacje
Przestrzeń nazw |
http://schemas.google.com/dspl/2010 |
Adnotacje |
Tekstowe informacje na dany temat. |
Diagram |
 |
Typ |
Informacje |
Właściwości |
|
Model |
name , description{0,1} , url{0,1} |
Dzieci |
description, name, url |
Instancja |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
Źródło |
<xs:element name="info" type="Info">
<xs:annotation>
<xs:documentation>Textual information about the topic.</xs:documentation>
</xs:annotation>
</xs:element>
|
Element: temat lub temat
Przestrzeń nazw |
http://schemas.google.com/dspl/2010 |
Adnotacje |
Tematy podrzędne można wstawiać w temacie nadrzędnym. Jeśli tak,
kolejność dzieci ma znaczenie i powinna być szanowana przez
które wyświetlają te tematy. |
Diagram |
 |
Typ |
Temat, |
Właściwości |
treść: |
złożone |
minOccurs: |
0 |
maxOccurs: |
nieograniczony |
|
Model |
info , topic* |
Dzieci |
info, topic |
Instancja |
<topic id="" parentTopic="">
<info>{1,1}</info>
<topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
|
Atrybuty |
QName |
Typ |
Naprawiono |
Domyślny |
Użyj |
Adnotacja |
id |
Identyfikator |
|
|
wymagane |
Unikalny identyfikator tematu w parametrze
w gromadzeniu danych. |
parentTopic |
xs:QName |
|
|
opcjonalnie |
Identyfikator tematu nadrzędnego danego tematu, jeśli taki istnieje.
Nie można określić parametru parentTopic w przypadku tematów wstawionych w inne tematy. |
|
Źródło |
<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>
|
Typ złożony: temat
Przestrzeń nazw |
http://schemas.google.com/dspl/2010 |
Adnotacje |
Temat to etykieta, którą można dołączać do zagadnień. Tematy są uporządkowane hierarchicznie. |
Diagram |
 |
Używane przez |
|
Model |
info , topic* |
Dzieci |
info, topic |
Atrybuty |
QName |
Typ |
Naprawiono |
Domyślny |
Użyj |
Adnotacja |
id |
Identyfikator |
|
|
wymagane |
Unikalny identyfikator tematu w parametrze
w gromadzeniu danych. |
parentTopic |
xs:QName |
|
|
opcjonalnie |
Identyfikator tematu nadrzędnego danego tematu, jeśli taki istnieje.
Nie można określić parametru parentTopic w przypadku tematów wstawionych w inne tematy. |
|
Źródło |
<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>
|
Atrybut: Topic (Temat) / @id
Przestrzeń nazw |
Brak przestrzeni nazw |
Adnotacje |
Unikalny identyfikator tematu w zbiorze danych. |
Typ |
Identyfikator |
Właściwości |
|
Aspekty |
|
Używane przez |
|
Źródło |
<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>
|
Atrybut: Topic / @parentTopic
Przestrzeń nazw |
Brak przestrzeni nazw |
Adnotacje |
Identyfikator nadrzędnego tematu, jeśli istnieje.
Nie można określić elementu nadrzędnyTopic w przypadku tematów, które są wstawiane wewnątrz innych tematów
|
Typ |
xs:QName |
Właściwości |
|
Używane przez |
|
Źródło |
<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>
|
Utworzony za pomocą edytora XML oXygen.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-10-14 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]