Componente: tema

Elemento: Topic / informações

Namespace http://schemas.google.com/dspl/2010
Anotações Informações textuais sobre o tema
Diagrama Diagrama dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Tipo Informações
Propriedades
content: complexo
Modelo nome , description{0,1} , url{0,1}
Children descrição, nome, URL
Instância
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Fonte
<xs:element name="info" type="Info">
  <xs:annotation>
    <xs:documentation>Textual information about the topic.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemento: Topic / topic

Namespace http://schemas.google.com/dspl/2010
Anotações Os temas filhos podem ser incluídos no tema pai. Nesse caso, a ordem dos filhos é significativa e precisa ser respeitada pelos aplicativos que exibem esses tópicos.
Diagrama Diagrama dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31 dspl15.tmp#id29
Tipo Topic
Propriedades
content: complexo
minOccurs: 0
maxOccurs: ilimitada
Modelo informação , tópico*
Children informações, tópico
Instância
<topic id="" parentTopic="">
  <info>{1,1}</info>
  <topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
Atributos
QName Tipo Fixo Padrão Uso Annotation
id Código exigiu O identificador exclusivo do tópico no conjunto de dados.
parentTopic (link em inglês) xs:QName opcional O ID do tópico pai deste tópico, se tiver um. parentTopic não pode ser especificado para tópicos inline dentro de outros tópicos.
Fonte
<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: tema

Namespace http://schemas.google.com/dspl/2010
Anotações Um tópico é um rótulo que pode ser anexado a conceitos. Os temas são organizados hierarquicamente.
Diagrama Diagrama dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31
Usados por
Elementos Tópico/tópico, dspl/topics/topic
Modelo informação , tópico*
Children informações, tópico
Atributos
QName Tipo Fixo Padrão Uso Annotation
id Código exigiu O identificador exclusivo do tópico no conjunto de dados.
parentTopic (link em inglês) xs:QName opcional O ID do tópico pai deste tópico, se tiver um. parentTopic não pode ser especificado para tópicos inline dentro de outros tópicos.
Fonte
<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: Tópico / @id

Namespace Nenhum namespace
Anotações O identificador exclusivo do tópico no conjunto de dados.
Tipo Código
Propriedades
use: exigiu
Facets
maxLength 64
Usados por
Tipo complexo Topic
Fonte
<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: Tópico / @parentTopic

Namespace Nenhum namespace
Anotações O ID do tópico pai deste tópico, se tiver um. parentTopic não pode ser especificado para tópicos inline em outros tópicos.
Tipo xs:QName
Propriedades
use: opcional
Usados por
Tipo complexo Topic
Fonte
<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 com o editor XML oXygen.