Componente: tópico
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Elemento: tema / informações
Namespace |
http://schemas.google.com/dspl/2010 |
Anotações |
Informações textuais sobre o tema. |
Diagrama |
 |
Tipo |
Informação |
Propriedades |
|
Modelo |
nome , descrição{0,1} , url{0,1} |
Filhos |
descrição, nome, url |
Instância |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
Origem |
<xs:element name="info" type="Info">
<xs:annotation>
<xs:documentation>Textual information about the topic.</xs:documentation>
</xs:annotation>
</xs:element>
|
Elemento: tema / tema
Namespace |
http://schemas.google.com/dspl/2010 |
Anotações |
Os temas filhos podem ser inline dentro do tema pai. Nesse caso,
a ordem dos filhos é significativa e deve ser respeitada por
aplicativos que mostram esses tópicos. |
Diagrama |
 |
Tipo |
Tópico |
Propriedades |
content: |
complexo |
minOcurs: |
0 |
maxOccurs: |
ilimitada |
|
Modelo |
info , assunto* |
Filhos |
info, tema |
Instância |
<topic id="" parentTopic="">
<info>{1,1}</info>
<topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
|
Atributos |
QName |
Tipo |
Fixo |
Padrão |
Usar |
Nota |
id |
ID |
|
|
obrigatório |
O identificador exclusivo do tópico no
conjunto de dados. |
parentTopic |
xs:QName |
|
|
opcional |
O ID do tema pai desse tópico, se houver.
parentTopic não pode ser especificado para tópicos em linha dentro
outros tópicos. |
|
Origem |
<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 complexo: tópico
Namespace |
http://schemas.google.com/dspl/2010 |
Anotações |
Um tema é um rótulo que pode ser anexado a conceitos. Os temas são
organizados hierarquicamente. |
Diagrama |
 |
Usados por |
|
Modelo |
info , tópico* |
Filhos |
info, tema |
Atributos |
QName |
Tipo |
Fixo |
Padrão |
Usar |
Nota |
id |
ID |
|
|
obrigatório |
O identificador exclusivo do tópico no
conjunto de dados. |
parentTopic |
xs:QName |
|
|
opcional |
O ID do tema pai desse tópico, se houver.
parentTopic não pode ser especificado para tópicos em linha dentro
outros tópicos. |
|
Origem |
<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>
|
Atributo: Topic / @id
Namespace |
Nenhum namespace |
Anotações |
O identificador exclusivo do tópico no conjunto de dados. |
Tipo |
ID |
Propriedades |
|
Atributos |
|
Usados por |
|
Origem |
<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>
|
Atributo: Topic / @parentTopic
Namespace |
Nenhum namespace |
Anotações |
O ID do tema pai desse tópico, se houver.
parentTopic não pode ser especificado para tópicos inline dentro de outros
tópicos. |
Tipo |
xs:QName |
Propriedades |
|
Usados por |
|
Origem |
<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>
|
Criado usando o
Editor XML oXygen.
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-07-25 UTC.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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"]]