Komponen: ConceptInfo
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Nama yang digunakan untuk merujuk pada kumpulan instance
konsep (mis., pluralName dari "State" adalah
"Negara Bagian"). |
Diagram |
 |
Jenis |
Nilai |
Properti |
konten: |
kompleks |
minimum: |
0 |
|
Model |
value* | conceptValue{0,1} |
Anak-Anak |
conceptValue, value |
Instance |
<pluralName>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</pluralName>
|
Sumber |
<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>
|
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Nama yang digunakan untuk merujuk pada semua instance konsep (misalnya,
totalName untuk "State" adalah "All US"). |
Diagram |
 |
Jenis |
Nilai |
Properti |
konten: |
kompleks |
minimum: |
0 |
|
Model |
value* | conceptValue{0,1} |
Anak-Anak |
conceptValue, value |
Instance |
<totalName>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</totalName>
|
Sumber |
<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>
|
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Sinonim yang dapat digunakan untuk menyebut
konsepnya. |
Diagram |
 |
Jenis |
Nilai |
Properti |
konten: |
kompleks |
minimum: |
0 |
maxOccurs: |
tanpa batas |
|
Model |
value* | conceptValue{0,1} |
Anak-Anak |
conceptValue, value |
Instance |
<synonym>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</synonym>
|
Sumber |
<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>
|
Jenis Kompleks: ConceptInfo
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Informasi tekstual tentang konsep dalam set data. Ini
ekstensi jenis Info dasar menambahkan beberapa
isian tambahan yang hanya
diterapkan pada konsep. |
Diagram |
 |
Jenis |
ekstensi Info |
Hierarki jenis |
|
Digunakan oleh |
|
Model |
name , deskripsi{0,1} , url{0,1} , pluralName{0,1} , totalName{0,1} , sinonim* |
Anak-Anak |
description, name, pluralName,
sinonim, totalName, url |
Sumber |
<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>
|
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 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"]]