コンポーネント: トピック

要素: トピック / 情報

名前空間 http://schemas.google.com/dspl/2010
アノテーション トピックに関するテキスト情報。
図 dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
タイプ 情報
プロパティ
コンテンツ: 複雑
モデル 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
タイプ トピック
プロパティ
コンテンツ: 複雑
minOccurs: 0
maxOccurs: 制限なし
モデル infotopic*
子供 infotopic
インスタンス
<topic id="" parentTopic="">
  <info>{1,1}</info>
  <topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
属性
QName タイプ 固定 デフォルト 使用 Annotation
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 タイプ 固定 デフォルト 使用 Annotation
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>

属性: トピック / @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 エディタを使用して作成。