Componente: Argomento
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Elemento: Argomento / informazioni
Spazio dei nomi |
http://schemas.google.com/dspl/2010 |
Annotazioni |
Informazioni testuali sull'argomento. |
Diagramma |
 |
Tipo |
Informazioni |
Proprietà |
|
Modello |
name , description{0,1} , url{0,1} |
Bambini |
descrizione, nome, url |
Istanza |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
Origine |
<xs:element name="info" type="Info">
<xs:annotation>
<xs:documentation>Textual information about the topic.</xs:documentation>
</xs:annotation>
</xs:element>
|
Elemento: argomento / argomento
Spazio dei nomi |
http://schemas.google.com/dspl/2010 |
Annotazioni |
Gli argomenti secondari possono essere incorporati all'interno dell'argomento principale. Se sì,
l'ordine dei bambini è significativo e deve essere rispettato
applicazioni che mostrano questi argomenti. |
Diagramma |
 |
Tipo |
Argomento |
Proprietà |
contenuti: |
complesso |
minOccurs: |
0 |
maxOccurs: |
illimitati |
|
Modello |
informazioni , argomento* |
Bambini |
informazioni, argomento |
Istanza |
<topic id="" parentTopic="">
<info>{1,1}</info>
<topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
|
Attributi |
QName |
Tipo |
Risolto |
Predefinito |
Usa |
Annotazione |
id |
ID |
|
|
di provisioning. |
L'identificatore univoco dell'argomento nella sezione
del set di dati. |
parentTopic |
xs:QName |
|
|
facoltativo |
L'ID dell'argomento principale di questo argomento, se presente.
Impossibile specificare parentTopic per gli argomenti incorporati
su altri argomenti. |
|
Origine |
<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>
|
Tipo complesso: argomento
Spazio dei nomi |
http://schemas.google.com/dspl/2010 |
Annotazioni |
Un argomento è un'etichetta che può essere collegata a concetti. Gli argomenti sono
organizzati in modo gerarchico. |
Diagramma |
 |
Usato da |
|
Modello |
informazioni , argomento* |
Bambini |
informazioni, argomento |
Attributi |
QName |
Tipo |
Risolto |
Predefinito |
Usa |
Annotazione |
id |
ID |
|
|
di provisioning. |
L'identificatore univoco dell'argomento nella sezione
del set di dati. |
parentTopic |
xs:QName |
|
|
facoltativo |
L'ID dell'argomento principale di questo argomento, se presente.
Impossibile specificare parentTopic per gli argomenti incorporati
su altri argomenti. |
|
Origine |
<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>
|
Spazio dei nomi |
Nessuno spazio dei nomi |
Annotazioni |
Identificatore univoco dell'argomento nel set di dati. |
Tipo |
ID |
Proprietà |
|
Facet |
|
Usato da |
|
Origine |
<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>
|
Attributo: Argomento / @parentTopic
Spazio dei nomi |
Nessuno spazio dei nomi |
Annotazioni |
L'ID dell'argomento principale di questo argomento, se presente.
Non è possibile specificare parentTopic per argomenti incorporati in altri
argomenti. |
Tipo |
xs:QName |
Proprietà |
|
Usato da |
|
Origine |
<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>
|
Creato con
Editor XML ossigeno.
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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"]]