Komponen: Konsep

Elemen: Konsep / info

Namespace http://schemas.google.com/dspl/2010
Anotasi Informasi tekstual, seperti nama dan deskripsi konsep.
Diagram Diagram dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6 dspl13.tmp#id40 dspl13.tmp#id41 dspl13.tmp#id42 dspl13.tmp#id39
Jenis Info Konsep
Hierarki jenis
Properti
konten: kompleks
Model name , description{0,1} , url{0,1} , pluralName{0,1} , totalName{0,1} , sinonim*
Turunan description, name, pluralName, sinonim, totalName, url
Instance
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Sumber
<xs:element name="info" type="ConceptInfo">
  <xs:annotation>
    <xs:documentation>Textual information, such as the name and description of
            the concept.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemen: Konsep / topik

Namespace http://schemas.google.com/dspl/2010
Anotasi Topik yang terkait dengan konsep tersebut.
Diagram Diagram dspl6.tmp#id44
Properti
konten: kompleks
Terjadi: 0
maxTerjadi: tidak terikat
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
ref xs:NamaQ opsional ID unik dari topik yang terkait dengan konsep ini. Topik yang direferensikan dapat ditentukan di set data yang sama atau secara eksternal, yaitu di set data lain. Referensi ke topik eksternal harus berupa "prefix:other_topic_id", dengan "prefix" adalah awalan yang digunakan untuk namespace set data eksternal (lihat namespace XML).
Sumber
<xs:element name="topic" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A topic the concept is associated with.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="xs:QName">
      <xs:annotation>
        <xs:documentation>The unique identifier of the topic this concept is
                associated with.

                The referenced topic may be defined in the same
                dataset or externally, i.e., in another dataset. A
                reference to an external topic must be of the form
                "prefix:other_topic_id", where "prefix" is the prefix
                used for the namespace of the external dataset (see
                XML namespaces).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Elemen: Konsep / jenis

Namespace http://schemas.google.com/dspl/2010
Anotasi Jenis data konsep. Konsep harus memberikan deklarasi jenis atau memperluas konsep lainnya. Jika memperluas konsep, tindakan ini juga dapat memberikan deklarasi jenis. Jenis konsep yang diperluas harus kurang ketat daripada jenis konsep yang memperluasnya. "Kurang membatasi" (LRT) adalah urutan parsial yang didefinisikan sebagai berikut: string LRT float float LRT integer string LRT tanggal string LRT boolean
Diagram Diagram dspl6.tmp#id46
Properti
konten: kompleks
Terjadi: 0
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
ref Jenis Data wajib
Sumber
<xs:element name="type" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The data type of the concept. A concept must provide a type declaration or extend
            another concept. In the case where it's extending a concept, it may also
            provide a type declaration. The type of the extended concept must be less restrictive
            than the type of the concept extending it.

            "Less restrictive than" (LRT) is a partial order defined as follows:

            string LRT float
            float LRT integer
            string LRT date
            string LRT boolean</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="DataType" use="required"/>
  </xs:complexType>
</xs:element>

Elemen: Konsep / atribut

Namespace http://schemas.google.com/dspl/2010
Anotasi Atribut konsep. Atribut mewakili informasi tambahan tentang konsep (misalnya, PDB adalah persentase).
Diagram Diagram dspl14.tmp#id24 dspl14.tmp#id26 dspl14.tmp#id19 dspl14.tmp#id20 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl14.tmp#id18
Jenis Atribut
Properti
konten: kompleks
Terjadi: 0
maxTerjadi: tidak terikat
Model info{0,1} , jenis{0,1} , (nilai* | konsepValue{0,1})
Turunan konsepNilai, info, jenis, nilai
Instance
<attribute concept="" id="">
  <info>{0,1}</info>
  <type format="" ref="">{0,1}</type>
</attribute>
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
konsep xs:NamaQ opsional Referensi untuk konsep yang sesuai dengan nilai atribut. Jika atribut menentukan sebuah jenis, maka jenis tersebut harus cocok dengan jenis konsep yang direferensikan. Referensi ke konsep eksternal harus dalam bentuk "prefix:other_konsep_id", dengan "awalan" adalah awalan yang digunakan untuk namespace set data eksternal (lihat namespace XML).
id LocalId opsional ID atribut konsep. ID ini harus unik dalam konsep (di seluruh atribut dan properti). ID dapat dihilangkan jika atribut konsep ditentukan. Dalam hal ini, ID dibuat secara implisit dengan nilai nama lokal dari konsep yang direferensikan. Misalnya, <attribute konsep="unit:currency"/> setara dengan <attribute id="currency" ="="="unit:currency"/>
Sumber
<xs:element name="attribute" type="Attribute" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>An attribute of the concept. Attributes represent additional
            information about the concept (e.g., GDP is a percentage).</xs:documentation>
  </xs:annotation>
</xs:element>

Elemen: Konsep / properti

Namespace http://schemas.google.com/dspl/2010
Anotasi Properti konsep. Properti merepresentasikan informasi tambahan tentang instance konsep (misalnya, konsep "city" mungkin memiliki properti "country").
Diagram Diagram dspl8.tmp#id53 dspl8.tmp#id54 dspl8.tmp#id55 dspl8.tmp#id56 dspl8.tmp#id50 dspl8.tmp#id51 dspl8.tmp#id49
Jenis Properti Konsep
Properti
konten: kompleks
Terjadi: 0
maxTerjadi: tidak terikat
Model info{0,1} , jenis{0,1}
Turunan info, jenis
Instance
<property concept="" id="" isMapping="false" isParent="false">
  <info>{0,1}</info>
  <type ref="">{0,1}</type>
</property>
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
konsep xs:NamaQ opsional Referensi untuk konsep yang sesuai dengan nilai properti. Jika properti menentukan jenis, jenis tersebut harus cocok dengan jenis konsep yang direferensikan. Referensi ke konsep eksternal harus dalam bentuk "prefix:other_konsep_id", dengan "awalan" adalah awalan yang digunakan untuk namespace set data eksternal (lihat namespace XML).
id LocalId opsional ID properti konsep. ID ini harus unik dalam konsep (di seluruh atribut dan properti). ID dapat dihilangkan jika properti konsep ditentukan. Dalam hal ini, ID secara implisit dibuat dengan nilai nama lokal dari konsep yang direferensikan. Misalnya, <property ="="geo:country"/> setara dengan <property id="country" ="="geo:country"/>
isMapping (Pemetaan) x:boolean salah opsional Jika benar, properti ini harus merujuk ke sebuah konsep, dan properti ini menunjukkan hubungan pemetaan (1 ke 1) antara konsep ini dan konsep yang direferensikan. Setiap instance konsep yang direferensikan direferensikan oleh maksimal satu instance dari konsep ini.
isParent x:boolean salah opsional Jika benar, properti ini harus merujuk ke sebuah konsep, dan properti ini menunjukkan hubungan hierarkis antara konsep ini dan konsep yang direferensikan (mis. benua suatu negara).
Sumber
<xs:element name="property" type="ConceptProperty" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A property of the concept. Properties represent additional
            information about instances of the concept (e.g., a concept
            "city" may have a property "country").</xs:documentation>
  </xs:annotation>
</xs:element>

Elemen: Konsep / defaultValue

Namespace http://schemas.google.com/dspl/2010
Anotasi Nilai default untuk konsep, yang akan digunakan oleh aplikasi ketika harus memilih salah satu kemungkinan nilai dari konsep tersebut.
Diagram Diagram dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Jenis Nilai
Properti
konten: kompleks
Terjadi: 0
Model nilai* | konsepNilai{0,1}
Turunan konsepNilai, nilai
Instance
<defaultValue>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</defaultValue>
Sumber
<xs:element name="defaultValue" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A default value for the concept, to be used by
            applications when they need to pick one of the possible
            values of the concept.</xs:documentation>
  </xs:annotation>
</xs:element>

Elemen: Konsep / tabel

Namespace http://schemas.google.com/dspl/2010
Anotasi Referensi ke tabel yang berisi semua kemungkinan nilai untuk konsep dan properti nonkonstantanya.
Diagram Diagram dspl5.tmp#id65 dspl5.tmp#id60 dspl5.tmp#id62 dspl5.tmp#id59
Jenis KonsepTableMapping
Properti
konten: kompleks
Terjadi: 0
Model mapDraft{0,1} , mapProperty*
Turunan mapDraft, mapProperty
Instance
<table ref="">
  <mapConcept toColumn="">{0,1}</mapConcept>
  <mapProperty lang="" ref="" toColumn="">{0,unbounded}</mapProperty>
</table>
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
ref LocalId wajib ID tabel yang berisi data untuk konsep.
Sumber
<xs:element name="table" type="ConceptTableMapping" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A reference to a table that contains all the
            possible values for the concept and its non-constant
            properties.</xs:documentation>
  </xs:annotation>
</xs:element>

Jenis Kompleks: Konsep

Namespace http://schemas.google.com/dspl/2010
Anotasi Konsep adalah definisi dari jenis data yang muncul di set data (mis., "PDB" atau "County"). Konsep dapat dikaitkan dengan enumerasi semua nilai yang memungkinkan atau tidak. Konsep yang ditentukan dalam beberapa set data dapat dirujuk dalam set data lain.
Diagram Diagram dspl6.tmp#id66 dspl6.tmp#id67 dspl6.tmp#id38 dspl6.tmp#id43 dspl6.tmp#id45 dspl6.tmp#id47 dspl6.tmp#id48 dspl6.tmp#id57 dspl6.tmp#id58
Digunakan oleh
Elemen dspl/konsep/konsep
Model info , topic* , type{0,1} , attribute* , property* , defaultValue{0,1} , tabel{0,1}
Turunan attribute, defaultValue, info, property, table, topic, jenis
Atribut
NamaQ Jenis Fixed Default Penggunaan Annotation
diperluas xs:NamaQ opsional ID unik dari konsep yang diperluas oleh konsep ini. Konsep yang direferensikan dapat ditentukan dalam set data yang sama atau secara eksternal, yaitu di set data lain. Referensi ke konsep eksternal harus berupa "prefix:other_konsep_id", dengan "prefiks" adalah awalan yang digunakan untuk namespace set data eksternal (lihat namespace XML).
id ID wajib ID unik konsep, yang harus unik secara global dalam set data.
Sumber
<xs:complexType name="Concept">
  <xs:annotation>
    <xs:documentation>A concept is a definition of a type of data that appears in the
        dataset (e.g., "GDP" or "County").  A concept may be associated with
        an enumeration of all its possible values or not. A concept defined in
        some dataset may be referenced in other datasets.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="ConceptInfo">
      <xs:annotation>
        <xs:documentation>Textual information, such as the name and description of
            the concept.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="topic" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A topic the concept is associated with.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="xs:QName">
          <xs:annotation>
            <xs:documentation>The unique identifier of the topic this concept is
                associated with.

                The referenced topic may be defined in the same
                dataset or externally, i.e., in another dataset. A
                reference to an external topic must be of the form
                "prefix:other_topic_id", where "prefix" is the prefix
                used for the namespace of the external dataset (see
                XML namespaces).</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:element name="type" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The data type of the concept. A concept must provide a type declaration or extend
            another concept. In the case where it's extending a concept, it may also
            provide a type declaration. The type of the extended concept must be less restrictive
            than the type of the concept extending it.

            "Less restrictive than" (LRT) is a partial order defined as follows:

            string LRT float
            float LRT integer
            string LRT date
            string LRT boolean</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="DataType" use="required"/>
      </xs:complexType>
    </xs:element>
    <xs:element name="attribute" type="Attribute" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>An attribute of the concept. Attributes represent additional
            information about the concept (e.g., GDP is a percentage).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="property" type="ConceptProperty" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A property of the concept. Properties represent additional
            information about instances of the concept (e.g., a concept
            "city" may have a property "country").</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="defaultValue" type="Values" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A default value for the concept, to be used by
            applications when they need to pick one of the possible
            values of the concept.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="table" type="ConceptTableMapping" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A reference to a table that contains all the
            possible values for the concept and its non-constant
            properties.</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 concept, which must be globally
          unique within the dataset.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="extends" type="xs:QName" use="optional">
    <xs:annotation>
      <xs:documentation>The unique identifier of a concept that this
          concept extends.

          The referenced concept may be defined in the same
          dataset or externally, i.e., in another dataset. A
          reference to an external concept must be of the form
          "prefix:other_concept_id", where "prefix" is the
          prefix used for the namespace of the external
          dataset (see XML namespaces).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

Atribut: Konsep / topik / @ref

Namespace Tidak ada namespace
Anotasi ID unik dari topik yang terkait dengan konsep ini. Topik yang direferensikan dapat ditentukan di set data yang sama atau secara eksternal, yaitu di set data lain. Referensi ke topik eksternal harus berupa "prefix:other_topic_id", dan "prefix" adalah awalan yang digunakan untuk namespace set data eksternal (lihat namespace XML).
Jenis xs:NamaQ
Properti
konten: sederhana
Digunakan oleh
Elemen Konsep/topik
Sumber
<xs:attribute name="ref" type="xs:QName">
  <xs:annotation>
    <xs:documentation>The unique identifier of the topic this concept is
                associated with.

                The referenced topic may be defined in the same
                dataset or externally, i.e., in another dataset. A
                reference to an external topic must be of the form
                "prefix:other_topic_id", where "prefix" is the prefix
                used for the namespace of the external dataset (see
                XML namespaces).</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atribut: Konsep / jenis / @ref

Namespace Tidak ada namespace
Jenis Jenis Data
Properti
gunakan: wajib
Faset
enumerasi string
enumerasi float
enumerasi bilangan bulat
enumerasi boolean
enumerasi date
enumerasi konsep
Digunakan oleh
Elemen Konsep/jenis
Sumber
<xs:attribute name="ref" type="DataType" use="required"/>

Atribut: Konsep / @id

Namespace Tidak ada namespace
Anotasi ID unik dari konsep, yang harus unik secara global dalam set data.
Jenis ID
Properti
gunakan: wajib
Faset
PanjangPanjang 64
Digunakan oleh
Jenis Kompleks Konsep
Sumber
<xs:attribute name="id" type="Id" use="required">
  <xs:annotation>
    <xs:documentation>The unique identifier of the concept, which must be globally
          unique within the dataset.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Atribut: Konsep / @extends

Namespace Tidak ada namespace
Anotasi ID unik dari konsep yang diperluas oleh konsep ini. Konsep yang direferensikan dapat ditentukan dalam set data yang sama atau secara eksternal, yaitu di set data lain. Referensi ke konsep eksternal harus berupa "prefix:other_konsep_id", dengan "awalan" adalah awalan yang digunakan untuk namespace set data eksternal (lihat namespace XML).
Jenis xs:NamaQ
Properti
gunakan: opsional
Digunakan oleh
Jenis Kompleks Konsep
Sumber
<xs:attribute name="extends" type="xs:QName" use="optional">
  <xs:annotation>
    <xs:documentation>The unique identifier of a concept that this
          concept extends.

          The referenced concept may be defined in the same
          dataset or externally, i.e., in another dataset. A
          reference to an external concept must be of the form
          "prefix:other_concept_id", where "prefix" is the
          prefix used for the namespace of the external
          dataset (see XML namespaces).</xs:documentation>
  </xs:annotation>
</xs:attribute>

Dibuat menggunakan Editor XML oXygen.