组件:主题

元素:主题/信息

命名空间 http://schemas.google.com/dspl/2010
注释 有关主题的文本信息
图示 图示 dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
类型 信息
属性
content: 复杂
模型 namedescription{0,1}url{0,1}
儿童 descriptionnameurl
实例
<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#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31 dspl15.tmp#id29
类型 Topic
属性
content: 复杂
minOccurs: 0
maxOccurs: 无界限
模型 infotopic*
儿童 infotopic
实例
<topic id="" parentTopic="">
  <info>{1,1}</info>
  <topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
属性
QName 类型 已修复 默认 使用 注解
id ID 必需 数据集中主题的唯一标识符。
parentTopic xs:QName 可选 此主题的父主题的 ID(如果有)。 无法为内嵌在其他主题中的主题指定 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#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31
使用方数量
元素 主题/主题dspl/topics/topic
模型 infotopic*
儿童 infotopic
属性
QName 类型 已修复 默认 使用 注解
id ID 必需 数据集中主题的唯一标识符。
parentTopic xs:QName 可选 此主题的父主题的 ID(如果有)。 无法为内嵌在其他主题中的主题指定 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>

属性:Topic / @id

命名空间 没有命名空间
注释 数据集中主题的唯一标识符。
类型 ID
属性
而应使用以下命令: 必需
属性
maxLength 64
使用方数量
复杂类型 Topic
来源
<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>

属性:Topic / @parentTopic

命名空间 没有命名空间
注释 此主题的父主题的 ID(如果有)。 无法为内嵌在其他主题中的主题指定 parentTopic。
类型 xs:QName
属性
而应使用以下命令: 可选
使用方数量
复杂类型 Topic
来源
<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>

使用 oXygen XML 编辑器创建。