Komponen: Topik

Elemen: Topik / info

Namespace http://schemas.google.com/dspl/2010
Anotasi Informasi tekstual tentang topik.
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}
Anak-Anak 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: Topik / topik

Namespace http://schemas.google.com/dspl/2010
Anotasi Topik turunan dapat disisipkan dalam topik induknya. Jika demikian, urutan anak-anak memiliki arti dan harus dihormati oleh aplikasi yang menampilkan topik tersebut.
Diagram Diagram dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31 dspl15.tmp#id29
Jenis Topik
Properti
konten: kompleks
minimum: 0
maxOccurs: tanpa batas
Model info , topik*
Anak-Anak info, topik
Instance
<topic id="" parentTopic="">
  <info>{1,1}</info>
  <topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
Atribut
QName Jenis Tetap Default Gunakan Annotation
id ID wajib diisi ID unik topik di set data.
parentTopic xs:QName opsional ID topik induk topik ini, jika ada. parentTopic tidak dapat ditentukan untuk topik yang disisipkan di dalam topik lainnya.
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. Topiknya adalah terorganisir 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 , topik*
Anak-Anak info, topik
Atribut
QName Jenis Tetap Default Gunakan Annotation
id ID wajib diisi ID unik topik di set data.
parentTopic xs:QName opsional ID topik induk topik ini, jika ada. parentTopic tidak dapat ditentukan untuk topik yang disisipkan di dalam topik lainnya.
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: Topic / @id

Namespace Tidak ada namespace
Anotasi ID unik topik dalam set data.
Jenis ID
Properti
gunakan: wajib diisi
{i>Facet<i}
maxLength 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 topik ini, jika ada. parentTopic tidak dapat ditentukan untuk topik yang disisipkan dalam topik.
Jenis xs:QName
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 Oksigen.