Компонент: Тема

Элемент: Тема /информация

Пространство имен http://schemas.google.com/dspl/2010
Аннотации Текстовая информация по теме.
Диаграмма Диаграммаdspl4.tmp#id7dspl4.tmp#id14dspl4.tmp#id15dspl4.tmp#id6
Тип Информация
Характеристики
содержание: сложный
Модель имя , описание{0,1} , URL{0,1}
Дети описание , имя , адрес
Экземпляр
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Источник
<xs:element name="info" type="Info">
  <xs:annotation>
    <xs:documentation>Textual information about the topic.</xs:documentation>
  </xs:annotation>
</xs:element>

Элемент: Тема /тема

Пространство имен http://schemas.google.com/dspl/2010
Аннотации Дочерние темы могут быть встроены в родительскую тему. Если это так, порядок дочерних элементов имеет смысл и должен соблюдаться приложениями, отображающими эти темы.
Диаграмма Диаграммаdspl15.tmp#id32dspl15.tmp#id34dspl15.tmp#id30dspl15.tmp#id31dspl15.tmp#id29
Тип Тема
Характеристики
содержание: сложный
minПроисходит: 0
maxПроисходит: неограниченный
Модель информация , тема*
Дети информация , тема
Экземпляр
<topic id="" parentTopic="">
  <info>{1,1}</info>
  <topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
Атрибуты
QName Тип Зафиксированный По умолчанию Использовать Аннотация
я бы Идентификатор обязательный Уникальный идентификатор темы в наборе данных.
родительская тема хз: QName необязательный Идентификатор родительской темы этой темы, если она есть. parentTopic нельзя указать для тем, встроенных в другие темы.
Источник
<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>

Тип комплекса: тема

Пространство имен http://schemas.google.com/dspl/2010
Аннотации Тема — это ярлык, который можно прикрепить к понятиям. Темы организованы иерархически.
Диаграмма Диаграммаdspl15.tmp#id32dspl15.tmp#id34dspl15.tmp#id30dspl15.tmp#id31
Использован
Элементы Тема/тема , dspl/темы/тема
Модель информация , тема*
Дети информация , тема
Атрибуты
QName Тип Зафиксированный По умолчанию Использовать Аннотация
я бы Идентификатор обязательный Уникальный идентификатор темы в наборе данных.
родительская тема хз: QName необязательный Идентификатор родительской темы этой темы, если она есть. parentTopic нельзя указать для тем, встроенных в другие темы.
Источник
<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>

Атрибут: Тема / @id

Пространство имен Нет пространства имен
Аннотации Уникальный идентификатор темы в наборе данных.
Тип Идентификатор
Характеристики
использовать: обязательный
Грани
максимальная длина 64
Использован
Сложный тип Тема
Источник
<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>

Атрибут: Тема / @parentTopic

Пространство имен Нет пространства имен
Аннотации Идентификатор родительской темы этой темы, если она есть. parentTopic нельзя указать для тем, встроенных в другие темы.
Тип хз: QName
Характеристики
использовать: необязательный
Использован
Сложный тип Тема
Источник
<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>

Создан с помощью XML-редактора oXygen .