Thành phần: Mã
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.
Id loại đơn giản
Không gian tên |
http://schemas.google.com/dspl/2010 |
Chú thích |
Giá trị nhận dạng chung dùng trong tập dữ liệu (cho các khái niệm, lát cắt
và chủ đề). Độ dài của giá trị nhận dạng toàn cầu được giới hạn trong 64
ký tự. Không có giá trị nào có thể xuất hiện hai lần dưới dạng giá trị nhận dạng chung trong một
tập dữ liệu. |
Sơ đồ |
 |
Loại |
hạn chế của xs:ID |
Các thuộc tính |
|
Được sử dụng trong |
|
Nguồn |
<xs:simpleType name="Id">
<xs:annotation>
<xs:documentation>A global identifier used in the dataset (for concepts, slices
and topics). The length of global identifiers is limited to 64
characters. No value can appear twice as a global identifier
in a dataset.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:ID">
<xs:maxLength value="64"/>
</xs:restriction>
</xs:simpleType>
|
Đượ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: 2024-09-09 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: 2024-09-09 UTC."],[[["Simple Type Id is a global identifier used for concepts, slices, and topics within a dataset."],["These identifiers have a maximum length of 64 characters and must be unique within the dataset."],["It is a restriction of the xs:ID type and is used as an attribute in Concept, Slice, Table, and Topic elements."]]],["Global identifiers, limited to 64 characters, are used within a dataset for concepts, slices, and topics. These identifiers must be unique throughout the dataset. The type is a restriction of `xs:ID`, and `maxLength` is defined as 64. It is applied to the `id` attribute of Concept, Slice, Table, and Topic elements. The definition is specified within the XML structure as a simple type with a maximum length restriction.\n"]]