Thành phần: ConceptTableMapping
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Không gian tên |
http://schemas.google.com/dspl/2010 |
Chú thích |
Liên kết đến mã nhận dạng của cột trong bảng có chứa
giá trị của khái niệm. Mối liên kết này có thể bị bỏ qua nếu cột của bảng
chứa các giá trị khái niệm có cùng mã nhận dạng với khái niệm
mã nhận dạng |
Sơ đồ |
 |
Thuộc tính |
nội dung: |
phức tạp |
tối thiểu: |
0 |
|
Thuộc tính |
QName |
Loại |
Cố định |
Mặc định |
Sử dụng |
Annotation |
toColumn |
LocalId |
|
|
bắt buộc |
Mã của cột trong bảng được liên kết. |
|
Nguồn |
<xs:element name="mapConcept" minOccurs="0">
<xs:annotation>
<xs:documentation>A mapping to the id of the table column that contains the
values of the concept. This mapping may be omitted if the
table column that contains the concept values has the same
id as the concept id.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="toColumn" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|
Không gian tên |
http://schemas.google.com/dspl/2010 |
Chú thích |
Liên kết đến mã nhận dạng của cột trong bảng có chứa
giá trị của một thuộc tính của khái niệm. Ánh xạ này có thể bị bỏ qua nếu
cột trong bảng chứa giá trị của thuộc tính khái niệm sẽ có thuộc tính
id làm id của nó. Một tài sản có thể được liên kết với nhiều cột trong bảng
(một giá trị cho mỗi ngôn ngữ) bằng cách chỉ định các giá trị khác nhau cho ngôn ngữ
. |
Sơ đồ |
 |
Thuộc tính |
nội dung: |
phức tạp |
tối thiểu: |
0 |
maxOccurs: |
không bị ràng buộc |
|
Thuộc tính |
QName |
Loại |
Cố định |
Mặc định |
Sử dụng |
Annotation |
ngôn ngữ |
|
|
|
tùy chọn |
|
tham chiếu |
LocalId |
|
|
bắt buộc |
Mã của thuộc tính khái niệm được liên kết. |
toColumn |
LocalId |
|
|
bắt buộc |
Mã của cột trong bảng được liên kết. |
|
Nguồn |
<xs:element name="mapProperty" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A mapping to the id of the table column that contains the
values of a property of the concept. This mapping may be
omitted if the table column that contains the concept
property values has the property id as its id.
A single property can be mapped to multiple table columns
(one per language) by specifying different values for the
language attribute.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ref" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped concept property.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="toColumn" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute ref="xml:lang" use="optional">
<xs:annotation>
<xs:documentation>The language/locale of the values in the mapped column.
See [BCP 47] for possible values of the xml:lang
attribute.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|
Loại phức tạp: ConceptTableMapping
Không gian tên |
http://schemas.google.com/dspl/2010 |
Chú thích |
Liên kết đến bảng cung cấp dữ liệu cho
. |
Sơ đồ |
 |
Được sử dụng trong |
|
Mẫu |
mapConcept{0,1} , mapProperty* |
Thiếu nhi |
mapConcept, mapProperty |
Thuộc tính |
QName |
Loại |
Cố định |
Mặc định |
Sử dụng |
Annotation |
tham chiếu |
LocalId |
|
|
bắt buộc |
Mã nhận dạng của bảng chứa dữ liệu cho
. |
|
Nguồn |
<xs:complexType name="ConceptTableMapping">
<xs:annotation>
<xs:documentation>A mapping to a table that provides data for a concept.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="mapConcept" minOccurs="0">
<xs:annotation>
<xs:documentation>A mapping to the id of the table column that contains the
values of the concept. This mapping may be omitted if the
table column that contains the concept values has the same
id as the concept id.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="toColumn" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="mapProperty" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A mapping to the id of the table column that contains the
values of a property of the concept. This mapping may be
omitted if the table column that contains the concept
property values has the property id as its id.
A single property can be mapped to multiple table columns
(one per language) by specifying different values for the
language attribute.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ref" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped concept property.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="toColumn" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute ref="xml:lang" use="optional">
<xs:annotation>
<xs:documentation>The language/locale of the values in the mapped column.
See [BCP 47] for possible values of the xml:lang
attribute.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="ref" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the table that contains data for the concept.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|
Không gian tên |
Không có vùng chứa tên |
Chú thích |
Mã của cột trong bảng được liên kết. |
Loại |
LocalId |
Thuộc tính |
|
Các thuộc tính |
|
Được sử dụng trong |
|
Nguồn |
<xs:attribute name="toColumn" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Không gian tên |
Không có vùng chứa tên |
Chú thích |
Mã của thuộc tính khái niệm được liên kết. |
Loại |
LocalId |
Thuộc tính |
|
Các thuộc tính |
|
Được sử dụng trong |
|
Nguồn |
<xs:attribute name="ref" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped concept property.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Không gian tên |
Không có vùng chứa tên |
Chú thích |
Mã của cột trong bảng được liên kết. |
Loại |
LocalId |
Thuộc tính |
|
Các thuộc tính |
|
Được sử dụng trong |
|
Nguồn |
<xs:attribute name="toColumn" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Không gian tên |
Không có vùng chứa tên |
Chú thích |
Mã nhận dạng của bảng chứa dữ liệu cho
. |
Loại |
LocalId |
Thuộc tính |
|
Các thuộc tính |
|
Được sử dụng trong |
|
Nguồn |
<xs:attribute name="ref" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the table that contains data for the concept.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Được tạo bằng
Trình chỉnh sửa XML của oXygen.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[],["`ConceptTableMapping` defines how to link a concept to its data table. `mapConcept` maps a concept's values to a specific table column (`toColumn`), which can be omitted if the column ID matches the concept ID. `mapProperty` maps concept properties to table columns, using `ref` for the property ID and `toColumn` for the column ID; it can specify different columns for different languages via the `lang` attribute. Both can be omitted in specific circumstances. The `@ref` attribute of `ConceptTableMapping` refers to the ID of the table.\n"]]