Bileşen: ConceptInfo
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Ad alanı |
http://schemas.google.com/dspl/2010 |
Ek açıklamalar |
kavram (örneğin, "Eyalet"in çoğulAdı
"Eyaletler"). |
Şema |
 |
Tür |
Değerler |
Özellikler |
içerik: |
karmaşık |
MinOccurs: |
0 |
|
Model |
değer* | conceptValue{0,1} |
Çocuklar |
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>
|
Ad alanı |
http://schemas.google.com/dspl/2010 |
Ek açıklamalar |
Kavramın tüm örneklerini belirtmek için kullanılan bir ad (ör.
"Eyalet" için totalName "Tüm ABD"). |
Şema |
 |
Tür |
Değerler |
Özellikler |
içerik: |
karmaşık |
MinOccurs: |
0 |
|
Model |
değer* | conceptValue{0,1} |
Çocuklar |
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>
|
Ad alanı |
http://schemas.google.com/dspl/2010 |
Ek açıklamalar |
Buna atıfta bulunmak için kullanılabilecek bir eş anlamlı kelime
hakkında bilgi edindiniz. |
Şema |
 |
Tür |
Değerler |
Özellikler |
içerik: |
karmaşık |
MinOccurs: |
0 |
maxOccurs: |
sınırsız |
|
Model |
değer* | conceptValue{0,1} |
Çocuklar |
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: ConceptInfo
Ad alanı |
http://schemas.google.com/dspl/2010 |
Ek açıklamalar |
Veri kümesindeki bir kavram hakkında metinsel bilgiler. Bu
uzantısından sonra,
geçerli olduğunu açıklayacağım. |
Şema |
 |
Tür |
Info uzantısı |
Tür hiyerarşisi |
|
Kullanan reklam sayısı |
|
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 |
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>
|
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: 2025-07-25 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: 2025-07-25 UTC."],[],["The core content describes the \"ConceptInfo\" element, which extends the base \"Info\" type and provides textual information about a concept. Key actions involve defining names for collections of concept instances using `pluralName` (e.g., \"States\"), referring to all instances with `totalName` (e.g., \"All US\"), and specifying `synonym` for alternative concept names. `pluralName`, `totalName`, and `synonym` use complex `value` or `conceptValue`. ConceptInfo also contains `name`, `description` and `url`.\n"]]