Composant: sujet
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Élément: Thème / Informations
Espace de noms |
http://schemas.google.com/dspl/2010 |
Annotations |
Informations textuelles sur le sujet. |
Diagramme |
 |
Type |
Infos |
Propriétés |
|
Modèle |
name , description{0,1} , url{0,1} |
Enfants |
description, name, url |
Instance |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
Source |
<xs:element name="info" type="Info">
<xs:annotation>
<xs:documentation>Textual information about the topic.</xs:documentation>
</xs:annotation>
</xs:element>
|
Élément: thème / sujet
Espace de noms |
http://schemas.google.com/dspl/2010 |
Annotations |
Les sujets enfants peuvent être intégrés à leur sujet parent. Si tel est le cas, l'ordre des enfants est significatif et doit être respecté par les applications qui affichent ces sujets. |
Diagramme |
 |
Type |
Topic |
Propriétés |
content: |
complexe |
minOccurs: |
0 |
maxOccurs: |
illimité |
|
Modèle |
info , sujet* |
Enfants |
info, topic |
Instance |
<topic id="" parentTopic="">
<info>{1,1}</info>
<topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
|
Attributs |
QName |
Type |
Fixe |
Par défaut |
Utiliser |
Annotation |
id |
Identifiant |
|
|
required |
Identifiant unique du sujet dans l'ensemble de données. |
parentTopic |
xs:QName |
|
|
facultatif |
Identifiant du sujet parent de ce sujet, le cas échéant.
Impossible de spécifier parentTopic pour les sujets intégrés à l'intérieur.
sur d'autres sujets. |
|
Source |
<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>
|
Type complexe: sujet
Espace de noms |
http://schemas.google.com/dspl/2010 |
Annotations |
Un thème est une étiquette qui peut être associée à des concepts. Les sujets sont
organisées de façon hiérarchique. |
Diagramme |
 |
Utilisé par |
|
Modèle |
info , sujet* |
Enfants |
info, topic |
Attributs |
QName |
Type |
Fixe |
Par défaut |
Utiliser |
Annotation |
id |
Identifiant |
|
|
required |
Identifiant unique du sujet dans le champ
ensemble de données. |
parentTopic |
xs:QName |
|
|
facultatif |
Identifiant du sujet parent de ce sujet, le cas échéant.
Impossible de spécifier parentTopic pour les sujets intégrés à l'intérieur.
sur d'autres sujets. |
|
Source |
<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>
|
Attribut: thème / @id
Espace de noms |
Aucun espace de noms |
Annotations |
Identifiant unique du sujet dans l'ensemble de données. |
Type |
Identifiant |
Propriétés |
utilisez les lignes ci-dessous : |
required |
|
Attributs |
|
Utilisé par |
|
Source |
<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>
|
Attribut: Topic / @parentTopic
Espace de noms |
Aucun espace de noms |
Annotations |
Identifiant du sujet parent de ce sujet, le cas échéant.
Impossible de spécifier parentTopic pour les sujets intégrés à d'autres
sur ces sujets. |
Type |
xs:QName |
Propriétés |
utilisez les lignes ci-dessous : |
facultatif |
|
Utilisé par |
|
Source |
<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>
|
Créé à l'aide de l'éditeur XML oXygen.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/10/14 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 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"]]