Bileşen: Kavram Bilgisi

Öğe: ConceptInfo / pluralName

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Kavram örneklerinden bahsederken kullanılan ad (ör. "Eyalet"in çoğul adı "Eyaletler").
Şema Şema dspl0.tmp#kimlik10 dspl0.tmp#kimlik12 dspl0.tmp#kimlik9 dspl3.tmp#kimlik8
Tür Değerler
Özellikler
içerik: karmaşık
min. Tekrarlar: 0
Model değer* | conceptValue{0,1}
Çocuk conceptValue, value
Örnek
<pluralName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</pluralName>
Kaynak
<xs:element name="pluralName" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name used to refer to a collection of instances of
                the concept (e.g., pluralName of "State" is "States").</xs:documentation>
  </xs:annotation>
</xs:element>

Öğe: ConceptInfo / totalName

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Kavramın tüm örneklerini (ör. "State" için toplam ad "All US") şeklindedir.
Şema Şema dspl0.tmp#kimlik10 dspl0.tmp#kimlik12 dspl0.tmp#kimlik9 dspl3.tmp#kimlik8
Tür Değerler
Özellikler
içerik: karmaşık
min. Tekrarlar: 0
Model değer* | conceptValue{0,1}
Çocuk conceptValue, value
Örnek
<totalName>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</totalName>
Kaynak
<xs:element name="totalName" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A name used to refer to all the instances of the
                concept (e.g., totalName for "State" is "All US").</xs:documentation>
  </xs:annotation>
</xs:element>

Element: ConceptInfo / eş anlamlı

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Bu kavramı ifade etmek için kullanılabilecek bir eş anlamlı kelime.
Şema Şema dspl0.tmp#kimlik10 dspl0.tmp#kimlik12 dspl0.tmp#kimlik9 dspl3.tmp#kimlik8
Tür Değerler
Özellikler
içerik: karmaşık
min. Tekrarlar: 0
maxOccurs: sınırsız
Model değer* | conceptValue{0,1}
Çocuk conceptValue, value
Örnek
<synonym>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</synonym>
Kaynak
<xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
  </xs:annotation>
</xs:element>

Karmaşık Tür: Kavram Bilgisi

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Veri kümesindeki bir kavram hakkında metin biçiminde bilgiler. Temel Bilgi türünün bu uzantısı, yalnızca kavramlar için geçerli olan birkaç ek alan ekler.
Şema Şema dspl4.tmp#kimlik7 dspl4.tmp#kimlik14 dspl4.tmp#kimlik15 dspl4.tmp#kimlik6 dspl13.tmp#kimlik40 dspl13.tmp#kimlik41 dspl13.tmp#kimlik42
Tür Bilgi uzantısı
Tür hiyerarşisi
Kullanan reklam sayısı
Öğe Kavram/bilgi
Model ad , description{0,1} , url{0,1} , pluralName{0,1} , totalName{0,1} , eş anlamlı*
Çocuk description, name, pluralName, eş anlamlı, totalName, url
Kaynak
<xs:complexType name="ConceptInfo">
  <xs:annotation>
    <xs:documentation>Textual information about a concept in the dataset. This extension of
        the base Info type adds a few additional fields that only apply to
        concepts.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="Info">
      <xs:sequence>
        <xs:element name="pluralName" type="Values" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A name used to refer to a collection of instances of
                the concept (e.g., pluralName of "State" is "States").</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="totalName" type="Values" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A name used to refer to all the instances of the
                concept (e.g., totalName for "State" is "All US").</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

oXygen XML Düzenleyici kullanılarak oluşturulur.