元件:主題

元素:主題 / 資訊

命名空間 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>

元素:Topic / 主題

命名空間 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 類型 Fixed 預設 使用 註解
id 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 類型 Fixed 預設 使用 註解
id 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。
類型 ID
屬性
而應改為使用下列指令: 必要
商情項目
長度上限 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 編輯器建立。