Komponen: Info
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Elemen: Info / nama
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Nama elemen yang dijelaskan. |
Diagram |
 |
Jenis |
Nilai |
Properti |
|
Model |
value* | conceptValue{0,1} |
Anak-Anak |
conceptValue, value |
Instance |
<name>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</name>
|
Sumber |
<xs:element name="name" type="Values">
<xs:annotation>
<xs:documentation>The name of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
|
Elemen: Info / deskripsi
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Deskripsi elemen yang dijelaskan. |
Diagram |
 |
Jenis |
Nilai |
Properti |
konten: |
kompleks |
minimum: |
0 |
|
Model |
value* | conceptValue{0,1} |
Anak-Anak |
conceptValue, value |
Instance |
<description>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</description>
|
Sumber |
<xs:element name="description" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The description of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
|
Elemen: Info / URL
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
URL halaman web tempat informasi selengkapnya dapat ditemukan di
elemen yang dijelaskan. Karakter apa pun yang dicadangkan atau tidak aman di URL TIDAK boleh di-escape dengan persen.
|
Diagram |
 |
Jenis |
Nilai |
Properti |
konten: |
kompleks |
minimum: |
0 |
|
Model |
value* | conceptValue{0,1} |
Anak-Anak |
conceptValue, value |
Instance |
<url>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</url>
|
Sumber |
<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>
|
Jenis Kompleks: Info
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Informasi tekstual tentang elemen
set data. |
Diagram |
 |
Digunakan oleh |
|
Model |
name , description{0,1} , url{0,1} |
Anak-Anak |
description, name, url |
Sumber |
<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>
|
Dibuat menggunakan
Editor XML Oksigen.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]