Komponen: ConceptProperty
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Informasi tekstual tentang properti konsep. |
Diagram |
 |
Jenis |
Info |
Properti |
konten: |
kompleks |
minimum: |
0 |
|
Model |
name , description{0,1} , url{0,1} |
Anak-Anak |
description, name, url |
Instance |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
Sumber |
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the concept property.</xs:documentation>
</xs:annotation>
</xs:element>
|
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Jenis data properti konsep. |
Diagram |
 |
Properti |
konten: |
kompleks |
minimum: |
0 |
|
Atribut |
|
Sumber |
<xs:element name="type" minOccurs="0">
<xs:annotation>
<xs:documentation>The data type of the concept property.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ref" type="DataType" use="required"/>
</xs:complexType>
</xs:element>
|
Jenis Kompleks: ConceptProperty
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Properti suatu konsep (mis., negara dari
kota). |
Diagram |
 |
Digunakan oleh |
|
Model |
info{0,1} , jenis{0,1} |
Anak-Anak |
info, jenis |
Atribut |
QName |
Jenis |
Tetap |
Default |
Gunakan |
Annotation |
konsep |
xs:QName |
|
|
opsional |
Referensi ke konsep yang sesuai dengan nilai-nilai
dari properti. Jika properti menentukan tipe, maka tipe
harus cocok dengan jenis konsep yang dirujuk. Referensi ke
konsep eksternal harus berbentuk
"prefix:other_Concept_id", dengan "prefix" bernilai
awalan yang digunakan untuk namespace set data eksternal (lihat XML
). |
id |
LocalId |
|
|
opsional |
ID properti konsep. Pengidentifikasi ini harus
unik di dalam konsep (di seluruh atribut dan properti). Tujuan
ID dapat dihilangkan jika properti konsep ditentukan. Di sana
secara implisit, id dibuat dengan nilai berupa nama lokal
konsep yang direferensikan. Misalnya <property
concept="geo:country"/> sama dengan <property
id="country"
concept="geo:country"/> |
isMapping |
xs:boolean |
|
salah |
opsional |
Jika benar, properti ini harus merujuk ke sebuah konsep, dan
properti ini menunjukkan hubungan pemetaan (1-ke-1) antara
konsep dan konsep yang direferensikan. Setiap instance dari instance
konsep direferensikan oleh paling banyak
satu {i>instance <i}dari
konsep. |
isParent |
xs:boolean |
|
salah |
opsional |
Jika true (benar), properti ini harus merujuk ke sebuah konsep, dan
properti ini menunjukkan hubungan hierarkis antara
konsep dan konsep yang dirujuk (mis., benua dari
negara). |
|
Sumber |
<xs:complexType name="ConceptProperty">
<xs:annotation>
<xs:documentation>A property of a concept (e.g., the country of a city).</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the concept property.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="type" minOccurs="0">
<xs:annotation>
<xs:documentation>The data type of the concept property.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ref" type="DataType" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="LocalId" use="optional">
<xs:annotation>
<xs:documentation>The id of the concept property. This identifier must be unique within the concept
(across attributes and properties).
The id may be omitted if the concept property is specified. In that case, an id is
implicitly created with value the local name of the referenced concept. For instance
<property concept="geo:country"/>
is equivalent to
<property id="country" concept="geo:country"/></xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="concept" type="xs:QName" use="optional">
<xs:annotation>
<xs:documentation>A reference to a concept that corresponds to the values of the property.
If the property specifies a type, then the type must match the type of the
referenced concept.
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:attribute name="isParent" type="xs:boolean" use="optional" default="false">
<xs:annotation>
<xs:documentation>If true, then this property must reference a
concept, and this property denotes a hierarchical
relationship between this concept and the referenced
concept (e.g., the continent of a country).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="isMapping" type="xs:boolean" use="optional" default="false">
<xs:annotation>
<xs:documentation>If true, then this property must reference a
concept, and this property denotes a mapping
(1-to-1) relationship between this concept and the
referenced concept. Each instance of the referenced
concept is referenced by at most one instance of
this concept.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|
Namespace |
Tidak ada namespace |
Jenis |
DataType |
Properti |
|
{i>Facet<i} |
enumerasi |
string |
|
enumerasi |
float |
|
enumerasi |
bilangan bulat |
|
enumerasi |
boolean |
|
enumerasi |
tanggal |
|
enumerasi |
konsep |
|
|
Digunakan oleh |
|
Sumber |
<xs:attribute name="ref" type="DataType" use="required"/>
|
Namespace |
Tidak ada namespace |
Anotasi |
ID properti konsep. ID ini harus unik
di dalam konsep (di seluruh atribut dan properti). Id mungkin
dihilangkan jika properti konsep ditentukan. Dalam hal ini, id adalah
secara implisit dibuat dengan nilai nama lokal dari konsep yang direferensikan.
Misalnya <property concept="geo:country"/> bernilai
setara dengan <property id="country"
concept="geo:country"/> |
Jenis |
LocalId |
Properti |
|
{i>Facet<i} |
|
Digunakan oleh |
|
Sumber |
<xs:attribute name="id" type="LocalId" use="optional">
<xs:annotation>
<xs:documentation>The id of the concept property. This identifier must be unique within the concept
(across attributes and properties).
The id may be omitted if the concept property is specified. In that case, an id is
implicitly created with value the local name of the referenced concept. For instance
<property concept="geo:country"/>
is equivalent to
<property id="country" concept="geo:country"/></xs:documentation>
</xs:annotation>
</xs:attribute>
|
Namespace |
Tidak ada namespace |
Anotasi |
Referensi ke konsep yang sesuai dengan nilai
saat ini. Jika properti menentukan jenis, maka jenis harus cocok dengan
jenis konsep yang dirujuk. Referensi ke konsep eksternal harus
dalam bentuk "prefix:other_Concept_id", dengan
"awalan" adalah awalan yang digunakan untuk namespace eksternal
set data (lihat namespace XML). |
Jenis |
xs:QName |
Properti |
|
Digunakan oleh |
|
Sumber |
<xs:attribute name="concept" type="xs:QName" use="optional">
<xs:annotation>
<xs:documentation>A reference to a concept that corresponds to the values of the property.
If the property specifies a type, then the type must match the type of the
referenced concept.
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>
|
Namespace |
Tidak ada namespace |
Anotasi |
Jika benar, properti ini harus merujuk pada sebuah konsep, dan ini
menunjukkan hubungan hierarkis antara konsep ini dan
konsep yang direferensikan (misalnya, benua suatu negara). |
Jenis |
xs:boolean |
Properti |
gunakan: |
opsional |
default: |
salah |
|
Digunakan oleh |
|
Sumber |
<xs:attribute name="isParent" type="xs:boolean" use="optional" default="false">
<xs:annotation>
<xs:documentation>If true, then this property must reference a
concept, and this property denotes a hierarchical
relationship between this concept and the referenced
concept (e.g., the continent of a country).</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Namespace |
Tidak ada namespace |
Anotasi |
Jika benar, properti ini harus merujuk pada sebuah konsep, dan ini
menunjukkan hubungan pemetaan (1-ke-1) antara konsep dan
konsep yang direferensikan. Setiap {i>instance<i} dari konsep
yang dirujuk adalah
paling banyak dirujuk oleh satu instance konsep ini. |
Jenis |
xs:boolean |
Properti |
gunakan: |
opsional |
default: |
salah |
|
Digunakan oleh |
|
Sumber |
<xs:attribute name="isMapping" type="xs:boolean" use="optional" default="false">
<xs:annotation>
<xs:documentation>If true, then this property must reference a
concept, and this property denotes a mapping
(1-to-1) relationship between this concept and the
referenced concept. Each instance of the referenced
concept is referenced by at most one instance of
this concept.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
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."],[],["ConceptProperty defines a characteristic of a concept, with optional `info` and `type`. The `info` contains text about the property, including `name`, `description`, and `url`. `type` specifies the data type. Attributes include an optional `id` for unique identification, an optional `concept` to reference related concepts, `isParent` (hierarchical relationship), and `isMapping` (1-to-1 relationship), both booleans, defaulting to `false`. The `@ref` attribute is required for type and defines the data type of the referenced concept.\n"]]