Komponent: temat

Element: Temat / informacje

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Tekstowe informacje na dany temat.
Diagram Diagram dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Typ Informacje
Właściwości
treść: złożone
Model name , description{0,1} , url{0,1}
Dzieci description, name, url
Instancja
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Źródło
<xs:element name="info" type="Info">
  <xs:annotation>
    <xs:documentation>Textual information about the topic.</xs:documentation>
  </xs:annotation>
</xs:element>

Element: temat lub temat

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Tematy podrzędne można wstawiać w temacie nadrzędnym. Jeśli tak, kolejność dzieci ma znaczenie i powinna być szanowana przez które wyświetlają te tematy.
Diagram Diagram dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31 dspl15.tmp#id29
Typ Temat,
Właściwości
treść: złożone
minOccurs: 0
maxOccurs: nieograniczony
Model info , topic*
Dzieci info, topic
Instancja
<topic id="" parentTopic="">
  <info>{1,1}</info>
  <topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
Atrybuty
QName Typ Naprawiono Domyślny Użyj Adnotacja
id Identyfikator wymagane Unikalny identyfikator tematu w parametrze w gromadzeniu danych.
parentTopic xs:QName opcjonalnie Identyfikator tematu nadrzędnego danego tematu, jeśli taki istnieje. Nie można określić parametru parentTopic w przypadku tematów wstawionych w inne tematy.
Źródło
<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>

Typ złożony: temat

Przestrzeń nazw http://schemas.google.com/dspl/2010
Adnotacje Temat to etykieta, którą można dołączać do zagadnień. Tematy są uporządkowane hierarchicznie.
Diagram Diagram dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31
Używane przez
Elementy Temat/temat, dspl/topics/topic
Model info , topic*
Dzieci info, topic
Atrybuty
QName Typ Naprawiono Domyślny Użyj Adnotacja
id Identyfikator wymagane Unikalny identyfikator tematu w parametrze w gromadzeniu danych.
parentTopic xs:QName opcjonalnie Identyfikator tematu nadrzędnego danego tematu, jeśli taki istnieje. Nie można określić parametru parentTopic w przypadku tematów wstawionych w inne tematy.
Źródło
<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>

Atrybut: Topic (Temat) / @id

Przestrzeń nazw Brak przestrzeni nazw
Adnotacje Unikalny identyfikator tematu w zbiorze danych.
Typ Identyfikator
Właściwości
użyj: wymagane
Aspekty
maksymalna długość 64
Używane przez
Rodzaj złożony Temat,
Źródło
<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>

Atrybut: Topic / @parentTopic

Przestrzeń nazw Brak przestrzeni nazw
Adnotacje Identyfikator nadrzędnego tematu, jeśli istnieje. Nie można określić elementu nadrzędnyTopic w przypadku tematów, które są wstawiane wewnątrz innych tematów
Typ xs:QName
Właściwości
użyj: opcjonalnie
Używane przez
Rodzaj złożony Temat,
Źródło
<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>

Utworzony za pomocą edytora XML oXygen.