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

要素: トピック / 情報

名前空間 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}
Children 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: 制限なし
モデル 情報トピック*
Children 情報トピック
インスタンス
<topic id="" parentTopic="">
  <info>{1,1}</info>
  <topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
属性
QName タイプ 固定 Default 用途 Annotation
id ID required データセット内のトピックの一意の識別子。
親トピック 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/トピック/トピック
モデル 情報トピック*
Children 情報トピック
属性
QName タイプ 固定 Default 用途 Annotation
id ID required データセット内のトピックの一意の識別子。
親トピック 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
プロパティ
次のコマンドを使用します。 required
Facets
最大長 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 Editor を使用して作成します。