Thành phần: Thông tin
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 |
Tên của phần tử được mô tả. |
Sơ đồ |
 |
Loại |
Giá trị |
Thuộc tính |
|
Mẫu |
value* | conceptValue{0,1} |
Thiếu nhi |
conceptValue, value |
Thực thể |
<name>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</name>
|
Nguồn |
<xs:element name="name" type="Values">
<xs:annotation>
<xs:documentation>The name of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
|
Phần tử: Thông tin / nội dung mô tả
Không gian tên |
http://schemas.google.com/dspl/2010 |
Chú thích |
Nội dung mô tả phần tử được mô tả. |
Sơ đồ |
 |
Loại |
Giá trị |
Thuộc tính |
nội dung: |
phức tạp |
tối thiểu: |
0 |
|
Mẫu |
value* | conceptValue{0,1} |
Thiếu nhi |
conceptValue, value |
Thực thể |
<description>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</description>
|
Nguồn |
<xs:element name="description" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The description of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
|
Không gian tên |
http://schemas.google.com/dspl/2010 |
Chú thích |
URL của một trang web mà tại đó bạn có thể tìm thêm thông tin trên
được mô tả. Mọi ký tự dành riêng hoặc không an toàn trong URL KHÔNG được dùng ký tự thoát dạng phần trăm.
|
Sơ đồ |
 |
Loại |
Giá trị |
Thuộc tính |
nội dung: |
phức tạp |
tối thiểu: |
0 |
|
Mẫu |
value* | conceptValue{0,1} |
Thiếu nhi |
conceptValue, value |
Thực thể |
<url>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</url>
|
Nguồn |
<xs:element name="url" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The URL of a webpage where more information can be found on the
described element. Any reserved or unsafe characters in the URL should NOT be
percent-escaped.
</xs:documentation>
</xs:annotation>
</xs:element>
|
Loại phức tạp: Thông tin
Không gian tên |
http://schemas.google.com/dspl/2010 |
Chú thích |
Thông tin văn bản về một phần tử của
tập dữ liệu. |
Sơ đồ |
 |
Được sử dụng trong |
|
Mẫu |
tên , nội dung mô tả{0,1} , url{0,1} |
Thiếu nhi |
nội dung mô tả, tên, url |
Nguồn |
<xs:complexType name="Info">
<xs:annotation>
<xs:documentation>Textual information about an element of the dataset.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="name" type="Values">
<xs:annotation>
<xs:documentation>The name of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="description" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The description of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="url" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The URL of a webpage where more information can be found on the
described element. Any reserved or unsafe characters in the URL should NOT be
percent-escaped.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|
Đượ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."],[],["The document defines the \"Info\" complex type, used for providing textual information about a dataset element. It includes \"name,\" \"description,\" and \"url\" elements. \"Name\" specifies the element's name. \"Description\" details the element's purpose. \"Url\" provides a link for further information, without percent-escaping characters. These elements can include multiple values and an optional conceptValue. \"Info\" is used by various elements like attributes, concepts, slices, and topics.\n"]]