Bileşen: Kavram

Öğe: Kavram / bilgi

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Reklamın adı ve açıklaması gibi metin bilgileri hakkında bilgi edindiniz.
Şema Şema dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6 dspl13.tmp#id40 dspl13.tmp#id41 dspl13.tmp#id42 dspl13.tmp#id39
Tür ConceptInfo
Tür hiyerarşisi
Özellikler
içerik: karmaşık
Model ad , açıklama{0,1} , url{0,1} , pluralName{0,1} , totalName{0,1} , eş anlamlı*
Çocuklar description, name, pluralName, eş anlamlı, totalName, url
Örnek
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Kaynak
<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>

Öğe: Kavram / konu

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Kavramın ilişkili olduğu bir konu.
Şema Şema dspl6.tmp#id44
Özellikler
içerik: karmaşık
MinOccurs: 0
maxOccurs: sınırsız
Özellikler
QName Tür Düzeltildi Varsayılan Kullan Ek Açıklama
başvuru xs:QName isteğe bağlı Bu kavramın konusunun benzersiz tanımlayıcısı görüntülenebilir. Referans verilen konu, aynı (ör. başka bir veri kümesinde) içe aktarma işlemini uygulayın. Bir harici konu şu biçimde olmalıdır: "prefix:other_topic_id"; burada "ön ek" , harici veri kümesinin ad alanı için kullanılan önek (bkz. XML ad alanları) ayırmanızı sağlar.
Kaynak
<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>

Öğe: Kavram / tür

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Kavramın veri türü. Kavram bir tür sağlamalıdır veya başka bir kavramı genişletmek mümkün olabilir. Teklifin bir kavramı genişlettiğinde, bir tür bildirimi de sağlayabilir. Türü, genişletilmiş kavram, düşünmesi gerekir. "Şundan daha az kısıtlayıcı:" (LRT) kısmi sıra şu şekilde tanımlanır: dize LRT kayan noktalı LRT tam sayısı dize LRT tarih dizesi LRT boole
Şema Şema dspl6.tmp#id46
Özellikler
içerik: karmaşık
MinOccurs: 0
Özellikler
QName Tür Düzeltildi Varsayılan Kullan Ek Açıklama
başvuru DataType zorunlu
Kaynak
<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>

Öğe: Kavram / özellik

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Kavramın bir özelliği. Özellikler, Kavramla ilgili bilgi (ör. GSYİH yüzdedir).
Şema Şema dspl14.tmp#id24 dspl14.tmp#id26 dspl14.tmp#id19 dspl14.tmp#id20 dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl14.tmp#id18
Tür Özellik
Özellikler
içerik: karmaşık
MinOccurs: 0
maxOccurs: sınırsız
Model info{0,1} , type{0,1} , (değer* | conceptValue{0,1})
Çocuklar conceptValue, bilgi, tür, değer
Örnek
<attribute concept="" id="">
  <info>{0,1}</info>
  <type format="" ref="">{0,1}</type>
</attribute>
Özellikler
QName Tür Düzeltildi Varsayılan Kullan Ek Açıklama
kavram xs:QName isteğe bağlı Değerlere karşılık gelen bir kavrama yapılan referans içerir. Özellik bir tür belirtiyorsa tür, başvuruda bulunulan kavramın türüyle eşleşmelidir. Bir dış kavram şu biçimde olmalıdır: "prefix:other_concept_id"; burada "ön ek" : harici veri kümesinin ad alanı için kullanılan ön ek (bkz. XML) ad alanları) ayırmanızı sağlar.
id LocalId isteğe bağlı Konsept özelliğinin kimliği. Bu tanımlayıcı Kavram dahilinde benzersiz (özellikler ve özellikler genelinde) İlgili içeriği oluşturmak için kullanılan Kavram özelliği belirtilirse id atlanabilir. Bu durumda, kimlik, dizenin yerel adının değeri ile referans verilen bir kavramdır. Örneğin, <attribute concept=&quot;unit:currency&quot;/&gt; eşdeğerdir <attribute id="currency" concept=&quot;unit:currency&quot;/&gt;
Kaynak
<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>

Öğe: Kavram / özellik

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Kavramın bir özelliği. Özellikler, Kavramın örnekleri hakkında bilgiler (ör. bir kavram "şehir" "ülke" mülkü olabilir.
Şema Şema dspl8.tmp#id53 dspl8.tmp#id54 dspl8.tmp#id55 dspl8.tmp#id56 dspl8.tmp#id50 dspl8.tmp#id51 dspl8.tmp#id49
Tür ConceptProperty
Özellikler
içerik: karmaşık
MinOccurs: 0
maxOccurs: sınırsız
Model bilgi{0,1} , tür{0,1}
Çocuklar info, tür
Örnek
<property concept="" id="" isMapping="false" isParent="false">
  <info>{0,1}</info>
  <type ref="">{0,1}</type>
</property>
Özellikler
QName Tür Düzeltildi Varsayılan Kullan Ek Açıklama
kavram xs:QName isteğe bağlı Değerlere karşılık gelen bir kavrama yapılan referans belirtir. Mülk bir tür belirtiyorsa tür, başvuruda bulunulan kavramın türüyle eşleşmelidir. Bir dış kavram şu biçimde olmalıdır: "prefix:other_concept_id"; burada "ön ek" : harici veri kümesinin ad alanı için kullanılan ön ek (bkz. XML) ad alanları) ayırmanızı sağlar.
id LocalId isteğe bağlı Konsept mülkün kimliği. Bu tanımlayıcı Kavram dahilinde benzersiz (özellikler ve özellikler genelinde) İlgili içeriği oluşturmak için kullanılan Kavram özelliği belirtilirse id atlanabilir. Bu durumda, kimlik, dolaylı olarak referans verilen bir kavramdır. Örneğin <property concept=&quot;geo:country&quot;/&gt; <property ile eşdeğerdir id=&quot;country&quot; concept=&quot;geo:country&quot;/&gt;
isMapping xs:boolean false isteğe bağlı Doğru (true) ise bu özellik bir kavrama ve bu özellik, söz konusu alan adı ve alan adı arasında bir eşleme (1'e 1) ve başvurulan kavramdır. Referans verilen Kavram bu kavramın en fazla bir örneğinde
isParent xs:boolean false isteğe bağlı Doğru (true) ise bu özellik bir kavrama ve bu özellik, söz konusu alt alanla arasında hiyerarşik bir kavram ve atıfta bulunulan kavram (ör. ülke).
Kaynak
<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>

Öğe: Kavram / defaultValue

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Konsept için uygulamalar tarafından kullanılacak varsayılan bir değer olası değerlerinden birini seçmeleri gerektiğinde hakkında bilgi edindiniz.
Şema Şema dspl0.tmp#id10 dspl0.tmp#id12 dspl0.tmp#id9 dspl3.tmp#id8
Tür Değerler
Özellikler
içerik: karmaşık
MinOccurs: 0
Model değer* | conceptValue{0,1}
Çocuklar conceptValue, value
Örnek
<defaultValue>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</defaultValue>
Kaynak
<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>

Öğe: Kavram / tablo

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Olası tüm değerleri içeren bir tabloya başvuru kavrama ve sabit olmayan özelliklerine odaklanacağız.
Şema Şema dspl5.tmp#id65 dspl5.tmp#id60 dspl5.tmp#id62 dspl5.tmp#id59
Tür ConceptTableMapping
Özellikler
içerik: karmaşık
MinOccurs: 0
Model mapConcept{0,1} , mapProperty*
Çocuklar mapConcept, mapProperty
Örnek
<table ref="">
  <mapConcept toColumn="">{0,1}</mapConcept>
  <mapProperty lang="" ref="" toColumn="">{0,unbounded}</mapProperty>
</table>
Özellikler
QName Tür Düzeltildi Varsayılan Kullan Ek Açıklama
başvuru LocalId zorunlu hakkında bilgi edindiniz.
Kaynak
<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>

Karmaşık Tür: Kavram

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Kavram, Google Analytics 4'te yer alan veri kümesi (ör. "GSYİH" veya "İlçe"). Kavram, ilişkilendirilmiş tüm olası değerlerinin bir sıralamasıyla ilişkilendirilir. CEVAP bazı veri kümelerinde tanımlanan kavramlara diğer veriler yer alır.
Şema Şema 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
Kullanan reklam sayısı
Öğe dspl/concepts/concept
Model info , topic* , type{0,1} özellik* , özellik* , defaultValue{0,1} , tablo{0,1}
Çocuklar attribute, defaultValue, info, özellik, tablo, konu, tür
Özellikler
QName Tür Düzeltildi Varsayılan Kullan Ek Açıklama
uzamasını sağlar xs:QName isteğe bağlı Bu kavramın tanıttığı bir kavramın benzersiz tanımlayıcısı uzatılır. Başvuruda bulunulan kavram, aynı veri kümesinde tanımlanabilir (ör. başka bir veri kümesinde kullanabilirsiniz). Harici bir Kavram "prefix:other_concept_id" biçiminde olmalıdır. "ön ek" alan adı için kullanılan ön ektir harici veri kümesi (XML ad alanlarına bakın).
id No zorunlu Kavramın benzersiz tanımlayıcısıdır. global olarak benzersiz olması gerekir.
Kaynak
<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>

Özellik: Kavram / konu / @ref

Ad alanı Ad alanı yok
Ek açıklamalar Bu kavramın ilişkilendirildiği konunun benzersiz tanımlayıcısı ekleyebilirsiniz. Başvuruda bulunulan konu, aynı veri kümesinde veya (ör. başka bir veri kümesinde) Harici bir konuya referans "prefix:other_topic_id" biçiminde olmalıdır. Burada "ön ek" harici (XML ad alanlarına bakın).
Tür xs:QName
Özellikler
içerik: basit
Kullanan reklam sayısı
Öğe Kavram/konu
Kaynak
<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>

Özellik: Kavram / tür / @ref

Ad alanı Ad alanı yok
Tür DataType
Özellikler
kullanın: zorunlu
Özellikler
numaralandırma dize
numaralandırma kayan noktalı
numaralandırma tam sayı
numaralandırma boolean
numaralandırma tarih
numaralandırma kavram
Kullanan reklam sayısı
Öğe Kavram/tür
Kaynak
<xs:attribute name="ref" type="DataType" use="required"/>

Özellik: Kavram / @id

Ad alanı Ad alanı yok
Ek açıklamalar Kavramın benzersiz tanımlayıcısı (genel olarak olmalıdır) benzersiz olması gerekir.
Tür No
Özellikler
kullanın: zorunlu
Özellikler
maxLength 64
Kullanan reklam sayısı
Karmaşık Tür Kavram
Kaynak
<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>

Özellik: Kavram / @extends

Ad alanı Ad alanı yok
Ek açıklamalar Bu kavramın kapsadığı benzersiz bir tanımlayıcı. Başvuruda bulunulan kavram, aynı veri kümesinde veya harici olarak tanımlanabilir. (ör. başka bir veri kümesinde) Harici bir kavrama yapılan referans: "prefix:other_concept_id" (önek) biçimi : harici veri kümesinin ad alanı için kullanılan ön ek (bkz. XML) ad alanları) ayırmanızı sağlar.
Tür xs:QName
Özellikler
kullanın: isteğe bağlı
Kullanan reklam sayısı
Karmaşık Tür Kavram
Kaynak
<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>

Oluşturulma: oXygen XML Düzenleyici.