Komponen: Topik

Elemen: Topic / info

Namespace http://schemas.google.com/dspl/2010
Anotasi Informasi tekstual tentang topik tersebut.
Diagram Diagram dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
Jenis Info
Properti
konten: kompleks
Model name, description{0,1}, url{0,1}
Turunan description, name, url
Instance
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Sumber
<xs:element name="info" type="Info">
  <xs:annotation>
    <xs:documentation>Textual information about the topic.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemen: Topic / topic

Namespace http://schemas.google.com/dspl/2010
Anotasi Topik turunan dapat disisipkan di dalam topik induknya. Jika demikian, urutan turunan sangat berarti dan harus dipatuhi oleh aplikasi yang menampilkan topik berikut.
Diagram Diagram dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31 dspl15.tmp#id29
Jenis Topik
Properti
konten: kompleks
Terjadi: 0
maxTerjadi: tidak terikat
Model info, topic*
Turunan info, topik
Instance
<topic id="" parentTopic="">
  <info>{1,1}</info>
  <topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
id ID wajib ID unik topik dalam set data.
topikorang tua xs:NamaQ opsional ID topik induk dari topik ini, jika ada. parentTopic tidak dapat ditentukan untuk topik yang disisipkan di dalam topik lain.
Sumber
<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>

Jenis Kompleks: Topik

Namespace http://schemas.google.com/dspl/2010
Anotasi Topik adalah label yang dapat dilampirkan ke konsep. Topik diatur secara hierarkis.
Diagram Diagram dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31
Digunakan oleh
Elemen Topik/topik, dspl/topics/topic
Model info, topic*
Turunan info, topik
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
id ID wajib ID unik topik dalam set data.
topikorang tua xs:NamaQ opsional ID topik induk dari topik ini, jika ada. parentTopic tidak dapat ditentukan untuk topik yang disisipkan di dalam topik lain.
Sumber
<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>

Atribut: Topik / @id

Namespace Tidak ada namespace
Anotasi ID unik dari topik dalam set data.
Jenis ID
Properti
gunakan: wajib
Faset
PanjangPanjang 64
Digunakan oleh
Jenis Kompleks Topik
Sumber
<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>

Atribut: Topic / @parentTopic

Namespace Tidak ada namespace
Anotasi ID topik induk dari topik ini, jika ada. parentTopic tidak dapat ditentukan untuk topik yang disisipkan di dalam topik lainnya.
Jenis xs:NamaQ
Properti
gunakan: opsional
Digunakan oleh
Jenis Kompleks Topik
Sumber
<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>

Dibuat menggunakan Editor XML oXygen.