Bileşen: Bilgi
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 |
Açıklanan öğenin adı. |
Şema |
 |
Tür |
Değerler |
Özellikler |
|
Model |
değer* | conceptValue{0,1} |
Çocuklar |
conceptValue, value |
Örnek |
<name>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</name>
|
Kaynak |
<xs:element name="name" type="Values">
<xs:annotation>
<xs:documentation>The name of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
|
Öğe: Bilgi / açıklama
Ad alanı |
http://schemas.google.com/dspl/2010 |
Ek açıklamalar |
Belirtilen öğenin açıklaması. |
Şema |
 |
Tür |
Değerler |
Özellikler |
içerik: |
karmaşık |
MinOccurs: |
0 |
|
Model |
değer* | conceptValue{0,1} |
Çocuklar |
conceptValue, value |
Örnek |
<description>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</description>
|
Kaynak |
<xs:element name="description" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The description of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
|
Öğe: Bilgi / URL
Ad alanı |
http://schemas.google.com/dspl/2010 |
Ek açıklamalar |
tanımlayan öğedir. URL'deki ayrılmış veya güvenli olmayan karakterler yüzde çıkış karakterli OLMAMALIDIR.
|
Şema |
 |
Tür |
Değerler |
Özellikler |
içerik: |
karmaşık |
MinOccurs: |
0 |
|
Model |
değer* | conceptValue{0,1} |
Çocuklar |
conceptValue, value |
Örnek |
<url>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</url>
|
Kaynak |
<xs:element name="url" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The URL of a webpage where more information can be found on the
described element. Any reserved or unsafe characters in the URL should NOT be
percent-escaped.
</xs:documentation>
</xs:annotation>
</xs:element>
|
Karmaşık Tür: Bilgi
Ad alanı |
http://schemas.google.com/dspl/2010 |
Ek açıklamalar |
veri kümesi olarak tanımlanır. |
Şema |
 |
Kullanan reklam sayısı |
|
Model |
ad , açıklama{0,1} , url{0,1} |
Çocuklar |
description, ad, url |
Kaynak |
<xs:complexType name="Info">
<xs:annotation>
<xs:documentation>Textual information about an element of the dataset.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="name" type="Values">
<xs:annotation>
<xs:documentation>The name of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="description" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The description of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="url" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The URL of a webpage where more information can be found on the
described element. Any reserved or unsafe characters in the URL should NOT be
percent-escaped.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</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 document defines the \"Info\" complex type, used for providing textual information about a dataset element. It includes \"name,\" \"description,\" and \"url\" elements. \"Name\" specifies the element's name. \"Description\" details the element's purpose. \"Url\" provides a link for further information, without percent-escaping characters. These elements can include multiple values and an optional conceptValue. \"Info\" is used by various elements like attributes, concepts, slices, and topics.\n"]]