Bileşen: Kavram
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Öğ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 |
 |
Tür |
ConceptInfo |
Tür hiyerarşisi |
|
Özellikler |
|
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>
|
Ad alanı |
http://schemas.google.com/dspl/2010 |
Ek açıklamalar |
Kavramın ilişkili olduğu bir konu. |
Şema |
 |
Ö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>
|
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 |
 |
Ö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 |
 |
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="unit:currency"/> eşdeğerdir
<attribute id="currency"
concept="unit:currency"/> |
|
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 |
 |
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="geo:country"/> <property ile eşdeğerdir
id="country"
concept="geo:country"/> |
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 |
 |
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 |
 |
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 |
 |
Kullanan reklam sayısı |
|
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>
|
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 |
|
Kullanan reklam sayısı |
|
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 |
|
Ö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ı |
|
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 |
|
Özellikler |
|
Kullanan reklam sayısı |
|
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 |
|
Kullanan reklam sayısı |
|
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.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-21 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-08-21 UTC."],[[["Concepts define data types and can be referenced across datasets, providing textual information, topic association, data type, attributes, properties, default values, and table mappings."],["Each concept has a unique ID and can inherit properties from another concept using the `extends` attribute."],["Concepts can be associated with topics, have attributes for additional information, properties for instance-specific details, and default values."],["A concept's data type can be one of: string, float, integer, boolean, date, or another concept."],["Concepts can be mapped to tables containing their values and non-constant properties for data storage and retrieval."]]],["Concepts, within a dataset (namespace: `http://schemas.google.com/dspl/2010`), define data types and are globally unique. Concepts can extend others, using `prefix:other_concept_id` for external references. They include `info` (textual details), `topic` (associated topics via `ref`), `type` (data type, `ref`), `attribute` (additional information), `property` (instance information), `defaultValue`, and `table` (data source, `ref`). Key concept attributes are `id` (unique), and `extends` (referencing another concept). External references are in `prefix:identifier` format. A concept must have a `type` or `extends`.\n"]]