组件:主题

元素:主题 / 信息

命名空间 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
类型 主题
属性
content: 复杂
minOccurs: 0
maxOccurs: 无界限
型号 信息topic*
儿童 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
使用方数量
元素 Topic/topicdspl/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
属性
而应使用以下命令: 必填
分面
长度上限 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>

属性:Topic / @parentTopic

命名空间 没有命名空间
注释 此主题的父级主题的 ID(如果有)。 无法为内嵌在其他主题中的主题指定 parentTopic 主题。
类型 xs: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>

使用 oXygen XML 编辑器创建。