Componente: Tema

Elemento: Tema o información

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Información textual sobre el tema.
Diagrama Diagrama dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Tipo Información
Propiedades
content: complejo
Modelo nombre, descripción{0,1}, url{0,1}
Children descripción, nombre, 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 del tema superior. Si es así, el orden de los elementos secundarios es significativo y las aplicaciones que muestran estos temas deben respetarlo.
Diagrama Diagrama dspl15.tmp#id32, dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31, dspl15.tmp#id29
Tipo Tema
Propiedades
content: complejo
minOccurs: 0
maxOccurs: no delimitado
Modelo info , tema*
Children información, tema
Instancia
<topic id="" parentTopic="">
  <info>{1,1}</info>
  <topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
Atributos
QName Tipo Fixed Predeterminado Uso Anotación
id ID required El identificador único del tema en el conjunto de datos.
parentTopic xs:nombredeQ columna El ID del tema principal de este tema, si tiene uno. parentTopic no se puede especificar para temas que están intercalados dentro de 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 los conceptos. Los temas se organizan de forma jerárquica.
Diagrama Diagrama dspl15.tmp#id32, dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31,
Utilizado por
Elementos Tema/tema, dspl/topics/topic
Modelo info, tema*
Children información, tema
Atributos
QName Tipo Fixed Predeterminado Uso Anotación
id ID required El identificador único del tema en el conjunto de datos.
parentTopic xs:nombredeQ columna El ID del tema principal de este tema, si tiene uno. parentTopic no se puede especificar para temas que están intercalados dentro de 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: required
Facets
maxLength 64
Utilizado por
Tipo complejo Tema
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 El ID del tema principal de este tema, si tiene uno. parentTopic no se puede especificar para temas que están intercalados dentro de otros temas.
Tipo xs:nombredeQ
Propiedades
utiliza esto: columna
Utilizado por
Tipo complejo Tema
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.