Componente: Tema
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Elemento: Tema / información
Espacio de nombres |
http://schemas.google.com/dspl/2010 |
Anotaciones |
Información textual sobre el tema. |
Diagrama |
 |
Tipo |
Información |
Propiedades |
|
Modelo |
name , description{0,1} , url{0,1} |
Niños |
description, name, url |
Instancia |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
Fuente |
<xs:element name="info" type="Info">
<xs:annotation>
<xs:documentation>Textual information about the topic.</xs:documentation>
</xs:annotation>
</xs:element>
|
Elemento: Tema / tema
Espacio de nombres |
http://schemas.google.com/dspl/2010 |
Anotaciones |
Los temas secundarios se pueden intercalar dentro de su tema superior. Si es así,
el orden de los niños es significativo y debe respetarse
aplicaciones que muestran estos temas. |
Diagrama |
 |
Tipo |
Tema |
Propiedades |
content: |
complejo |
minOccurs: |
0 |
maxOccurs: |
no delimitado |
|
Modelo |
info , topic* |
Niños |
información, tema |
Instancia |
<topic id="" parentTopic="">
<info>{1,1}</info>
<topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
|
Atributos |
QName |
Tipo |
Fijo |
Predeterminada |
Usar |
Anotación |
id |
ID |
|
|
obligatorio |
Es el identificador único del tema en el conjunto de datos. |
parentTopic |
xs:QName |
|
|
opcional |
Es el ID del tema superior de este tema, si tiene uno.
No se puede especificar parentTopic para los temas intercalados.
otros temas. |
|
Fuente |
<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 complejo: Tema
Espacio de nombres |
http://schemas.google.com/dspl/2010 |
Anotaciones |
Un tema es una etiqueta que se puede adjuntar a conceptos. Los temas son
organizados de forma jerárquica. |
Diagrama |
 |
Utilizado por |
|
Modelo |
información , tema* |
Niños |
información, tema |
Atributos |
QName |
Tipo |
Fijo |
Predeterminada |
Usar |
Anotación |
id |
ID |
|
|
obligatorio |
El identificador único del tema en el
conjunto de datos. |
parentTopic |
xs:QName |
|
|
opcional |
Es el ID del tema superior de este tema, si tiene uno.
No se puede especificar parentTopic para los temas intercalados.
otros temas. |
|
Fuente |
<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: Tema / @id
Espacio de nombres |
No hay espacios de nombres |
Anotaciones |
El identificador único del tema en el conjunto de datos. |
Tipo |
ID |
Propiedades |
utiliza esto: |
obligatorio |
|
Facetas |
|
Utilizado por |
|
Fuente |
<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: Tema / @parentTopic
Espacio de nombres |
No hay espacios de nombres |
Anotaciones |
Es el ID del tema superior de este tema, si tiene uno.
No se puede especificar parentTopic para los temas intercalados dentro de otros temas. |
Tipo |
xs:QName |
Propiedades |
|
Utilizado por |
|
Fuente |
<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>
|
Se crea con el
Editor XML de oXygen.
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-10-14 (UTC)
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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"]]