Komponen: Atribut
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Elemen: Atribut / info
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Informasi tekstual tentang atribut. |
Diagram |
 |
Jenis |
Info |
Properti |
konten: |
kompleks |
minOccurs: |
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 attribute.</xs:documentation>
</xs:annotation>
</xs:element>
|
Elemen: Atribut / jenis
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Jenis data atribut. |
Diagram |
 |
Properti |
konten: |
kompleks |
minOccurs: |
0 |
|
Atribut |
QName |
Jenis |
Tetap |
Default |
Gunakan |
Annotation |
format |
xs:string |
|
|
opsional |
Format untuk nilai, yang digunakan untuk mengurai tekstual
representasi dari nilai-nilai. Lihat [Spesifikasi format tanggal] untuk
tanggal. |
referensi |
DataType |
|
|
wajib diisi |
|
|
Sumber |
<xs:element name="type" minOccurs="0">
<xs:annotation>
<xs:documentation>The data type of the attribute.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ref" type="DataType" use="required"/>
<xs:attribute name="format" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A format for the value, used to parse a textual
representation of the values. See [Date formats spec]
for dates.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|
Jenis Kompleks: Atribut
Namespace |
http://schemas.google.com/dspl/2010 |
Anotasi |
Atribut set data atau konsep. |
Diagram |
 |
Digunakan oleh |
|
Model |
info{0,1} , type{0,1} , (nilai*
| conceptValue{0,1}) |
Anak-Anak |
conceptValue, info, type,
nilai |
Atribut |
QName |
Jenis |
Tetap |
Default |
Gunakan |
Annotation |
konsep |
xs:QName |
|
|
opsional |
Referensi ke konsep yang sesuai dengan nilai-nilai
dari atribut. Jika atribut menentukan jenis, jenis tersebut
harus cocok dengan jenis konsep yang dirujuk. Referensi ke konsep eksternal harus dalam bentuk "prefix:other_concept_id", dengan "prefix" adalah awalan yang digunakan untuk namespace set data eksternal (lihat namespace XML). |
id |
LocalId |
|
|
opsional |
ID atribut konsep. Pengidentifikasi ini harus
unik di dalam konsep (di seluruh atribut dan properti). Tujuan
id dapat dihilangkan jika atribut konsep ditentukan. Di sana
kasus, id adalah implisit yang dibuat dengan nilai nama lokal
konsep yang direferensikan. Misalnya <attribute
concept="unit:currency"/> setara dengan
<attribute id="currency"
concept="unit:currency"/> |
|
Sumber |
<xs:complexType name="Attribute">
<xs:annotation>
<xs:documentation>An attribute of a dataset or a concept.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the attribute.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="type" minOccurs="0">
<xs:annotation>
<xs:documentation>The data type of the attribute.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ref" type="DataType" use="required"/>
<xs:attribute name="format" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A format for the value, used to parse a textual
representation of the values. See [Date formats spec]
for dates.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:group ref="ValuesGroup" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="id" type="LocalId" use="optional">
<xs:annotation>
<xs:documentation>The id of the concept attribute. This identifier must be unique within the concept
(across attributes and properties).
The id may be omitted if the concept attribute is specified. In that case, an id is
implicity created with value the local name of the referenced concept. For instance
<attribute concept="unit:currency"/>
is equivalent to
<attribute id="currency" concept="unit:currency"/></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 attribute.
If the attribute 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: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 |
Format untuk nilai, yang digunakan untuk mengurai representasi tekstual
nilai tersebut. Lihat [Spesifikasi format tanggal] untuk tanggal. |
Jenis |
xs:string |
Properti |
|
Digunakan oleh |
|
Sumber |
<xs:attribute name="format" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A format for the value, used to parse a textual
representation of the values. See [Date formats spec]
for dates.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Atribut: Atribut / @id
Namespace |
Tidak ada namespace |
Anotasi |
ID atribut konsep. ID ini harus unik
di dalam konsep (di seluruh atribut dan properti). ID dapat
dihilangkan jika atribut konsep ditentukan. Dalam hal ini, ID akan
dibuat secara implisit dengan nilai nama lokal konsep yang dirujuk.
Misalnya, <attribute concept="unit:currency"/> setara dengan <attribute id="currency"
concept="unit:currency"/> |
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 attribute. This identifier must be unique within the concept
(across attributes and properties).
The id may be omitted if the concept attribute is specified. In that case, an id is
implicity created with value the local name of the referenced concept. For instance
<attribute concept="unit:currency"/>
is equivalent to
<attribute id="currency" concept="unit:currency"/></xs:documentation>
</xs:annotation>
</xs:attribute>
|
Atribut: Atribut / @concept
Namespace |
Tidak ada namespace |
Anotasi |
Referensi ke konsep yang sesuai dengan nilai
. Jika atribut menentukan jenis, maka jenis harus cocok
jenis konsep yang dirujuk. Referensi ke konsep eksternal
harus dalam bentuk "prefix:other_konsep_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 attribute.
If the attribute 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>
|
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 2024-10-13 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 2024-10-13 UTC."],[[["Attribute describes a dataset or concept attribute with optional textual information, data type, and values."],["It can optionally reference a concept corresponding to the attribute values."],["The attribute's data type can be specified using a \"ref\" attribute and optionally formatted using a \"format\" attribute."],["An optional \"id\" can be provided, which must be unique within the concept, otherwise it's implicitly derived from the referenced concept."]]],["The core content describes the structure and properties of an \"Attribute\" within a dataset or concept. An attribute can include optional textual information (`info`), its data `type` (required), and value. The `type` specifies the data type and can have a `format`. Attributes have an optional `id` for unique identification and can refer to another `concept`. The `info` section may include name, description, and URL.\n"]]